PokeFinder3 - Pokemon Sniper Helper - The Safer way to snipe! menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 97
  1. #1
    hypertoken's Avatar Sergeant
    Reputation
    44
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    2/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PokeFinder3 - Pokemon Sniper Helper - The Safer way to snipe!

    PokeFinder3 will search Pokemon maps (currently Skiplagged), for specified Pokemon of your choice, and send them to PokeSniper2 automatically if you choose. This is different than autosniper feature of PokeSniper2, as this finds unique Pokemon to snipe at that moment, whereas auto sniper, is likely sniping the same Pokemon as everyone else using that feature at that moment.

    It gives you the ability to control the rate at witch you are sniping, I recommend no less than 90 second delay between snipes, and even up to 3 minutes. Recent information suggests that bans happen after a certain amount of Pokemon are caught. Limiting the rate at which you catch Pokemon is one way to combat this system.

    PokeFinder3 also allows you to snipe specific Pokemon you need, however not go over a specified limit, you are able to say, Catch only 1 Charizard, for instance. Unlike autosniper, which will catch everything on PokeSniper.com or whatnot, this can catch anything, even commons! Evolve those Pidgeys 'till your hearts content! Or maybe you just need that one pokemon to fill your collection.

    PokeFinder3 helps you to avoid missing snipes (flees), by allowing you to ignore Pokemon that are about to expire. Catchflee is a bad word around here, and this feature of PokeFinder3 helps you to avoid that completely, or you can simply set it to 0 and not ignore anything!

    I think the best part of PokeFinder3 is that it will detect if your inventory is full, or if you are out of poke-balls, and automatically stop.

    PokeFinder3 will search in all Major Cities; All Pokemon Nests, and even allows you to search your own area if you add your coordinates to the coords.txt You could even edit the coords.txt to ONLY inculde your coords if you want to snipe only locally. Or if you really wanted to go crazy THE WHOLE PLANET!

    This can NOT filter by IV nor CP, this just finds the poke and lists the coords found on skiplagged, or send those coords to pokesniper. This will also NOT use the pokesniper MinIV or MinCP, as pokesniper only reads those values for autosniper. This tool sends a manual sniper via commandline. We only get the IV and CP after the attempted catch.

    Thanks goes to xencodex the original author of PokeVisionFinder,



    ***How to***

    To Search:
    1. Download PokeFinder3
    2. Run PokeFinder3! Enjoy!

    To Search and Snipe:
    1. Download PokeFinder3
    2. Download PokeSniper2
    3. Extract PokeSniper2 and configure the user.xml, and device.xml per instructions here
    4. Extract PokeFinder3 to the PokeSniper2 folder you just extracted to
    5. Run PokeFinder3! Enjoy!


    Advanced users I suggest creating batch files to quickly change between configurations!

    THIS IS MY BATCH FILE; simply create a txt file, copy this into it, and change the extension from txt to bat. It will Run PokeFinder3 with html logging, and attempt to Snipe every 3 minutes ignoring pokemon expiring within 6 seconds, infinitly(or until 100 pokemons are caught).
    Code:
    PokeFinder3.exe -s -L 2 -i 6 -m 100 -l -t 180


    ***DOWNLOAD***

    PokeFinder3: PokeFinder3 v0.0.1b
    >>>Fixed issue; ValueError: invalid literal for float(): while parsing IV
    PokeSniper2: PokeSniper2 - Required for sniping!

    Old Releases:
    Code:
    PokeFinder3 v0.0.1a
    Original Release 
    https://mega.nz/#!IlVWVbIK!dV7RXf94Q...CwTgKkRuwpf22Y
    Optional Arguments;
    Code:
    optional arguments:
      -h, --help            show this help message and exit
      -s, --sniper          Use sniper
      -S, --sniperterminal  Sniper on a different terminal
      -l, --loop            Run infinite
      -L {0,1,2}, --logging {0,1,2}
                            Log pokemons found: 0=off 1=log file 2=html file
      -C, --colors          No colors
      -p POKEMONS, --pokemons POKEMONS
                            List of pokemons
      -f FACTOR, --factor FACTOR
                            ZoomFactor
      -t TIMER, --timer TIMER
                            Wait Timer in seconds
      -i IGNORE, --ignore IGNORE
                            Ignore Pokemon with short timer
      -m MAX, --max MAX     Max Pokemon to Catch
      -v {0,1,2}, --verbose {0,1,2}
                            Verbose mode

    Running PokeFinder3 with commndline arguments will automatically skip the menu.

    Sniper: You can choose to run PokeFinder3 with PokeSniper2, the default is without sniping.
    EXAMPLE: Will run with PokeSniper2, with everything else on default.
    C:>PokeFinder3.exe -s

    SniperTerminal: Runs the sniper in a new Terminal - Not supported well in this version. Off by defualt

    Loop: You can run the finder once, or infinitly, looping at the end of the coords file. Default is run once.
    EXAMPLE: Will run PokeFinder3 infinitly, only finding pokemon, not sniping them.
    C:>PokeFinder3.exe -l

    Logging: You have three options for logging. The default is No logging [0], or a plain log file [1], or an HTML version with PokeSniper2:// links in it! [2]
    EXAMPLE: Run PokeFinder3 a single time with PokeSniper2 and log it with the HTML file.
    C:>PokeFinder3.exe -s -L 2

    Colors: Turn off the pretty colors... wait what? The default is to show colors, of course!
    EXAMPLE: Infinitly Snipe with no prettyness!
    C:>PokeFinder3.exe -s -l -C

    Pokemons: Type a list of pokemon to find. The default will find pokemon from the Catch.txt
    EXAMPLE: Find and log the coords of these pokemon but don't snipe them.
    C:>PokeFinder3.exe -L 1 -p Pikachu,Charmander,Squirtle,Bulbasaur

    Factor: The Zoom Factor of the search, 1 is like 13.85Km diagonal, 2 is like 27.7Km etc. the default is 1
    EXAMPLE: Find Pokemon from the catch.txt in a very large search area
    C:>PokeFinder3.exe -f 10

    Timer: This is the amount of time in seconds to wait after a successful snipe, the default is 90 seconds.
    EXAMPLE: Find and Snipe Pokemon from the catch.txt every 3 mins.
    C:>PokeFinder3.exe -s -t 180

    Ignore: This is the ammount of time left before a pokemon expires that you want to ignore sniping it. Default is 10 seconds.
    EXAMPLE: To NOT ignore any pokemon and try to snipe everything from the catch.txt we can find.
    C:>PokeFinder3.exe -s -i 0

    Max: Maximum pokemon to catch this session - Duh!
    EXAMPLE: To fill my inventory, I want to catch 96 Pikachu
    C:>PokeFinder3.exe -s -m 96 -p Pikachu

    Verbose: Is mostly for debugging, but if you like more detail on errors feel free!

    SETTING THE TIMER TO ~90 SECONDS WILL LIMIT TO UNDER 1000 POKE PER DAY! UNLESS YOU ARE SNIPING COMMONS AND GETTING MORE THAN ONE PER LOCATION. THEN I RECOMMEND ~180 SECONDS

    TODO:
    Compile and release 0.0.2a
    Attached Thumbnails Attached Thumbnails PokeFinder3 - Pokemon Sniper Helper - The Safer way to snipe!-4424b3e6a8-gif  
    Last edited by hypertoken; 08-28-2016 at 12:31 AM. Reason: Added TODO:

    PokeFinder3 - Pokemon Sniper Helper - The Safer way to snipe!
  2. Thanks petpetpetvm, iamJHiLz, cutekamote, H4LF7770077, SantosAMR, MewTwoBr, Ripper3, Nou4r, ginji123, volcanoc, bomboykent, galaxyan12, BPCorp (13 members gave Thanks to hypertoken for this useful post)
  3. #2
    petpetpetvm's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    43
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look great, thanks

  4. #3
    lolmopbomb's Avatar Sergeant
    Reputation
    24
    Join Date
    Aug 2016
    Posts
    62
    Thanks G/R
    1/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Second comment b4 this goes viral

  5. #4
    lyn168's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very good
    but mine keep sniping for squirtle?

  6. #5
    hypertoken's Avatar Sergeant
    Reputation
    44
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    2/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lyn168 View Post
    Very good
    but mine keep sniping for squirtle?
    You can edit the catch.txt

  7. Thanks galaxyan12 (1 members gave Thanks to hypertoken for this useful post)
  8. #6
    longtails's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any configuration for certain cp or iv? like i want to snipe pokemon with 100iv or above 2000cp

  9. #7
    lyn168's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hypertoken View Post
    You can edit the catch.txt
    very good
    this finder can easily completed my pokedex by tonight

  10. #8
    iamJHiLz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    woow nice..
    thanks man...

  11. #9
    selfantasy's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I follow the steps and open it, boooom, I got nothing but "There is no XXX here" full of my screen.

  12. #10
    e4404's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting:

    Traceback (most recent call last):
    File "pokefinder3.py", line 647, in <module>
    File "pokefinder3.py", line 420, in _loop
    File "pokefinder3.py", line 239, in _finderSkipLagged
    File "pokefinder3.py", line 334, in _pokeSniper
    ValueError: invalid literal for float(): 50,95965899945

  13. #11
    albeeezzyy's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this work for PTC? Im getting log in errors even tho my pokesniper2 is updated with my ptc acc?

  14. #12
    longtails's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have another question.. why its only snipe 1 pokemon then its force close?? and then i try another setting like u explained above but still same its force close after chatch 1 ppokemon

  15. #13
    H4LF7770077's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dratini is like Justice, it's hard to find.
    btw
    Good Job -- Works Great!!
    thnx

  16. #14
    adam132's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2016
    Posts
    102
    Thanks G/R
    8/82
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice , if it can go to pokestop like a bot everything will be fine

  17. Thanks maliksi132, allerialannie, alaz24 (3 members gave Thanks to adam132 for this useful post)
  18. #15
    okatokat's Avatar Sergeant Major Authenticator enabled
    Reputation
    18
    Join Date
    Aug 2016
    Posts
    167
    Thanks G/R
    5/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hypertoken View Post
    PokeFinder3 will search Pokemon maps (currently Skiplagged), for specified Pokemon of your choice, and send them to PokeSniper2 automatically if you choose. This is different than autosniper feature of PokeSniper2, as this finds unique Pokemon to snipe at that moment, whereas auto sniper, is likely sniping the same Pokemon as everyone else using that feature at that moment.

    It gives you the ability to control the rate at witch you are sniping, I recommend no less than 90 second delay between snipes, and even up to 3 minutes. Recent information suggests that bans happen after a certain amount of Pokemon are caught. Limiting the rate at which you catch Pokemon is one way to combat this system.

    PokeFinder3 also allows you to snipe specific Pokemon you need, however not go over a specified limit, you are able to say, Catch only 1 Charizard, for instance. Unlike autosniper, which will catch everything on PokeSniper.com or whatnot, this can catch anything, even commons! Evolve those Pidgeys 'till your hearts content! Or maybe you just need that one pokemon to fill your collection.

    PokeFinder3 helps you to avoid missing snipes (flees), by allowing you to ignore Pokemon that are about to expire. Catchflee is a bad word around here, and this feature of PokeFinder3 helps you to avoid that completely, or you can simply set it to 0 and not ignore anything!

    I think the best part of PokeFinder3 is that it will detect if your inventory is full, or if you are out of poke-balls, and automatically stop.

    PokeFinder3 will search in all Major Cities; All Pokemon Nests, and even allows you to search your own area if you add your coordinates to the coords.txt You could even edit the coords.txt to ONLY inculde your coords if you want to snipe only locally. Or if you really wanted to go crazy THE WHOLE PLANET!

    This can not filter by IV nor CP, this just finds the poke and lists the coords found on skiplagged, or send those coords to pokesniper. This will also NOT use the pokesniper MinIV or MinCP, as pokesniper only reads those values for autosniper. This tool sends a manual sniper via commandline. We only get the IV and CP after the attempted catch.

    Thanks goes to xencodex the original author of PokeVisionFinder,



    ***How to***

    To Search:
    1. Download PokeFinder3
    2. Run PokeFinder3! Enjoy!

    To Search and Snipe:
    1. Download PokeFinder3
    2. Download PokeSniper2
    3. Extract PokeSniper2 and configure the user.xml, and device.xml per instructions here
    4. Extract PokeFinder3 to the PokeSniper2 folder you just extracted to
    5. Run PokeFinder3! Enjoy!


    Advanced users I suggest creating batch files to quickly change between configurations!

    THIS IS MY BATCH FILE; simply create a txt file, copy this into it, and change the extension from txt to bat. It will Run PokeFinder3 with html logging, and attempt to Snipe every 3 minutes ignoring pokemon expiring within 6 seconds, infinitly(or until 100 pokemons are caught).
    Code:
    PokeFinder3.exe -s -L 2 -i 6 -m 100 -l -t 180


    ***DOWNLOAD***

    PokeFinder3: PokeFinder3

    PokeSniper2: PokeSniper2 - Required for sniping!


    Optional Arguments;
    Code:
    optional arguments:
      -h, --help            show this help message and exit
      -s, --sniper          Use sniper
      -S, --sniperterminal  Sniper on a different terminal
      -l, --loop            Run infinite
      -L {0,1,2}, --logging {0,1,2}
                            Log pokemons found: 0=off 1=log file 2=html file
      -C, --colors          No colors
      -p POKEMONS, --pokemons POKEMONS
                            List of pokemons
      -f FACTOR, --factor FACTOR
                            ZoomFactor
      -t TIMER, --timer TIMER
                            Wait Timer in seconds
      -i IGNORE, --ignore IGNORE
                            Ignore Pokemon with short timer
      -m MAX, --max MAX     Max Pokemon to Catch
      -v {0,1,2}, --verbose {0,1,2}
                            Verbose mode

    Running PokeFinder3 with commndline arguments will automatically skip the menu.

    Sniper: You can choose to run PokeFinder3 with PokeSniper2, the default is without sniping.
    EXAMPLE: Will run with PokeSniper2, with everything else on default.
    C:>PokeFinder3.exe -s

    SniperTerminal: Runs the sniper in a new Terminal - Not supported well in this version. Off by defualt

    Loop: You can run the finder once, or infinitly, looping at the end of the coords file. Default is run once.
    EXAMPLE: Will run PokeFinder3 infinitly, only finding pokemon, not sniping them.
    C:>PokeFinder3.exe -l

    Logging: You have three options for logging. The default is No logging [0], or a plain log file [1], or an HTML version with PokeSniper2:// links in it! [2]
    EXAMPLE: Run PokeFinder3 a single time with PokeSniper2 and log it with the HTML file.
    C:>PokeFinder3.exe -s -L 2

    Colors: Turn off the pretty colors... wait what? The default is to show colors, of course!
    EXAMPLE: Infinitly Snipe with no prettyness!
    C:>PokeFinder3.exe -s -l -C

    Pokemons: Type a list of pokemon to find. The default will find pokemon from the Catch.txt
    EXAMPLE: Find and log the coords of these pokemon but don't snipe them.
    C:>PokeFinder3.exe -L 1 -p Pikachu,Charmander,Squirtle,Bulbasaur

    Factor: The Zoom Factor of the search, 1 is like 13.85Km diagonal, 2 is like 27.7Km etc. the default is 1
    EXAMPLE: Find Pokemon from the catch.txt in a very large search area
    C:>PokeFinder3.exe -f 10

    Timer: This is the amount of time in seconds to wait after a successful snipe, the default is 90 seconds.
    EXAMPLE: Find and Snipe Pokemon from the catch.txt every 3 mins.
    C:>PokeFinder3.exe -s -t 180

    Ignore: This is the ammount of time left before a pokemon expires that you want to ignore sniping it. Default is 10 seconds.
    EXAMPLE: To NOT ignore any pokemon and try to snipe everything from the catch.txt we can find.
    C:>PokeFinder3.exe -s -i 0

    Max: Maximum pokemon to catch this session - Duh!
    EXAMPLE: To fill my inventory, I want to catch 96 Pikachu
    C:>PokeFinder3.exe -s -m 96 -p Pikachu

    Verbose: Is mostly for debugging, but if you like more detail on errors feel free!

    SETTING THE TIMER TO ~90 SECONDS WILL LIMIT TO UNDER 1000 POKE PER DAY! UNLESS YOU ARE SNIPING COMMONS AND GETTING MORE THAN ONE PER LOCATION. THEN I RECOMMEND ~180 SECONDS
    possible only to snipe on my country?

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. [How-To] Question: What is the quickest way to make google or pokemon trainer accounts?
    By devilengine in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-23-2016, 09:15 AM
  2. [How-To] Download and play Pokemon GO on iPhone - The easy way!
    By tihifniz in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-03-2016, 08:20 AM
  3. Kiting the easy way
    By Kalen24 in forum World of Warcraft Guides
    Replies: 2
    Last Post: 11-17-2006, 09:45 AM
  4. Tradeskilling the smart way
    By Matt in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-19-2006, 04:31 AM
  5. Prepping for Vaelastrasz the easy way
    By Matt in forum World of Warcraft Guides
    Replies: 0
    Last Post: 04-01-2006, 10:11 AM
All times are GMT -5. The time now is 02:08 AM. 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