Real-time Rare Pokemon Hunting menu

User Tag List

Page 9 of 32 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 471
  1. #121
    pedrorm1993's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i open google chrome, then i go pokevision.com , then i click CTRL+SHIFT + J then it opens console i past this , and then nothing shows up.

    var wantedPkmn = [3,6,9,26,38,45,59,65,68,71,76,80,83,89,91,94,108,112,113,115,122,130,131,132,137 ,139,141,142,143,148,149];

    var search = function() {
    var imgs = document.getElementsByTagName("img");
    var foundNew = false;

    for (var i = 0; i < imgs.length; i++) {
    var img = imgs[i];

    if (img.src.indexOf('pokemon') > -1) {
    var id = img.src.match(/\d+/)[0];
    if (wantedPkmn.indexOf(Number(id)) == -1) {
    img.parentNode.style.display = 'none';
    } else if (!img.notified) {
    img.notified = true;
    foundNew = true;
    }
    }
    }

    if (foundNew)
    notify();
    }

    var notify = function() {
    new Audio('https://notificationsounds.com/soundfiles/53fde96fcc4b4ce72d7739202324cd49/file-sounds-882-solemn.mp3').play();
    }

    document.getElementsByClassName('home-map')[0].onclick = function() {
    search();
    }

    Real-time Rare Pokemon Hunting
  2. #122
    fokeiro's Avatar (⌐■_■)–︻╦╤─ – – –

    Authenticator enabled
    Reputation
    808
    Join Date
    Jul 2012
    Posts
    756
    Thanks G/R
    89/727
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is rpc server down for everyoen else ?

  3. #123
    exileofdragon's Avatar Member
    Reputation
    14
    Join Date
    Feb 2015
    Posts
    101
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Grimer - #88
    Disappears at - 13:35:25 (13m06s)
    Get Directions
    40.7726140765, -73.9658765605

  4. #124
    pedrorm1993's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working now , thanks

  5. #125
    mischa23v's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    37
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    34.00788214539798,-118.49653959274292 Aerodactyl

  6. #126
    statictime's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how di it work for you? i keep getting this error

    "VM145:29 Uncaught TypeError: Cannot set property 'onclick' of undefined(…)"

  7. #127
    pedrorm1993's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For me it was not working because i had several tabs open , all i did was install google chrome

    erase all tabs , except one in www.pokevision.com then i just click ctrl shift + J , and past the code, then i click enter, then when i click in map , if any of the pokemons u want will show up..

  8. #128
    ptmazkirut's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    89
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mischa23v View Post
    34.00788214539798,-118.49653959274292 Aerodactyl
    nothing......

  9. #129
    mischa23v's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    37
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ptmazkirut View Post
    nothing......
    timer probably ran out sorry mate, it had 4 minutes left when I found it

  10. #130
    exileofdragon's Avatar Member
    Reputation
    14
    Join Date
    Feb 2015
    Posts
    101
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Grimer - #88
    Disappears at - 13:46:14 (08m57s)
    Get Directions
    40.7609785245, -73.994802256

  11. #131
    ptmazkirut's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    89
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    34.00788214539798,-118.49653959274292 Aerodactyl
    get him fast!!

  12. #132
    Stellaris_'s Avatar Member CoreCoins Purchaser Authenticator enabled
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pedrorm1993 View Post
    it shows me this error

    what am i doing wrong?

    Attachment 28033
    that error doesnt mean anything, still worked for me

  13. #133
    exileofdragon's Avatar Member
    Reputation
    14
    Join Date
    Feb 2015
    Posts
    101
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if anyone finds a snorlax in the NY central park let me know thank in advance!

  14. #134
    fokeiro's Avatar (⌐■_■)–︻╦╤─ – – –

    Authenticator enabled
    Reputation
    808
    Join Date
    Jul 2012
    Posts
    756
    Thanks G/R
    89/727
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what map is everyone using, pokevision stay loading nonestop, and my map the rpc server is down

  15. #135
    mischa23v's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    37
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got 4 today all from new York lol

Page 9 of 32 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [DISCORD CHAT] Real-time Rare Pokemon Hunting WITH WORKING AUTO-INVITE
    By RedRussian in forum Pokemon GO Hacks|Cheats
    Replies: 12
    Last Post: 06-12-2017, 10:34 PM
  2. Replies: 37
    Last Post: 10-11-2016, 04:14 PM
  3. [Bot] Pokemon GO Rare Pokemon Hunting Farming Bot
    By MonsterMMORPG in forum Pokemon GO Hacks|Cheats
    Replies: 202
    Last Post: 08-05-2016, 06:30 AM
  4. [Selling] \(◕‿◕)/ ◣♡ Pokemon GO Services ♡◥ || Rare Pokemon Hunting, Farming & more
    By Starfishies in forum Pokemon GO Buy Sell Trade
    Replies: 1
    Last Post: 07-30-2016, 06:59 PM
  5. [Selling] Pokemon Go candy farm/hatch egg/rare pokemon hunt and more
    By fallendown2095 in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 07-23-2016, 05:08 AM
All times are GMT -5. The time now is 05:29 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search