Skip to content

yashine59fr/PokeBot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • Incubate New Eggs
  • More proto

##Requested Features:

  • Ability to set IVs percentage, say 85%, everything below will be transferred.
  • Ability to set walking speed.
  • 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.