-
Originally Posted by
ptmazkirut
I trying to download Visual Studio 2015 but it's takes too long, it's normal?
Bro, it's 7 gigs
-
Member
Originally Posted by
Neer
This is currently the only public bot as of (19/7-2016)
DOWNLOAD THIS FOR PTC Login:
https://github.com/FeroxRev/Pokemon-Go-Rocket-API
DOWNLOAD THIS FOR Google Login:
https://github.com/Maufeat/Pokemon-Go-Rocket-API/
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)
- 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 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.
Google login only : http://www.filedropper.com/program_9 download that and drop it in,PokemonGo\RocketAPI\Console\
Replace it with the file in that folder! This will allow you to catch pokemon while the bot visits pokestops.
Note: This might not work right now as API is [unstable], keep trying.
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;
Credits: All credits go to Ferox!
https://www.reddit.com/r/pokemongode...kemon_go_in_c/
We need login to pokemon go with nox or bluestack or no needed ?
-
Sergeant
Not needed, it's standalone.. btw can i check on the bot via phone?
-
Member
Originally Posted by
Neer
Please read the main post and don't divert from the instructions.
thanks mate so I leave all that info as default (I've done that apart from the long and lat) as per instructions tells me to do nothing but PokemonGO.RocketAPI.Console and set as startup project after opening the sln file only set the lang and lat saved it pushed ctrl and f5 just crashs stops working.
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at PokemonGo.RocketAPI.Client.<LoginPtc>d__12.MoveNext() in C:\Users\jamie\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:line 203
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at PokemonGo.RocketAPI.Console.Program.<Execute>d__1.MoveNext() in C:\Users\jamie\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:line 29
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Ob ject state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem. ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Press any key to continue . . .
-
Member

restarted from scratch and now have an exe and this message can you clarify
-
Originally Posted by
uploader619
just a question which is more reliable the ptc one or the google one which is more updated and more features or they are just both the same.
the google one is kinda annoying whenever it crashes you have to do authentication over and over again the one that fero have has long authentication token so it saves time why not they just combine them all together to make a better one weird.
PTC is updated one.
Originally Posted by
CrucialStress
restarted from scratch and now have an exe and this message can you clarify
Yes, the servers are dying slowly. supposedly DDOS attack?
Some people are lucky enough to get through sometimes but it will eventually die for them too.
Keep trying or just wait an hour or two before trying.
Tldr; The app crashes if the servers are dead.
-
Post Thanks / Like - 2 Thanks
-
Elite User
Guys , you can check the bot via phone if you put the fakegps to the same location you put in the bot, if you do not you will get softbanned
-
Dope as ****
-
Knight
thanks ill play with the PTC one to make it work with my google to save time with this problem with authentication thing over and over again
-
Member
Why it says "Pokemon Encounter!" and then nothing.. Does it trying to catch the pokemon or what?
-
Originally Posted by
Mew351
Dope as ****

Oh look, someone got through
-
Post Thanks / Like - 1 Thanks
WoWSondermüll (1 members gave Thanks to Neer for this useful post)
-
Member
UPDATE: I forgot to "save all" once I set console as startup! (may be worth adding it as a step for dumb people like me :P
-
Originally Posted by
GreamDesu
Why it says "Pokemon Encounter!" and then nothing.. Does it trying to catch the pokemon or what?
I made a simple message for when it encounters a pokemon it wont say if it caught it or not, yet.
Just login on nox or something and check the journal after an hour ^^
Edit: There's currently less support for Google Login than it is for PTC, if you want fancy messages go PTC if you just want to catch pokemon and get pokestop go google.
-
Post Thanks / Like - 1 Thanks
WoWSondermüll (1 members gave Thanks to Neer for this useful post)
-
Member
Nothing happen 
My console keep just black .
my result :
1>------ Rebuild All started: Project: PokemonGo.RocketAPI, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>F:\PokemonGo\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Helpers\RetryHandler.cs(34,34,34,36): warning CS0168: The variable 'ex' is declared but never used
1> PokemonGo.RocketAPI -> F:\PokemonGo\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\bin\Debug\Pokemon Go Rocket API.dll
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
-
Member
Got it working first try, thanks a lot!
I have a few questions about your bot though (I'll look at the source code later), does it teleport you to nearest pokestop or does it "walk"
What I mean is, does it just jump from one location to the next (pokestops) or will it actually move there slowly, so that you don't get soft ban?
Another question I have is, will you be adding in egg hatching in the future?

I replaced the Program.cs file but it doesn't look like its catching any pokemon?
Thanks again!