PokemonGo Web 版的控制器,妈妈再也不用担心我掉水沟里了。
github PokemonGoControllerSuite
PokemonGoController
- You should setup a web server, to run the HTML and php.
- After start the web server, visit the page with url like:http://10.0.0.100/PokemonGoController.You can also use virtual host to access the page.
PokemonGoScript
- Auto click the simulate location in Xcode.
PokemonHandler
- Simple blank Xcode project with a gpx file.
Usage
- Setup the web server, visit the page like http://10.0.0.100/PokemonGoController, you will see the UI below;
- Modify the Bundle Identifier and sign of the PokemonGoController Xcode project;
- Run the PokemonGoController project on your iOS device, which is also run the PokemonGo App;
- Adjust the x,y poisition in PokemonGoScript/runAutoClick.py.
- Run
python runAutoClick.py
- Open PokemonGo App on your iOS device.
- use http://10.0.0.100/PokemonGoController to control your role in the game.
- Enjoy and catch Pokemon.
Thanks
Thanks to the project of kahopoon Pokemon-Go-Controller. I don't have two iOS 9 device, so I implement with HTML page.
Images
Todo
- add map and current location on the html page.