-
Sergeant
Originally Posted by
Xhektz
Guys on this: await Task.Delay(5000); // Delay for Catching Pokemon how much is the best delay for catching pokemons and dont get soft ban?
Using 2000 for the past two hours, no ban
Sent from my LG-D852 using Tapatalk
-
Member
Originally Posted by
axewfious
I do that with 4 instances. Just copy paste in different folders and run it up.
When i run a second instance, its literally just pasting duplicate information from the first one that is running. This is after copy/pasting in a seperate folder and renaming project. There must be something else Im missing that seperates the processes.
-
Member
Originally Posted by
axewfious
Using 2000 for the past two hours, no ban
Sent from my LG-D852 using Tapatalk
How can I change delay?
-
Member
How is it that lower delays makes it so you don't get a soft ban? Makes no sense how moving faster would prevent this.
-
Member
Originally Posted by
Neer
Might I remind you that this bot is free and demanding stuff doesn't work. There are people in the thread kind enough to add functions that you are requesting
You guys could request features but don't demand stuff. Thank you!
People like DV999 are adding functions to the bot. I will continue to update this topic with new stuff.
This is currently the only public bot as of (19/7-2016)
Seems like I need to bolden this: IT CURRENTLY ONLY USES POKEBALLS IF YOU DON'T HAVE NORMAL POKEBALLS IT WONT CATCH POKEMON
Download V5.0 BETA With Catching, Getting Pokestops, Transfering pokemon: >> DOWNLOAD AGAIN <<
Download V4.2 "Stable" without Pokemon Transfers. >> DL <<
Download GUI Version:https://github.com/AnthonyOSX/GO-Bot/releases

<< Gui Version. You are on your own with this one.
Note: The transfer version will transfer all of your
Code:
PokemonIds.V0016PokemonPidgey,
PokemonIds.V0019PokemonRattata,
PokemonIds.V0013PokemonWeedle,
PokemonIds.V0041PokemonZubat,
PokemonIds.V0010PokemonCaterpie,
PokemonIds.V0017PokemonPidgeotto,
PokemonIds.V0029PokemonNidoran,
PokemonIds.V0046PokemonParas,
PokemonIds.V0048PokemonVenonat,
PokemonIds.V0054PokemonPsyduck,
PokemonIds.V0060PokemonPoliwag,
PokemonIds.V0079PokemonSlowpoke,
PokemonIds.V0096PokemonDrowzee,
PokemonIds.V0092PokemonGastly,
PokemonIds.V0118PokemonGoldeen,
PokemonIds.V0120PokemonStaryu,
PokemonIds.V0129PokemonMagikarp,
PokemonIds.V0133PokemonEevee,
PokemonIds.V0147PokemonDratini,
PokemonIds.V0100PokemonVoltorb,
PokemonIds.V0081PokemonMagnemite,
PokemonIds.V0021PokemonSpearow
DON'T FORGET TO CHANGE THE LOCATION IN SETTINGS.CS
PTC Login Instructions.
- Get Visual Studio 2015 (Any version works)
- Download the ZIP and exctract it from the link provided.
- Inside the ZIP folder that you just extracted you will find a .sln file. Open that.
- When you've got Visual studio open right click the PokemonGO.RocketAPI.Console and set as startup project.
- Next up you set the Latitude and Longitude of the place where you wanna farm (It's gonna cover a huge area around those coordinates) You can do this through Google maps. ( THIS WILL HAVE TO BE MODIFIED INSIDE SETTINGS.CS THROUGH VISUAL STUDIO)
- Now we've gotta setup Pokemon Club login as I haven't figured Google Login out yet. If you dont have a Pokemon Club account you should start afresh and create one over at The Official Pokémon Website | Pokemon.com | Explore the World of Pokémon
- Inside the File where we edited Longitude and latitude we gotta change our login info also. Edit PtcUsername to your username and PtcPassword to your password. (POKEMON TRAINER CLUB) Also! Make sure it Says UsePTC = true; in settings.cs
- We are done! press CTRL + F5 to compile and run.
Google Login Instructions.
- Get Visual Studio 2015 (Any version works)
- Download the ZIP and exctract it from the link provided.
- Inside the ZIP folder that you just extracted you will find a .sln file. Open that.
- When you've got Visual studio open right click the PokemonGO.RocketAPI.Console and set as startup project
- Next up we need to set it to start with Google Login. Check Settings.cs for this line, UsePTC = true; change it to UsePTC = false;
- Next up you set the Latitude and Longitude of the place where you wanna farm (It's gonna cover a huge area around those coordinates) You can do this through Google maps. ( THIS WILL HAVE TO BE MODIFIED INSIDE SETTINGS.CS THROUGH VISUAL STUDIO
- All done! Press Ctrl +F5 And follow the instructions! /The account you just logged in with over at google.com/device will be the Google account that is linked to your Pokemon Account.
V.5.0 Released! Check the new Download DON'T FORGET TO SET LOCATION! Or you will get banned.
Credits: Spegeli86
Note: This might not work right now as API is [unstable], keep trying.
If you are not Softbanned and it spams "Got away" its probably because your Pokemon Inventory is full.
No function for transferring Pokemon is implemented and wont be for a while.
If you get this error: https://i.imgur.com/DRdxEOF.png Try again later!
Example of a Location,
Sydney AU: -33.870225, 151.208343
In this case the settings.cs should be as follows:
Code:
public const double DefaultLatitude = -33.870225;
public const double DefaultLongitude = 151.208343;
NY, Central park:
Code:
public const double DefaultLatitude = 40.770648;
public const double DefaultLongitude = -73.974755;
Edit: UPDATED WITH WORKING GOOGLE BOT.
Edit: Updated with BOT that has A GUI!
Credits: All credits go to Ferox!
https://www.reddit.com/r/pokemongode...kemon_go_in_c/
i need transfer all - leave strongest
and can u make it to use all of pokeballs ?? waiting for your replie thanks
also i guess transferin all can be make , it requires 157 code to type hard but i belive u 
and pokeball should be easy
-
Member
Originally Posted by
aly68
i need transfer all - leave strongest
and can u make it to use all of pokeballs ?? waiting for your replie thanks
also i guess transferin all can be make , it requires 157 code to type hard but i belive u
and pokeball should be easy

Read how to use it, you need to edit code in order to set the settings you want, and it will use Pokeballs.
-
Master Sergeant
Originally Posted by
aly68
i need transfer all - leave strongest
and can u make it to use all of pokeballs ?? waiting for your replie thanks
also i guess transferin all can be make , it requires 157 code to type hard but i belive u
and pokeball should be easy

lol, Might I remind you that this bot is free and demanding stuff doesn't work. There are people in the thread kind enough to add functions that you are requesting
-
Post Thanks / Like - 2 Thanks
-
Member
copy same folder wont work redo new project then each time just edit each project for each account. that way u can just craft up bunch of shortcuts. Also rbtray to put them all away form view.
-
Corporal
Has anyone found a better spot than the central park location? Is the sydney location better/different population.
-
Sergeant
Originally Posted by
SordidX
When i run a second instance, its literally just pasting duplicate information from the first one that is running. This is after copy/pasting in a seperate folder and renaming project. There must be something else Im missing that seperates the processes.
Copy Paste the folder of the first instance, in anither folder.
If this doesn't work, try the windows key R trick for Skype using /secondary
-
Originally Posted by
valderino
Has anyone found a better spot than the central park location? Is the sydney location better/different population.
Getting decent rate at the Minneapolis 6 Pokestops spot, I'd say the difference is only negligible if you're running the bot for very long hours however.
-
Sergeant
Originally Posted by
zenenet
How can I change delay?
CTRL+F Delay, 4-5 results are the ones you change
-
Sergeant
By the way, i remember a few pages ago, someone posted codes for both auto relog for Google acc and a code to add in settings that makes it use ALL pokeballs. Anyone care to link them to me?
Sent from my LG-D852 using Tapatalk
-
Sergeant
Originally Posted by
spodakek
Getting decent rate at the Minneapolis 6 Pokestops spot, I'd say the difference is only negligible if you're running the bot for very long hours however.
Does the distance from the starting point ALWAYS goes further away on long run hours?
-
Member
Does it throw away potions?