Here's How
Before we dive into this, there are two things you might be wondering;
Is this cheating? No. This will show you where Pokémon are spawning nearby but that’s all it does. It isn’t going to help you catch them. You still have to get up and physically walk to the location to catch a Pokémon.
Will this get you banned? Yes, it will. Use it at your own risk or better, use a different Google account for it. This can result in a ban from the game because it is a violation of the app’s terms. When you use this map, you access the game’s servers from outside the game and that’s not okay with Niantic.
What You Need
Install Python 2.7.12 from here. No other version will do the trick.
Download Pokémon Go Map from here but get version 1.0. Version 2.0 requires you create your own Google Maps API and it might take more time than you’re willing to invest to set it up. We’re going with the shortest, easiest, and quickest method here.
How To
Step 1: Install Python. Run the exe to do so and enter your admin password if asked to. Install it for all users. This shouldn’t take more than a few minutes.
Step 2: Extract Pokémon Go Map. Hold down the Shift key and right-click inside the folder. Select ‘Open command window here’ from the context menu.
Step 3: Run the following command. It will install pip and will take up to ten minutes to finish.
C:\Python27\Scripts\pip install -r requirements.txt
Step 4: Run the following command once pip has been installed.
python example.py -a ptc -u [Username] -p [Password] -l [Your current location] -st 100
If you are using your Pokémon trainer account, leave ‘ptc’ untouched. Enter your username and password in the respective areas indicated above. Go to Google Maps and find yourself on the map. Pick your lon/lat coordinates and replace [Your current location] with them. The ‘-st 100’ indicates the scan radius where st 100 means one hundred steps. You can increase this to any number you want.
If you’re using your Google account to sign in, replace ‘ptc’ with ‘Google’. Enter you Google username and password in the respective fields.
Step 5: Open your web browser and type localhost:5000 in the URL to see the map and the Pokémon spawning nearby.
Don’t close the command prompt window until you’re ready to close the map as well. We should mention again that this accesses the Pokémon servers so use it only if you’re having serious trouble finding Pokémon.
No comments:
Write comments