Skip to content

Go2Engle/PoGoMap-GUI

Repository files navigation

Donate

THIS WILL NO LONGER BE UPDATED. SORRY, FULLY LOST ALL INTREST DUE TO CREATORS OF THIS GAME...

NEWS

First just wanna let everyone know I just created a forum which can be access at http://www.go2engle.com. Hopfully we can get some people posting in there that way there can be more discussion on errors and what not. I will also be looking for Mods for the forums as right now its only me answering questions. Could use some help if anyone is interested!(If anyone registerd today 9/20/16 before 4:30pm est and didnt get your registration email please visit the site and click the resend button. 2nd if you have just updated to 3.1.7 please be aware that you will need to run check accounts before starting your map after updating. This will spit your current and future accounts into a CSV file which will then be used to log in. This upgrade also wiped out your google maps API key( Sorry :( ). So you will also need to re-enter that before starting your map as well.

Description

This is a GUI tool created to ease the process of running your pokemongo-map and creating new accounts to scan with. This combines a few tools created by other fantastic users on github! Without there tools I would have no need to create this tool. This is a windows only tool. Sorry for my horrible coding but so far it seems to get the job done!

Tools being used by my GUI:

Features

Alt text Alt text

  • Built in updater!
  • Run your map in spiral scan or spawn point scanning
  • Enable/Disable scan for poke stops, gyms, fixed locations, no search control
  • Choose step limit (step limit must be commented out in your PokemonGo-Map config.ini for this to work)
  • Set starting location (location must be commented out in your PokemonGo-Map config.ini for this to work)
  • Quickly create accounts and automatically add them to your PokemonGo-Map config.ini (Please check the wiki for instructions https://github.com/engle2192/PoGoMap-GUI/wiki)
  • Quickly check the accounts you are currently using and automatically delete banned or deleted accounts from your config.ini
  • Command windows now dock in the GUI
  • 2Captcha Key, Password, and Location field will save through application restarts
  • Notifications now has its own GUI! No more need to edit config files!

Pre-Installation

  1. You will need your google maps API key, and any API key you wish you use for notifications if you plan to use them. The Google maps API is a must no matter what below is a link on how to get your Maps API key. After clicking the link click get a key and follow the instructions. You will Also need google chrome installed on your computer.

Installation

Install video (https://youtu.be/LFIH1-bRG9Q)

  1. Download the Installer and Run as an administrator (https://github.com/engle2192/PoGoMap-GUI/releases/tag/AIO)
  2. Browse to the PoGoMap-GUI folder located on your desktop.
  3. Run PokemonGo-Map_Launcher.exe.
  4. Enter your Google Maps API Key, Create some accounts using account creator, enter your zip code or address in quotes.
  5. Run your Map!

Powershell instructions

  1. Run below in powershell launched as administrator:

    Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\PowerShell -Name ExecutionPolicy -Value ByPass

  2. If you get this error continue to step 3 other wise you are finished. Alt text

  3. This is because your local group policy to allow scripts to run on the system is probably “not configured” . To configure it, run “gpedit.msc”

  4. Then Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows PowerShell. Change the “Turn on Script Execution” to look something like this:Alt text

  5. Afterwards, the PowerShell command should work and you should be able to change your Execution Policy without any problems! Alt text