Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Pokemon Go Joystick


Hi all!
This module allows you to play Pokemon Go without moving out! Use the joystick provided to navigate in any direction.
The joystick appears as a overlay. Go in any direction.

Use the static notification use toggle joystick on/off on the fly!
Features:
* Search for nearby pokemons
* Tap on any point on screen to move in that direction - Option to hide joystick in this mode 
* Change settings & add bookmarks on the fly with settings option near joystick
Clear mock location history - restore original location 
Launch 'Pokemon Go' from the module 
* Choose movement speed on the fly! - More flexible speed settings 
* Choose starting location in map - Now you can enter latitude and longitude 
* Search for a location in map
* Store favorite locations as bookmarks and load them quickly!
* Continue from where you left
* Walk continuously in a direction
* Right/Left handed mode
* Swap E/W direction in joystick
* Use the persistent notification use toggle joystick on/off on the fly!
Steps:
* Install the module
* Enable in Xposed
* In Settings -> Developer options -> Enable mock location (Android <6.0) and 'Select mock location app' for (6.0+)
* Reboot
* Open Joystick
* Navigate like a boss!
How to use 'move on tap':
Enable this mode, by tapping the palm button.
Tap anywhere on the screen for the player to move.
Turn off the mode by using the same button.
NOTE: When Move on tap is enabled, you can't touch items in the game. So enable and disable this mode whenever needed.
How to use 'Pokemap':
After searching or without searching, you have to tap on a particular location on map.
And then use 'Load nearby pokemons' button.
Wait for few seconds for it to load the pokemons.
NOTE: This feature depends on the service provider's availability and also the location you've chosen. It might not work as expected at a certain time or for a certain location.
Floating settings :
Save time by using the Settings icon near the joystick. without having to jump between the game and joystick.
Screen shots:
Best practices:
* When moving form v1.x to 2.x, Clear data before launching the updated app. Make sure you 'Allow mock locations' or Select this app in 'Select mock location app' (Marshmallow) before launching the module
* Set location mode to 'Device only' in case you are troubled when fighting/capturing.
* Set speed to slow/slower if you want to search for Pokemons. Running faster may not give adequate time for a Pokemon to spawn in that location.
* Don't start at far off locations. You might get banned.
This app is ad-supported. Please bear with me.
Note: Don't leave the country, you might get banned!
Try and reply.
Author(s): 
Support/Discussion URL: 
Package: 
com.balamurugan.pokemongojoystick
Version name: 
2.5
Release type: 
Stable (low risk of bugs)
Download: 
Number of downloads: 
117,341 in total · 767 in the last 24 hours
MD5 checksum: 
f6c9d24a386353a4629f30e05487e831
Uploaded on: 
Wednesday, December 14, 2016 - 10:54
Changes: 
PLEASE UNINSTALL PREVIOUS VERSION (<2.4.5). THIS WILL INSTALL AS A NEW ONE
* Fixed blank map error
* Fixed bug with show/hide joystick from notification
* Code cleanup

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project