Skip to content

Android Fall Guys cheat using FRIDA and frida-il2cpp-bridge

Notifications You must be signed in to change notification settings

repinek/FallGuysFridaModMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Fall Guys Mod Menu

Android Fall Guys cheat using Frida and frida-il2cpp-bridge

Screenshots

Demo

Message To MediaTonic

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.

Features

  • 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

— Build script

  1. Clone the repository:
git clone https://github.com/repinek/FallGuysFridaModMenu
cd FallGuysFridaModMenu
  1. Install dependencies:
npm install 
  1. Build the script
npm run build

Script will be saved at the path dist/agent.js

— Build APK

  1. Download FallGuys Latest APK
  2. Add permission to AndroidManifest.xml
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
  1. 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

Troubleshooting

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)

Special Thanks

FloyzI - for how the game works
commonuserlol - for help with code and menu