PokeSniper2 - Pokemon Sniper - Catch any Pokemon no matter where you are menu

User Tag List

Page 150 of 243 FirstFirst ... 50100146147148149150151152153154200 ... LastLast
Results 2,236 to 2,250 of 3631
  1. #2236
    churongcon's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [8/8/2016 8:07:06 AM] Logging in...
    [8/8/2016 8:07:08 AM] Exception: Exception of type 'PokemonGo.RocketAPI.Exceptions.GoogleOfflineException' was thrown.


    Help me

    PokeSniper2 - Pokemon Sniper - Catch any Pokemon no matter where you are
  2. #2237
    hentur18's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what he do when he run out of pokeballs ?

  3. #2238
    Dolagon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    necrobot can do it with the correct config

  4. #2239
    MrAlice's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2011
    Posts
    91
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hentur18 View Post
    what he do when he run out of pokeballs ?
    It stops catching pokemon. Its not meant to collect pokeballs.

  5. #2240
    joey4187's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Received an error while running.
    Message: Exception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseExcept
    ion' was thrown.
    - Please confirm that the PokemonGo servers are online before using PokeSniper2.

    - If the servers are up, just try again.

    i keep getting this every 30 or so.....solutions?

  6. #2241
    trueblue's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://gyazo.com/3efb56b74e8f826c0e6831fca1655309 what am i dont wrong how do i snipe pokemon

  7. #2242
    Ohinyo's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys, is it posible to snipe pokemon automatically based on info from discord, i mean the config that auto snipe but auto load info pokeomn from discord.

  8. #2243
    MrAlice's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2011
    Posts
    91
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trueblue View Post
    https://gyazo.com/3efb56b74e8f826c0e6831fca1655309 what am i dont wrong how do i snipe pokemon
    You did nothing wrong. The pokemon either isnt there anymore, or it was a false location.

  9. #2244
    MrAlice's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2011
    Posts
    91
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ZomgZippo View Post
    Is there any way to make this bot automaticly restart? Keep coming back in 30m and the bot is always giving an error.. it works for 30m then shutsdown due to pokesniper server being unstable etc..

    Any idea how to run it every 30m automaticly?
    Go to your PokeSniper folder.

    Right click, New, Text Document.

    Paste the following code:
    Code:
    @echo off
    @title =Restart Sniper                          
    :loop                               
    start "PokeSniper2" autosniper.bat
    timeout /t 1800 >null
    taskkill /fi "WINDOWTITLE eq PokeSniper2*" /f
    taskkill /fi "WINDOWTITLE eq PokeSniper2*" /f                                     
    timeout /t 5 >null                  
    goto loop
    File, Save As, Restart.bat ;; Change "Save as type" from "Text Documents (*.txt)" to "All Files (*.*)"

    Instead of using autosniper.bat, use this new batch file.

    For anyone wondering, taskkill is there twice on purpose.
    If 30 minutes is too long for you, just change the 1800 to 60 x minutes wanted (i.e., 1200 for 20 minutes)
    Last edited by MrAlice; 08-08-2016 at 01:26 PM. Reason: Now supports username in title set to true; thanks Venetian

  10. Thanks lllN30lll (1 members gave Thanks to MrAlice for this useful post)
  11. #2245
    MrAlice's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2011
    Posts
    91
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nova_442 View Post
    Either this program needs an auto restart or to fix the bug with the API exception. Otherwise it's non-functional.
    See the post above this one for a restart bat.
    Last edited by MrAlice; 08-08-2016 at 11:04 AM.

  12. #2246
    PapaOdet's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrAlice View Post
    Go to your PokeSniper folder.

    Right click, New, Text Document.

    Paste the following code:
    Code:
    @echo off
    @title =Restart Sniper                          
    :loop                               
    start "PokeSniper2 v1.11" autosniper.bat
    timeout /t 1800 >null
    taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11" /f
    taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11" /f                                       
    timeout /t 5 >null                  
    goto loop
    File, Save As, Restart.bat ;; Change "Save as type" from "Text Documents (*.txt)" to "All Files (*.*)"

    Instead of using autosniper.bat, use this new batch file.

    For anyone wondering, taskkill is there twice on purpose.
    If 30 minutes is too long for you, just change the 1800 to 60 x minutes wanted (i.e., 1200 for 20 minutes)
    can't work bro

  13. #2247
    MrAlice's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2011
    Posts
    91
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PapaOdet View Post
    can't work bro
    <ShowUsernameInTitle>false</ShowUsernameInTitle> in user.xml
    needs to be false, not true.

    Otherwise, what issue are you getting?
    Last edited by MrAlice; 08-08-2016 at 11:43 AM.

  14. #2248
    Venetian's Avatar Member
    Reputation
    4
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PapaOdet View Post
    can't work bro
    put "*" (without apostrop) after "v1.11".
    it'll be like this
    taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11*" /f
    taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11*" /f
    i assume it won't recognize any process, since it only kill "PokeSniper2 v1.11", while the autosniper process has "username - <username>" after "v1.11"

  15. Thanks MrAlice (1 members gave Thanks to Venetian for this useful post)
  16. #2249
    MrAlice's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2011
    Posts
    91
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Venetian View Post
    put "*" (without apostrop) after "v1.11".
    it'll be like this

    i assume it won't recognize any process, since it only kill "PokeSniper2 v1.11", while the autosniper process has "username - <username>" after "v1.11"
    I'll change the code to this instead.
    Much better than having to edit the user.xml; thanks.

  17. #2250
    newcomer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noobcakes69 View Post
    Change to <RequireURLConfirmation>false</RequireURLConfirmation>
    In what file?

Similar Threads

  1. [How-To] Teleport Catching any Pokemon and 100% not get banned!
    By zm188480765 in forum Pokemon GO Hacks|Cheats
    Replies: 9
    Last Post: 03-25-2017, 10:43 PM
  2. [Selling] Pokemon CATCHING Service - I will catch ANY Pokemon for YOUR account for you.
    By Phaceee in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 07-27-2016, 07:56 AM
  3. [Selling] Pokemon catching service - i will catch any pokemon on your account for you
    By Phaceee in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 07-26-2016, 07:49 PM
  4. [warlock] Cast any spell, regardless of if you are facing your target.
    By MelonFarmer in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 09-10-2012, 12:12 PM
  5. MMOwned's Minicity! (You can help! No matter who you are!)
    By Remahlól in forum Community Chat
    Replies: 16
    Last Post: 01-06-2008, 09:50 AM
All times are GMT -5. The time now is 01:46 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