[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 221 of 229 FirstFirst ... 121171217218219220221222223224225 ... LastLast
Results 3,301 to 3,315 of 3427
  1. #3301
    kingj1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I followed all the steps, however i keep getting an error while executing from visual studio. after login it says: bad authentication from pokemon go rocket api trying restart.. Can anyone help? Until yesterday everything was fine.

    [UPDATED] Pokemon Bot in C# Community Version
  2. #3302
    jujumotter's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My bot is in error 'invalid response exception' help me?

  3. #3303
    KiritoSAO'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)
    Originally Posted by kingj1 View Post
    So I followed all the steps, however i keep getting an error while executing from visual studio. after login it says: bad authentication from pokemon go rocket api trying restart.. Can anyone help? Until yesterday everything was fine.
    google has done a update wich made the bot become broke we have to wait for an update, you cant just start spamming a topic like: HEY UPDATE YOU KID etc you gotta have patience

  4. #3304
    kingj1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [UPDATED] Pokemon Bot in C# Community Version-naamloos-jpg

    this is the error

  5. #3305
    KiritoSAO'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)
    Originally Posted by kingj1 View Post
    [UPDATED] Pokemon Bot in C# Community Version-naamloos-jpg

    this is the error
    BadAuthentication is due you having a 2-auth factor way but currently all pokemongo bots are down unless someone has found a working one Google did an update wich did make all bots go under
    just stay calm go trough the forums to find a new one and try them out till this one is fixed again

  6. #3306
    jujumotter's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, my bot is with the same error.

  7. #3307
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kingj1 View Post
    So I followed all the steps, however i keep getting an error while executing from visual studio. after login it says: bad authentication from pokemon go rocket api trying restart.. Can anyone help? Until yesterday everything was fine.
    The 'BadAuthentication' error comes from the fact that your Google 2-step authentication is ON. So log into your Google account, go to security and turn it OFF.

    Let me know if it's fixed.

    Edit: Google's changes have effected the older bots. It's already fixed but there's no own GUI version of it. You'll need Visual Studio to get the new bots working at this moment. Go check out page 218. The tutorial is there including download links to the newest bot.
    Last edited by CptMcBurger; 07-29-2016 at 06:03 AM.

  8. #3308
    wanttobe'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)
    Hi,i got this error while using Pokefast 2.0

    [17:53:35] (ERR) InvalidResponseException from HttpClientExtensions.cs
    [17:53:35] (ERR) InvalidResponseException from HttpClientExtensions.cs
    Unhandled exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: Ex
    ception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException' was th
    rown.
    at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__1
    `2.MoveNext() in C:\Users\Dev\Desktop\Spegi\PokemonGo.RocketAPI\Extensions\HttpC
    lientExtensions.cs:line 43
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
    ification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
    at PokemonGo.RocketAPI.Client.<GetInventory>d__34.MoveNext() in C:\Users\Dev\
    Desktop\Spegi\PokemonGo.RocketAPI\Client.cs:line 233
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
    ification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
    at PokemonGo.RocketAPI.Logic.Utils.Statistics.<UpdateConsoleTitle>d__21.MoveN
    ext() in C:\Users\Dev\Desktop\Spegi\PokemonGo.RocketAPI.Logic\Utils\Statistics.c
    s:line 101
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__5(Ob
    ject state)
    at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object sta
    te)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCo
    ntext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
    ontextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWor
    kItem.ExecuteWorkItem()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    any solutions?

  9. #3309
    malumbiri's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot does not work. closing after opening. What is the problem? Did fix?

  10. #3310
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PokeFast 2.0 is currently unusable. You'll need another bot and to make it run, you gonna need Visual Studio. Check page 218.

  11. #3311
    SHIZPICKLE's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by malumbiri View Post
    Bot does not work. closing after opening. What is the problem? Did fix?
    How about you READ the forum instead of relying on spoonfed information.

  12. #3312
    fachrystone'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)
    Originally Posted by CptMcBurger View Post
    The Google login isn't working anymore. Things have changed. That's why these bots with own GUI aren't working anymore. But Spegeli has an updated version and it works like a charme. However, at this moment there's no own GUI for it so you'll need Visual Studio to run it. So here we go with the dummies version. I'm practically gonna hold your hands in this one:

    1) Go to https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll, press the 'Clone or download' button and get the zip file.

    2) Make a folder and extract the zip file

    3) Download Visual Studio and install it (it's all free): https://www.visualstudio.com/post-do...oadrename=true

    4) Open the folder you've extracted the zip file in. Open 'Pokemon GO Rocket API' with Visual Studio.

    Check the right panel, it's called 'Solution Explorer'. In this panel/list you're basically seeing the content of that folder, all structured.

    5) Double click 'UserSettings.settings'. This is where you can edit speed, latitude/longitude, gmail login etc. You're basically seeing the content of the 'user.xml' file in the user-friendly GUI version. Edit whatever you like. When you're done, press the X (of the tab ofcourse, not VS!!!). It will ask you to save everything, hit yes (obviously).

    6) Now we need to fix our items. For that you'll need to be in the same panel (the Solution Explorer) and double click 'Settings.cs'. Scroll a bit till you see the lines 'ItemUnknown', 'ItemPokeball' etc etc. Edit the values however you like. When you're done, press the X (of the tab). It will ask you again to save everything, hit yes.

    If you're using lists like 'PokemonsToEvolve', 'PokemonsToNotCatch' and 'PokemonsToNotTransfer', please go to your folder where you've extracted the zip. Open the folder 'PokemonGo.RocketAPI.Console' > open folder 'bin' > open folder 'Debug' > open folder 'Settings'. Here you'll see those lists. Open them, put the names of your pokemons in your lists (e.g. Dragonite Rattata). Save the edited lists.

    7) I think we're done setting up the bot. So now it's time to fire it up. For this, check the same panel (Solution Explorer) and find 'PokemonGo.RocketAPI.Console'. Press the right button, hit 'Set as StartUp Project'.

    Press CTRL + F5. Your CMD console (like you guys are used to see in the own GUI versions, the user friendly ones) will start up. No tokens required!

    Little note: when your CMD fires up, it's save to close Visual Studio!

    Another little note: It's better to learn how to use Visual Studio instead of waiting for an GUI version. It's much more easier to get bots that way. You just need to check Spegeli's github (the link is given in step 1) and see if there are any updates. If so, just download the new zip, extract it, and follow the same steps above.

    Good luck! And if there are any questions, don't hesitate to ask!

    EDIT: The BadAuthentication/NeedsBrowser error is fixed by turning OFF your 2 step authentication of your Google account. So log into your Google, go to Security and turn if OFF


    I keep getting "debug payload ist 0" after several minute

  13. #3313
    Kaujiro's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    YO CAPT !!!!
    Your Tutorial Works like a Goddammmn Charm..

    I wanna ask,

    After i run the bot ( CMD i mean ) , how the hell i made a shortcut to use this bot ( like .exe or something ) instead i must open VS and press CTRL + F5 everytime,

    Thanks MATE !

  14. #3314
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaujiro View Post
    YO CAPT !!!!
    Your Tutorial Works like a Goddammmn Charm..

    I wanna ask,

    After i run the bot ( CMD i mean ) , how the hell i made a shortcut to use this bot ( like .exe or something ) instead i must open VS and press CTRL + F5 everytime,

    Thanks MATE !
    I'm glad to hear it all worked out fine. And yes, it's possible to make a shortcut to the CMD. Do keep in mind though you need to open VS to edit the settings if needed of course.

    Go to the folder you've extracted the bot in. Now navigate like this: PokemonGo.RocketAPI.Console > bin > Debug.

    If it's all good, you're about to notice the 'PokemonGo.Rocket.API.Console' file. That's the CMD you're looking for.

    Let me know if everything worked out well.
    Last edited by CptMcBurger; 07-29-2016 at 07:22 AM.

  15. #3315
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fachrystone View Post
    I keep getting "debug payload ist 0" after several minute
    I think you've messed up the settings in VS. Try it again.

Similar Threads

  1. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  2. [Release] Maclone's Community Versions - Compiled, ready to go PokemonGo bots
    By maclone in forum Pokemon GO Hacks|Cheats
    Replies: 2519
    Last Post: 08-24-2016, 11:55 AM
  3. [REV2.0.1] [UPDATED!] Fishing Bot. Written by me =)
    By PopcornWoW in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-25-2008, 01:04 AM
  4. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  5. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 07:07 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