Skip to content

CSGCoding/NecroBot

 
 

Repository files navigation

Pokemon Go Bot based on FeroxRevs API


![alt text][1.1] The contents of this repo are a proof of concept and are for educational use only ![alt text][1.1]

Table of Contents


Chatting about this Repository can be done on our Discord: https://discord.gg/VsVrjgr
Please keep your conversations in the designated channels.




Feel free to buy us all a beer, by using PayPal:

Donate

[ all PayPal donations are distributed amongst our most active collaborators ]

Donate Bitcoins to FeroxRev (the API library developer): 1ExYxfBb5cERHyAfqtFscJW7vm2vWBbL3e


  • [PTC Login / Google]
  • [Get Map Objects and Inventory]
  • [Search for gyms/pokestops/spawns]
  • [Farm pokestops]
  • [Farm all Pokemon in neighbourhood]
  • [Throw Berries/use best pokeball]
  • [Transfers duplicate pokemons]
  • [Evolve all pokemons]
  • [Throws away unneeded items]
  • [Humanlike Walking]


- coming soon -

Note: You will need some basic Computer Expierience.
Need help? Join the Chat! **The Issue Tracker is not for help!**


  1. Download and Install Visual Studio 2015
  2. Download this Repository
  3. Open Pokemon Go Rocket API.sln
  4. On the right hand side, double click on "UserSettings.settings"
  5. Enter the DefaultLatitude and DefaultLongitude can be found here
  6. Select the AuthType (Google or Ptc for Pokémon Trainer Club)
  7. If selected Ptc , enter the Username and Password of your Account
  8. Right click on "PokemonGo.RocketAPI.Console" and Set it as Startup Project
  9. Press CTRL + F5 and follow the Instructions
  10. Have fun!

  1. Get new latitude and longitude
  2. Delete Coords.ini from folder PokemonGo.RocketAPI.Console\bin\Debug\Configs
  3. Change the value of DefaultLatitude and DefaultLongitude in UserSettings.settings
  4. Compile and run (CTRL + F5)



This Project is licensed as GNU (GNU GENERAL PUBLIC LICENSE v3)
You can find all necessary Information [HERE](https://github.com/NecronomiconCoding/Pokemon-Go-Bot/blob/master/LICENSE.md)



Thanks to Feroxs' hard work on the API & Console we are able to manage something like this.
Without him, this would not have been available. <3
Thanks to everyone who voluntaired by contributing to the Pull Requests!

About

a Pokemon Go Bot based on Rocket API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.0%
  • Protocol Buffer 3.0%