-
Legendary
[Archive] A comprehensive collection of all MAPS, BOTS, CALCULATORS, GUIDES etc.
The activity on OwnedCore related to Pokémon Go is crazy and has exploded in so many new projects over the last week. To keep track of it all, I've made this thread so people can easily find the bots/maps/scripts and threads easily, with tutorials to use them included. I will not include what is in the elite section. I will keep updating this whenever something new is released and actually works.
If you find any of these sources useful then think about supporting the people doing all this work, or atleast thank them if the sources are from OwnedCore 
Update: More maps and bots that are compatible with Mac will be added later on.
DISCLAIMER:
If you care about your Pokémon GO account, and don't want to risk losing it or getting banned, then don't use any of these bots, scripts etc. Also DON'T download from anything that seems suspicious, or is too good to be true. People can save your credentials and what not if you ain't careful. Therefore I recommend to create a fake gmail account you don't mind losing if it should happen, or a fake Pokemon Trainer Club account.
Table of content
- Maps
- Bots
- Neer's Bot
- Necronomicon's Bot
- Maclone's .EXE Bot
- Smashdex's Nox Macro Bot
- Guides and other resources
- Pokémon stat ranges
- Evolution Calculators
- CP Calculators
- Moveset combos
- Gym Battles
- Soft bans
Maps
Auto Updating Pokémon GO Map Scanner: [Github Source] /// [OwnedCore Thread by deadmarine]
WHAT IS IT?
It's a python script that together with your browser shows where pokemons are in Google Maps.
You can click the pokemons and get coordinates along with a timer.
HOW TO:
- Install Python 2.7.12 to C:\ (Has to be this version)
- Download the code from Github (credits to Zeromark30)
- Extract the .zip to C:\ folder (Call it what you want but PoGo could be an option)
- Open the config.json file and insert the following Google Maps API Key: AIzaSyAZzeHhs-8JZ7i18MjFuM35dJHq70n3Hx4, then save and close the file.
- Run the file called run.bat and type in your Pokémon Trainer Club account info and your desired location. Location can be anything that Google Maps can serach for: Road name, City name, Region or coordinates.
Pokérevs Map UI: [Website]
WHAT IS IT?
One of the best browser map scanners available at this moment. Their site is taking a lot of traction and therefore their servers are slow at the moment. But check it out! Very user friendly but not as fast as other scripts in this thread.
Pokérevs Map UI: [Direct link to Map] /// [Github Source]
WHAT IS IT?
HOW TO:- Click the direct link
- Select your location
- Filter on/off PokéGyms or PokéStops
Pokémon GO Scanner (Mobile): [Github Source]
WHAT IS IT?
It's a mobile scanner for your ANDROID phone. It's fairly easy to install and it's one of the best to use on the go.
HOW TO:
- You need a Google maps API Key and a PTC account OR Google account for throwaya
- You need to use Heroku with deploy install
- Now go to your Heroku app url in the browser. You muse use HTTPS:// instead of HTTP:// to allow tracking.
- If the deploy install doesn't work, you can find a manual installation guide in the README on the Github site.
Pokémon GO Desktop Map: [Github Source]
WHAT IS IT?
It's another map that works in your browser. Just install the zip, unpack it and run the program.
It's not as fast as others but it's so more user friendly.
HOW TO:
- Go to the Github source and select your .zip according to your OS.
- Unpack the zip file and run the .exe
PkmnGo Map (Merged project): [Github Source]
WHAT IS IT?
It's a merged project of some of the first map scanners. It works like the first ones but has a filter function.
HOW TO:
- Generate or get an API key for Google Maps (see earlier in this thread for one)
- Have Python2.7 installed
- Linux/MacOS
- pip install -r requirements.txt in terminal
- Put Google Maps API key in config.json
- In terminal write "./run.sh [username] [password] "[location]"
- Open another terminal in the project location and run "python -m SimlpeHTTPServer 8000"
- Open up your browser (preferably Chrome) and enter "http://localhost:8000/index.html" without quotations
- Windows
- First run "pip.exe install -r [location requirements .txt]" in cmd. Example:
Code:
C:\Python27\Scripts\pip.exe install -r C:\Users\HunterHero\Downloads\pkmngo-map-maps\requirements.txt
- Put Google Maps API key in config.json
- Start run.bat and enter your username, password and location.
- Open your browser to http://localhost:8000/index.html
Pokérevs Map UI: [Github Source] /// [OwnedCore Thread by [sync]]
WHAT IS IT?
One of the first map scanners that keeps getting perfected and has even been featured on The Verge. There's a great and user friendly installation guide in [sync]'s thread.
HOW TO:
- Download and install Python 2.7.12 to C:\ (Has to be this version)
- Download the .zip file from the website
- Extract the .zip to a C:\ folder like "C:\PoGo". If you don't have one, then create one. You'll need it and makes it all SO MUCH EASIER.
- Go to C:\Python27\Scripts and copy the pip.exe file to your C:\PoGo folder, or wherever you have extracted the .zip file.
- Shift+click in the C:\Pogo folder and click Open Commando Prompt (CMD)
- In the CMD enter:
Code:
pip install -r requirements.txt
- In CMD (designated to C:\PoGo) write the following:
Code:
example.py -u USERNAME -p PASSWORD -l "location" -st 10 (Set -st to a number from 5 to 10. -st indicates the search range.)
An example would : -u CyberHouseRules -p InsertGurder -l "Sokcho, South Korea" -st 10
Bots
Neer's C# Bot for farming Pokestops, Pokemons, Transfering and more to come:[Current Download Link] /// [OwnedCore Thread by Neer]
WHAT IS IT?
It's a bot that captures pokemons, farms pokestops and transfers pokemon you don't need (with more to come).
It doesn't require playing the game, but requries that you run it through Visual Studios. You can play the game meanwhile botting. Can be used with PTC or Google account.
HOW TO WITH PTC ACCOUNT:
- Get Visual Studio 2015
- Download the .zip and extract it to your C:\PoGo folder
- In the .zip file is an .sln file. When you've installed Visual Studios, then open it.
- With Visual Studios running the .sln file, right click in the right side of the program PokemonGO.RocketAPI.Console and set as "Use as Startup Project".
- Double click the settings.cs in the right side of the program. Edit the file in Visual Studio so it contains your PTC username, password and what location you want it to be used. You need to enter latitude and longitude for the location, which you can find by using Google Maps. Also change "UsePTC = false;" to "UsePTC = true;".
- At last press CTRL+F5 which will make it compile and run. A cmd should open and run on it's own. If you have any trouble go to Neer's OC thread.
HOW TO WITH GOOGLE ACCOUNT:
- Create a fake/dummy gmail account that you can use, and don't mind getting banned.
- Get Visual Studio 2015
- Download the .zip and extract it to your C:\PoGo folder
- In the .zip file is an .sln file. When you've installed Visual Studios, then open it.
- With Visual Studios running the .sln file, right click in the right side of the program PokemonGO.RocketAPI.Console and set as "Use as Startup Project".
- Double click the settings.cs and edit "UsePTC = true;" to "UsePTC = false;". Thereafter set the latitude and longitude for your location by using coordinates.
- Final step is to press CTRL+F5 and you're good to go!
Necronomicon's version of FeroxRev's Bot: [OwnedCore Thread by nonm]
WHAT IS IT?
It's another bot made from FeroxRev's project (same project that Neer's bot is based upon).
It features PTC & Google Login, Search for gyms/pokestops/spawns, farms pokestops and pokemons, evolves pokemon and transfers them.
Look in nonm's OC thread for a guide to setting it up.
Maclone's executeable version of Squirrel's Bot: [Download link]
WHAT IS IT?
Maclone's version of the bot is executeable, and doesn't require visual studios to run!!! Even more userfriendly for the non tech savy!
All credit goes to Maclone and the other people who worked on it.
HOW TO WITH GOOGLE LOGIN:
- Run the script like normal by typing in the code it asks you to enter from the google.com/device link.
- Take the HUGE number that you get and put it in the "GoogleRefreshToken" value= in the user file.
- Save the xml and run the bot again and you are permanently connected!
HOW TO WITH PTC LOGIN:
- Set "AuthType" value= Ptc
- Enter your ptc login info and your location and you're good to go!
Pokestop & Egg Macro bot for Nox: [OwnedCore Thread by Smashdex]
WHAT IS IT?
Smashdex has made a bot using macros for Nox where you can farm pokestops while moving around hatching your eggs. Really simple and easy to use.
His OC thread includes hotkeys designated to use, download links and a video on how to use it.
Guides
Each Pokémons max CP/HP: [Google Spreadsheet]
WHAT IS IT?
It's a spreadsheet that you can use to find out the amount of CP and HP a certain pokémon can have from a certain trainer level. It also shows the amount of CP increased from power up determined by your trainer level.
PidgeyCalc - Evolution Calculator: [Website]
WHAT IS IT?
It's a website that tells you how much xp you'll gain with lucky egg while evolving the pokemons you have.
It'll also tell you how many pokemons you need to transfer before using the lucky egg.
Finally it'll also give you an indication on how long it'll take to evolve all your pokémon (using a phone).
Best Move Sets and Match-Ups v2: [Reddit Source]
WHAT IS IT?
It's a reddit thread from the great community of r/TheSilphRoad, which tries to minMax Pokémon Go and try figure out the game aswell as other communities like ourselves.
The post has a table that shows an interactable table with the best move sets for each pokémon (You need RES (Reddit Enhancement Suite) extension for your browser for it to work). TL;DR Snorlax > Vaporeon > Dragonite > Lapras / Golem / Blastoise / Slowbro
CP increase by evolution calculator: [Website]
WHAT IS IT?
It's a website where you select the pokémon you want to evolve, and then insert the pokémons current CP. It'll then give you an estimate based on median of what the evolved pokémon will have in CP.
Max CP for your Pokémon: [Website]
WHAT IS IT?
The website shows you the max CP the pokémon can have at your given trainer level.
How Gym Battles Work: [Youtube Link]
WHAT IS IT?
It's a video made by the founder of r/TheSilphRoad that comprehensively explains how gym battles work, what's fastest and how you can win. Credit goes to the subreddit for their collective work for finding out this stuff, and the team for making the video. I'd suggest checking out the subreddit for more thread and videos like this.
TheSilphRoad Research: [TheSilphRoad's Website]
WHAT IS IT?
TheSilphRoad team has made a visual appealing and comprehensive website of their research that will keep updating.
At this moment it contains a register of all pokemons stats, list of xp awards, list of trainer level requirements + bonuses and more to come.
Soft bans - What we know, should you be worried and how to avoid it: [OwnedCore Thread by HunterHero]
WHAT IS IT?
It's a thread about soft bans and should answer whatever questions you have about soft bans. If you wonder what the range for gps jumps is before soft ban, or if you wonder how long it lasts or what you can do while soft banned, then take a look here.
Last edited by HunterHero; 07-21-2016 at 02:20 PM.
-
Post Thanks / Like - 11 Thanks
Xel,
Neer,
aartmans0,
smashdex,
Kenneth,
darkretnuh,
Alfalfa,
rowxs,
ALUBA,
dzo89,
4e3w2q (11 members gave Thanks to HunterHero for this useful post)
-
Member
Thanks! was looking for something like this. However, I found a really good online map for Pokemon Go; https://pokevision.com/
-
Post Thanks / Like - 1 Thanks
HunterHero (1 members gave Thanks to aartmans0 for this useful post)
-
Member
-
Legendary
Originally Posted by
aartmans0
Thanks! was looking for something like this. However, I found a really good online map for Pokemon Go;
https://pokevision.com/
Thanks! And yes Pokevision is good but their site has been unstable most of the day, so I'd rather keep it off the list until it works. No need for multiple comments saying it's not working as of yet
It will be added when their site is stable and able to update more than each 30 secs +/- delay
-
Member
Is there anything like bots in "Elite Pokemon GO Exploits" that the rest of us can't see?
-
Post Thanks / Like - 1 Thanks
bronco531 (1 members gave Thanks to Honoe for this useful post)
-
Legendary
Originally Posted by
Honoe
Is there anything like bots in "Elite Pokemon GO Exploits" that the rest of us can't see?
Not allowed to tell you sorry. It's a rule.
-
Master Sergeant
This needs to be stickied.
-
Knight-Lieutenant
any chance you can make a section listing programs for mac users
I tried crossover/wine and no luck. I even got parallel desktops and installed windows 7 / 10 but both had wireless problems so I uninstalled ...
-
Legendary
Originally Posted by
zerospec0
any chance you can make a section listing programs for mac users
I tried crossover/wine and no luck. I even got parallel desktops and installed windows 7 / 10 but both had wireless problems so I uninstalled ...
Of course! I'll add them as soon as I got time today
-
Active Member
Originally Posted by
HunterHero
Of course! I'll add them as soon as I got time today

Godt arbejde
-
Legendary
!UPDATE!
- Have added Maclone's new and amazing version of Squirrel's bot. Just enter your login info and location in the user.xml file and run the .exe file and you're good to go! No visual studio anymore!
- Also added another map and will update with more mac compatible maps whenever they are made.
-
Member
Originally Posted by
HunterHero
!UPDATE!
- Have added
Maclone's new and amazing version of Squirrel's bot. Just enter your login info and location in the user.xml file and run the .exe file and you're good to go! No visual studio anymore!
- Also added another map and will update with more mac compatible maps whenever they are made.
I tried this one but every time i start it it crashes, tried different accounts and locations
-
Legendary
Originally Posted by
niakakvoime
I tried this one but every time i start it it crashes, tried different accounts and locations
You've made a typo somewhere in the user.xml
-
Member
Originally Posted by
HunterHero
You've made a typo somewhere in the user.xml
Yeah, just made a brand new acc, but you have to verify your email. Thanks
-
Legendary
Originally Posted by
niakakvoime
Yeah, just made a brand new acc, but you have to verify your email. Thanks

Glad you figured it out but of course you gotta verify the email
Remember to catch your starter pokemon, else it'll just give you trouble later.