This is a Frida script for the 1.9.0f arm build of the Spider-Man Unlimited Gameloft game for Android. It takes advantage of the hidden cheat menu left by the game developers and has the ability to unlock all Spiderman, give in-game currency and perform other cheat functionality such as invincibility.
Note: This script will not work for any version and build other than 1.9.0f arm. The function offsets will be totally different, so don't even attempt it.
- Connect to your Android device using
adb connectand runfrida-serveron your device. - Get the Frida server and client here if you don't have it already.
- Start the Spider-Man Unlimited app and get to the game menu
- Run the script with Frida using
frida -U Spider-Man -l .\cheatMenu.js
Note: You need a rooted phone to run Frida
Read my blog for technical details.
