Skip to content

RomanTheLegend/Pokemon_NoGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon NoGo

Desktop client for playing Pokemon GO on any PC It can work both with emulators and mobile phones. Connection is done over ADB socket forwarding

Features:

  • Seamless gameplay experience
  • Full control over player's movements
  • Ability to automate navigation between locations
  • Own Pokemon Detector which helps locating Pokemon nearby
  • Checkpoints for farming the best locations
  • Patrol mode between any number of checkpoints
  • Pokedex style :)

Pokemon NoGo screenshot

Please support this project by following my twitter or reddit thread

#[Official Twitter] (https://twitter.com/RomanTheLegend) Please give follow up or contact me here. Any feedback is much appreciated.

#[Official Reddit discussions] (https://www.reddit.com/r/pokemongodev/comments/4tnvz2/pokemon_nogo_project/)

#[Owned Core thread] (http://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/562798-pokemon-nogo-play-pc-keyboard.html)

How to run

  1. Click "Start"
  2. Open Windows command line
  3. Right click on NOX icon -> Properties -> Open File Location. Then locate nox_adb.exe in that folder and drag it to command line
  4. Paste this to the command line and press Enter* :
 -s 127.0.0.1:62001 forward tcp:1234 tcp:9090

*- after doing steps 17-19 and before pressing Enter the command line should look similar to this:

"C:\Program Files\NOX\Nox\bin\nox_adb.exe" -s 127.0.0.1:62001 forward tcp:1234 tcp:9090

where path to nox_adb.exe might be different on different systems

  1. Launch AshBurn client, make sure that Pokemon NoGo log window has "Client connection detected"
  2. Launch Pokemon GO and enjoy the game :)
  3. To enable Pokemon detector, please provide your secondary PTC login in AshBurn client under Settings

Easy install

  • Download and install NOX player 3.7.0.0: https://goo.gl/WErTkg
  • Download latest NOX VM backup: https://goo.gl/TOCZjy
  • Follow the instructions inside the archive
  • Download AshBurn client from latest Pokemon NoGo files (v4.4) and enjoy the game

Manual installation - Prerequisites

Manual installation

(Youtube video with installation still pending)

  1. Download latest Pokemon NoGo files (v4.4)

  2. Install NOX player, launch it and go to settings:

    • Under "General" make sure that "Root" is ON
    • Under "Advanced" set "Performance Settings" to "High".
    • Restart
  3. Go to android settings (not NOX settings) and enable "Developer Mode" by going to "About tablet" and tapping "Build number" 7 times

  4. Go to android settings (not NOX settings) and enable "USB debugging" and "Allow mock location" in Developer options

  5. Install Xposed framework (click on icon on the right side panel of NOX player. It looks like box with APK inside and arrow)

  6. Open "Xposed Installer" click on "Framework" and click the "Install/Update". When system asks for Root access select "Remember choice forever" and click Allow. After it finishes it will ask to reboot. DO NOT LET IT REBOOT, choose "Soft reboot" instead.

  7. After rebook verify that everything under "Framework" is installed. If not - install again

  8. Go to "Download" inside of "Xposed Installer" hit the magnifying search button and write "Mock Mock Locations" , we click it, swipe to the right and install it.

  9. Reboot

  10. Go to "Xposed Installer" -> "Modules" and make sure the box to the right of "Mock Mock Locations" is ticked

  11. Install Pokemon GO

  12. Click the "Mock Mock Location", uncheck "All apps" option, click "Add app" and look for Pokemon Go

  13. Another reboot

  14. Install and launch terminal emulator

su
mv /system/lib/hw/gps.nox.so /system/lib/hw/gps.nox.so.bcp

If file is not there then find it with

find / -name "*gps*"

and then rename it and reboot

  1. Install Pokemon NoGo .apk file and launch it (click on Start - you should see "Waiting for client connection")
  2. Click "Start"
  3. Open Windows command line
  4. Right click on NOX icon -> Properties -> Open File Location. Then locate nox_adb.exe in that folder and drag it to command line
  5. Paste this to the command line and press Enter* :
 -s 127.0.0.1:62001 forward tcp:1234 tcp:9090

*- after doing steps 17-19 and before pressing Enter the command line should look similar to this:

"C:\Program Files\NOX\Nox\bin\nox_adb.exe" -s 127.0.0.1:62001 forward tcp:1234 tcp:9090

where path to nox_adb.exe might be different on different systems

  1. Launch AshBurn client, make sure that Pokemon NoGo log window has "Client connection detected"
  2. Launch Pokemon GO and enjoy the game :)
  3. To enable Pokemon detector, please provide your secondary PTC login in AshBurn client under Settings

Warnings

Using this software is against the ToS of the game. You can get banned, use this tool at your own risk. Software comes "As is". I'm not responsible for any issues it may cause.

Big Thank You!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages