-
Member
Originally Posted by
CptMcBurger
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!
Plz help me
-
Member
Same thing happened with me. I might have messed up the settings.cs tinkering with items list. I deleted everything and started over using CptMcBurger's instructions and its working.
-
Member
When PokeColor will be working ?
Any chance to fix it ?
-
Active Member
Visual studio download taking too long with my internet speed... Can someone help to improve pokefast with the new API...
Thanks before
-
Corporal
Originally Posted by
Kajun19930830
Plz help me

![[UPDATED] Pokemon Bot in C# Community Version-123-jpg](https://www.ownedcore.com/forums/attachments/pokemon-go/pokemon-go-hacks-cheats/31336d1469774506t-updated-pokemon-bot-c-community-version-123-jpg)
Go to UserSettings.settings and make sure AuthType (the 8th line) is 'Google'. Also, make sure you're using the 'GoogleEmail' and 'GooglePassword' fields. So skip the PtcUsername and PtcPassword fields! Fire your CMD up again (The whole instruction is on the 218th page).
If it still ain't working, it's probably because you've enabled 2-step authentication for your Gmail account and maybe even CAPTCHA. You need to deactivate them.Check your Gmail account's security settings.
Last edited by CptMcBurger; 07-29-2016 at 02:23 AM.
-
Post Thanks / Like - 1 Thanks
Kajun19930830 (1 members gave Thanks to CptMcBurger for this useful post)
-
Member
When PokeColor will be working ?
Any chance to fix it ?
-
Member
Originally Posted by
CptMcBurger
Go to UserSettings.settings and make sure AuthType (the 8th line) is 'Google'. Also, make sure you're using the 'GoogleEmail' and 'GooglePassword' fields. So skip the PtcUsername and PtcPassword fields! Fire your CMD up again.
Initializing Rocket logger @ 29/07/2016 14:13:14...
[14:13:15] There is a new Version available: https://github.com/Spegeli/Pokemon-Go-Rocket-API
[14:13:16] Make sure Lat & Lng is right. Exit Program if not! Lat: 45,4696194153727 Lng: 9,17894975047708
[14:13:16] Script will continue in 15 seconds!
[14:13:21] Script will continue in 10 seconds!
[14:13:26] Script will continue in 5 seconds!
[14:13:31] Logging in via: Google
[14:13:32] Google Device Code copied to clipboard
and my cmd is auto close
-
Member
The time of Pokémon botting is over my friends.
-
Corporal
Use my instructions (218th page) with Visual Studios. Download links are included.
-
Post Thanks / Like - 1 Thanks
Dervishi (1 members gave Thanks to CptMcBurger for this useful post)
-
Member
Last edited by Kajun19930830; 07-29-2016 at 02:55 AM.
Reason: the problem soloved
-
Member
Originally Posted by
nielskn
Attachment 31237
Someone else having this issue?
"An exception has been made on type PokemonGo.RocketAPI.Exceptions.InvalidResponseException. from Pokemon Go Rocket API"
I got the same problem started last night around 23:00 GMT+8
-
Corporal
I'm using the latitude and longitude of Central Park, New York. Always gets me 150+ pokestops. My MaxTravelDistanceInMeters is set on 1000. But be careful with choosing NY as your location: you don't want to get a soft ban because you've spoofed too far too quickly. That's why I'm recommending you to choose a park in the same city you're spoofing now.
-
Member
Originally Posted by
CptMcBurger
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!
thanks i will try
-
Member
[09:58:30] (INFO) Awesome! You have already got the newest version! 2016.7.29.519
[09:58:30] (ATTENTION) Make sure Lat & Lng is right. Exit Program if not! Lat: 52.3791818116547 Lng: 4.89941888582758
[09:58:30] (ATTENTION) Script will continue in 15 seconds!
[09:58:35] (ATTENTION) Script will continue in 10 seconds!
[09:58:40] (ATTENTION) Script will continue in 5 seconds!
[09:58:45] (INFO) Logging in via: Google
[09:58:46] NeedsBrowser from Pokemon Go Rocket API
[09:58:46] (ERROR) Got an exception, trying automatic restart..
[09:58:46] (INFO) Awesome! You have already got the newest version! 2016.7.29.519
[09:58:46] (ATTENTION) Make sure Lat & Lng is right. Exit Program if not! Lat: 52.3791818116547 Lng: 4.89941888582758
[09:58:46] (ATTENTION) Script will continue in 15 seconds!
[09:58:51] (ATTENTION) Script will continue in 10 seconds!
[09:58:56] (ATTENTION) Script will continue in 5 seconds!
can someone help me out with this?
-
Corporal
Originally Posted by
lorry
[09:58:30] (INFO) Awesome! You have already got the newest version! 2016.7.29.519
[09:58:30] (ATTENTION) Make sure Lat & Lng is right. Exit Program if not! Lat: 52.3791818116547 Lng: 4.89941888582758
[09:58:30] (ATTENTION) Script will continue in 15 seconds!
[09:58:35] (ATTENTION) Script will continue in 10 seconds!
[09:58:40] (ATTENTION) Script will continue in 5 seconds!
[09:58:45] (INFO) Logging in via: Google
[09:58:46] NeedsBrowser from Pokemon Go Rocket API
[09:58:46] (ERROR) Got an exception, trying automatic restart..
[09:58:46] (INFO) Awesome! You have already got the newest version! 2016.7.29.519
[09:58:46] (ATTENTION) Make sure Lat & Lng is right. Exit Program if not! Lat: 52.3791818116547 Lng: 4.89941888582758
[09:58:46] (ATTENTION) Script will continue in 15 seconds!
[09:58:51] (ATTENTION) Script will continue in 10 seconds!
[09:58:56] (ATTENTION) Script will continue in 5 seconds!
can someone help me out with this?
Go to your Gmail security (log in > settings) and turn 2 step authentication off. Let me know if it fixed your problem.