Warning
This project is for educational purposes only.
The author is not responsible for any bans from the use of this tool.
Use it at your own risk.
Android Fall Guys cheat using Frida and frida-il2cpp-bridge
Please, Fix the game. You've had over a year to fix the many bugs and the bad optimization on consoles (Switch, Xbox, PS) makes it unplayable. It's time to focus on the state of the game.
- Bypass character physics checks
- Change speed
- Change velocity / No velocity / Negative velocity
- 360 Dives
- Teleport To Finish (Only Races)
- Remove FPS Limit
- Display FGDebug (Minimum, maximum, average and current FPS, Time, Ping, Dropped packets)
— Build script
- Clone the repository:
git clone https://github.com/repinek/FallGuysFridaModMenu
cd FallGuysFridaModMenu
- Install dependencies:
npm install
- Build the script
npm run build
Script will be saved at the path dist/agent.js
— Build APK
- Download FallGuys Latest APK
- Add permission to AndroidManifest.xml
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
- Inject frida-gadget. I'm using that
fgi -i <yourfallguys.apk> -t script -l ./dist/agent.js
Apk will be saved at the path ./yourfallguys.patched.apk
On startup it will ask for permission to display over other apps, if it doesn't ask for it - grant it yourself
HyperOS, ColorOS, OneUI, HarmonyOS and other OEM ROMs may not work properly or not at all
Please, prefer roms with non/slightly modified ART code (AOSP forks mainly)
FloyzI - for how the game works
commonuserlol - for help with code and menu