- Information
A lot of PokemonGo bots around require to download someones
GitHub repository, have
Visual Studio installed, manual
editing of code to change settings and need then to be
compiled before they can be used.
I did all of that for you already.
I take the most known and widely used bot repositories, compile down an user friendly version for download and instant use.
The code and repository used is completely credit to the owner and will be noted in the credits for each download.
As time goes on and more bots get released, I will update this thread with new releases.
What you will find in my versions:
- Clean codebase downloaded directly from the creator's repository
- User-friendly way of changing bot settings in form of an easy to edit "user.xml" file
- Fixes and small improvements requested by people
I will not add new features beyond the fixes and small improvements, this task is up to the repository owner.
- Usage
- Once you have chosen and downloaded a bot, unzip it to a folder.
- Edit the "user.xml" you will find in that folder with your settings.
- Ready to go, just run the bot.
- Editing the user.xml
The user.xml is a standard XML document and follows XML formatting rules.
It is easy to edit, just open it with any text editor and follow along the lines of how the file looks.
Settings set by default are given by the bot creator for their bot. Look through them and check if you agree with them.
In some places in the user.xml you find lists. For example the following list:
Code:
<PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
<PokemonId>Rattata</PokemonId>
<PokemonId>Pidgey</PokemonId>
</PokemonsNotToCatch>
You can add or remove list entries in between the XML tags. To have an empty list, just delete all entries, but keep the tags. An empty list looks like this:
Code:
<PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
</PokemonsNotToCatch>
If you have any problems or questions, search around in this thread. Maybe someone has already found a solution to your problem.
If there is no solution yet, just be the first one to ask your question.
There are also guides and tutorials from other members to be found here in this thread about how to make your bot even better.
Like this one:
Post by wowschik (Maclone's Community Versions - Compiled, ready to go PokemonGo bots)
But remember that bots can be different. Make sure to check if your bot can benefit from the guide you are looking at.
- Downloads
Versions in
bold are the recommended versions.
Same as last version + Google Fix (2016-07-28)
Spegeli (
GitHub)
Now requires Google username(email) and password because of a RocketAPI change.
Do not use the Google refresh token.
https://mega.nz/#!jZsjkK4Z!eV-ytBSJ0...IYLGTf58onBLRo
Same as last version + Better Transfer + QuickSpin Unban (2016-07-27)
Spegeli (
GitHub)
https://mega.nz/#!KJd0EKxQ!m5l7y9WwI...Wa1d4EFxxZBcas
Same as last version + Short Delay + Name in title fix + Spam Fix + PrioIVFix (2016-07-26)
Spegeli (
GitHub)
https://mega.nz/#!XZNFEDiT!-iSXvCSlQ...3kJc3kR7Kjv9Fs
No Version Check + Location Fix + Egg Crash Fix + Origin Fix + Prioritize IV over CP + Use Lucky Eggs (2016-07-25)
Spegeli (
GitHub)
https://mega.nz/#!eA1SWBYD!zrQ_6ByrV...auREi_UkoOWt7I
No Version Check + Location Fix + Egg Crash Fix + Origin Fix + Prioritize IV over CP (2016-07-24)
Spegeli (
GitHub)
https://mega.nz/#!WJUhBKIJ!0Q54SjuGj...ETrPBWfYv_3OaM
No Version Check + Location Fix + Egg Crash Fix + Origin Fix (2016-07-24)
Spegeli (
GitHub)
https://mega.nz/#!6AFBjLzT!eiMk8R3Gb...ykPWl5ii4w8kDU
No Version Check + Location Fix + Egg Crash Fix ("Specified cast is not valid. from Google.Protobuf") (2016-07-24)
Spegeli (
GitHub)
https://mega.nz/#!TI9HxBZB!CIn34s4Ms...PXqG9c22byJxHM
No Version Check + Location Fix (2016-07-23)
NecronomiconCoding (
GitHub)
https://mega.nz/#!yA9XwJwJ!zBD8wyi7c...ZJkEjxtE_Rpejo
Evolve fix + Catch Pokemon while walking to the next location
Based on the last version of FeroxRev's bot, including walking to locations.
https://mega.nz/#!qJkBHIba!pmc7ndQwY...s7JsPO5xRwME7A
Evolve fix
Based on the last version of FeroxRev's bot, including walking to locations.
https://mega.nz/#!6AUFxRob!8I_dlXyTD...QZJq907pKDFIJs
Pokecolor 1.0
DetectiveSquirrel (
GitHub)
https://mega.nz/#!7Fl3lY6T!aNcRsls2q...XRgaWq8nRoVqmA
-
Have fun.