Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Releases: jabbink/PokemonGoBot

Pokemon Go Bot v1.0.1

17 Nov 00:33
ec5fe52
Compare
Choose a tag to compare

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

Pokemon Go Bot v1.0.0

16 Nov 15:14
Compare
Choose a tag to compare

🎉 STABLE RELEASE 🎉

(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

Pokemon Go Bot v0.8.2

15 Nov 12:43
Compare
Choose a tag to compare
Pokemon Go Bot v0.8.2 Pre-release
Pre-release

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

Pokemon Go Bot v0.8.1

15 Nov 10:24
Compare
Choose a tag to compare
Pokemon Go Bot v0.8.1 Pre-release
Pre-release

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

Pokemon Go Bot v0.8.0

14 Nov 21:30
Compare
Choose a tag to compare
Pokemon Go Bot v0.8.0 Pre-release
Pre-release

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

Pokemon Go Bot v0.7.5

14 Nov 15:34
Compare
Choose a tag to compare
Pokemon Go Bot v0.7.5 Pre-release
Pre-release

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

Pokemon Go Bot v0.7.4

12 Nov 20:08
510db85
Compare
Choose a tag to compare
Pokemon Go Bot v0.7.4 Pre-release
Pre-release

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

Pokemon Go Bot v0.7.3

12 Nov 12:26
3ab0e1c
Compare
Choose a tag to compare
Pokemon Go Bot v0.7.3 Pre-release
Pre-release

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

Pokemon Go Bot v0.7.2

12 Nov 00:16
4516880
Compare
Choose a tag to compare
Pokemon Go Bot v0.7.2 Pre-release
Pre-release

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

Pokemon Go Bot v0.7.1

09 Nov 15:22
39daf59
Compare
Choose a tag to compare
Pokemon Go Bot v0.7.1 Pre-release
Pre-release

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