Skip to content

XibalbaTM/PokeBot2

 
 

Repository files navigation

Simple Pokemon Go Bot. C#.

##Features:

  • Farm Pokestops
  • Catch Pokemon
  • Transfer Pokemon
  • Refresh token support. (for google auth)
  • Login with PTC
  • Login with Google
  • Hatch Eggs
  • Evolve Pokemon
  • Add awesome colorZ
  • Simple GUI
  • Incubate New Eggs
  • Ability to set IVs percentage, say 85%, everything below will be transferred.
  • Ability to set walking speed.
  • Add delay when you catch pokemons
  • Configurable Custom Pathing with GPX

##Screenshots: img

##Requested Features:

  • Implement seperate farming modes:
  •   a. XP Mode: visits pokestops only (might farm pokemons that may spawn near pokestops)
    
  •   b. Stardust Mode: Walks/Scans a large radius from given coordinates for pokemons, keeps repeating.
    

Files

  • token.txt | Contains: 1 Line with Refresh Token | Don't delete!
  • external.config | Contains: configuration

Setup Guide

  • Download and extract the newest release here
  • Edit external.config:
  • Change AuthType to "Google" or "Ptc"
  • If using "Ptc", change username and password to your login
  • Change DefaultLatitude and DefaultLongitude to the GPS coords of your liking
  • Change language to "english" or "german"
  • Change transfertype to "none"/"cp"/"leaveStrongest"/"duplicate"/"all"
  • If using "cp", change TransferCPtreshold to your liking
  • Change EvolveAllGivenPokemons to "true" or "false"
  • Run the bot :)
  • If you don't know how to do that, Double-click on the file called "PokemonGo.RocketAPI.Console.exe". If you don't see a file ending with .exe, Look for a file "PokemonGo.RocketAPI.Console" that says "Application" under Type.

Packages

No packages published

Languages

  • C# 91.5%
  • Protocol Buffer 8.5%