Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuang97 committed Jul 30, 2016
1 parent 3f8dc58 commit 57edddc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Disclaimer

This repo is intended only as a proof of concept. The owner is not responsible for any bans or damage that may be incurred
as a result of using this software.


## Steps:

### Simple steps coming soon!

### Advanced

1. Download Visual Studio 2015: https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx
2. Clone this Repository
``` git clone https://github.com/hhuang97/PokemonGoBot ```
3. Open "PoGoBoT.sln" as a Visual Studio solution file
4. On the Solution Explorer Menu, right click "Pokemon.Go.RocketAPI.Windows" and select "Set as Startup Project"
5. Press F5
6. Enter your credentials, select your starting location from the map and start farming


## Features

- PTC / Google Login
- Get Map Objects and Inventory
- Search for Gyms / Pokéstops / Spawns
- Farm Pokéstops
- Farm all Pokémon in the neighbourhood
- Evolve Pokémon
- Transfer Pokémon
- Auto-recycle uneeded items
- View all Pokémon CP/IV %
- Transfer/Powerup/Evolve Pokémon
- Show level and needed XP for levelup
- Show username, level, stardust, XP/hour, Pokémon/hour in UI title
- Automatic use of Razzberries
- Records everything into Logs.txt

#### NOTE:
You need .NET Framework 4.5 to run this (https://www.microsoft.com/en-ca/download/details.aspx?id=30653)

0 comments on commit 57edddc

Please sign in to comment.