Real-time Rare Pokemon Hunting menu

User Tag List

Page 25 of 32 FirstFirst ... 212223242526272829 ... LastLast
Results 361 to 375 of 471
  1. #361
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mischa23v View Post
    someone posted script that you can use that will remove all other pokemon except what you are looking for and notify you with sound, and when you click on that pokman it will put gps location in link so you can copy and past it here fast, it makes it so much easier when only pokemon you want appear in map and you hear sound when snorlax is there.
    I couldn't find it here.. can you provide me with a link pls?

    Real-time Rare Pokemon Hunting
  2. #362
    MithosNL's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Aug 2013
    Posts
    61
    Thanks G/R
    2/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With what do you use it?

  3. #363
    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 posted script for you, just check previous page

  4. #364
    jkiriosd's Avatar Member
    Reputation
    3
    Join Date
    Oct 2015
    Posts
    4
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Snorlax
    11 min
    33.78394490216043,-118.28953742980957

  5. Thanks Giraff1, dunotwo (2 members gave Thanks to jkiriosd for this useful post)
  6. #365
    Frankstah's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mischa23v View Post
    here is the script you can use, change numbers to include pokemon you want

    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();
    }
    im not very familiar with scripts, where do i ahve tot put it in? I need it cause im so annoyed of all the carrpy poekmon blocking my vision

  7. #366
    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)
    open site in chrome, click "shift, CTRL, j" paste code there and press enter, edit numbers to show pokeman you want

  8. Thanks Frankstah (1 members gave Thanks to mischa23v for this useful post)
  9. #367
    Unlitmoon's Avatar Member
    Reputation
    14
    Join Date
    Dec 2011
    Posts
    105
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chatzy - PokeMon Coords

    ^ Chat room if anyone actively hunting wants to hop in there to make it faster.

  10. #368
    chocococo1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jkiriosd View Post
    Snorlax
    11 min
    33.78394490216043,-118.28953742980957
    are these correct? can't find it

  11. #369
    Edgars.P's Avatar Corporal
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    25
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ninetales 33.957719747833686,-118.44371616840363 9 min

  12. #370
    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 chocococo1 View Post
    are these correct? can't find it
    can confirm I got it

  13. #371
    x.chris.x's Avatar Corporal
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    magmar 40.768037332614426,-73.96483182907104 3.5mins

  14. #372
    Astandahl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How you guys can jump from a location to another one without getting softbanned?

    Thanks.

  15. #373
    Standard0815's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by x.chris.x View Post
    thanks buddie, guess level 10 is too low to try for him? we will meet again dragondude!
    Yea, I didn't try either, am lvl 11 myself, currently botting my way up there

    btw: Vaporeon - 40.73415313327424,-73.97399425506592 - 4mins left

    Edit: Another Spot for Vaporeon - 40.765006420148175,-74.00120258331299 - 7MINS

  16. #374
    x.chris.x's Avatar Corporal
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Astandahl View Post
    How you guys can jump from a location to another one without getting softbanned?

    Thanks.
    working on that myself.... just noticed i was going through allot of good throws with every pokemon fleeing after first toss. oh and Pstops stopped working, yup i'm banned lol.

    i am quoting someone here...
    "1. Save your current GPS location, f.e. 40.764999, -73.973163 (Central Park, NY)
    2. Press Ctrl + 3 and enter the location of the pokemon you want to catch, confirm with Ok , dont close the GPS window
    3. Wait until the Pokemon spawns, click on the pokemon, wait for the catch screen and do nothing
    4. go back to the GPS window and enter the first GPS location 40.764999, -73.973163,"

    will now follow same advice myself..

  17. #375
    Athyrnox's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Standard0815 View Post
    Yea, I didn't try either, am lvl 11 myself, currently botting my way up there

    btw: Vaporeon - 40.73415313327424,-73.97399425506592 - 4mins left

    Edit: Another Spot for Vaporeon - 40.765006420148175,-74.00120258331299 - 7MINS

    Visited both of those and nothing.

Page 25 of 32 FirstFirst ... 212223242526272829 ... 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 06:03 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