PokemonGoBot Versions Save

DEFUNCT - Bot that plays Pokemon Go

v1.0.1

7 years ago

Awkward mistake in v1.0.0 (authentication suddenly expired after 30 minutes)

(if you encounter problems with this that you didn't have with v0.8.2, feel free to downgrade; that one is also safe but contains some bugs)

Changelog:

  • actually fix PTC timeout after 150 minutes

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as default.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-1.0.1.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v1.0.0

7 years ago

:tada: STABLE RELEASE :tada:

(if you encounter problems with this that you didn't have with v0.8.2, feel free to downgrade; that one is also safe but contains some bugs)

Changelog:

  • major release; very stable and well tested
  • prevent trying to drop buddy pokemon
  • use new api (should prevent trying to encounter expired pokemon)
  • blacklist expired pokemon in case they still come through
  • Fix PTC timeout after 150 minutes

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as default.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-1.0.0.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.8.2

7 years ago

Changelog:

  • Correctly reload stored spawn point
  • allow leaving the start area and find more pokestops and pokemon (update to API v0.0.6)

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as default.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.8.2.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.8.1

7 years ago

UPGRADE TO THIS RELEASE AS SOON AS POSSIBLE; older releases can easily be detected by Niantic

Changes made:

  • Update API to v0.0.5 to fully fix multi botting
  • Correctly reuse device identifiers
  • Correctly request incremental updates to map cells

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as default.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.8.1.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.8.0

7 years ago

Update to this version when you want to use multiple bots at once

Changelog:

  • Update API (thread safe)
  • Make multi-botting work again

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as default.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.8.0.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.7.5

7 years ago

Changelog:

  • Update API (better stability)
  • Remove debug logging for level rewards
  • correctly iterate over pokemon (off by one error fixed)
  • Improved loading and saving of last location
  • Improved API by returning correct HTTP status codes
  • Code related: Updated authors; unified codestyle; Better API documentation

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as default.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.7.5.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.7.4

7 years ago

Changelog:

  • Add ability to set a buddy Pokemon (see buddyPokemon setting in the config; set that one to the name of a Pokemon; e.g. WEEDLE)
  • Correctly log when bot is idling because of lure's in the area
  • Possibly fix to correctly log hatched pokemon with all stats (instead of claiming it is "MISSINGNO")

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as bot.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.7.4.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.7.3

7 years ago

Changelog:

  • Fix catch rate to old behaviour

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as bot.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.7.3.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.7.2

7 years ago

Changelog:

  • Updated protobufs
  • Updated encryption mechanism to comply with iOS version 1.15.0

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as bot.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.7.2.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

v0.7.1

7 years ago

Changelog:

  • Updated protobufs; should resolve some issues
  • removed many useless debug messages

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as bot.json in a directory called bot-settings. Then open it with a plain text editor (e.g. notepad) and fill all blanks.

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar PokemonGoBot-0.7.1.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot