https://github.com/repinek/fallguys-frida-modmenu
Android Fall Guys cheat using FRIDA and frida-il2cpp-bridge
https://github.com/repinek/fallguys-frida-modmenu
android cheat cheating fall-guys fallguys frida hack hacking hacks il2cpp il2cpp-hacking menu modmenu re reverse-engineering typescript unity
Last synced: 2 months ago
JSON representation
Android Fall Guys cheat using FRIDA and frida-il2cpp-bridge
- Host: GitHub
- URL: https://github.com/repinek/fallguys-frida-modmenu
- Owner: repinek
- Created: 2024-11-11T11:21:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T11:57:08.000Z (3 months ago)
- Last Synced: 2025-03-15T13:00:37.978Z (3 months ago)
- Topics: android, cheat, cheating, fall-guys, fallguys, frida, hack, hacking, hacks, il2cpp, il2cpp-hacking, menu, modmenu, re, reverse-engineering, typescript, unity
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - repinek/fallguys-frida-modmenu - Android Fall Guys cheat using FRIDA and frida-il2cpp-bridge (TypeScript)
README
> [!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.
> Works on my machine.# Fall Guys Mod Menu
Android Fall Guys cheat using [Frida](https://frida.re/) and [frida-il2cpp-bridge](https://github.com/vfsfitvnm/frida-il2cpp-bridge)## Screenshots

![]()
## Features
- Change Speed
- Change Velocity / No Velocity / Negative Velocity
- 360 Dives
- Teleport To Finish or Crown
- Display FGDebug (Minimum, maximum, average and current FPS, Time, Ping, Dropped packets)### Features that always work (cannot be disabled)
- Bypass Character Physics Checks
- Remove FPS Limit
- Anti-AFK
## Build
**— Build script**
1. Clone the repository:
```
git clone https://github.com/repinek/fallguys-frida-modmenu
cd fallguys-frida-modmenu
```
2. Install dependencies:
```
npm install
```
3. 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
``````
3. Inject frida-gadget. I'm using [that](https://github.com/commonuserlol/fgi)
```
fgi -i -t script -l ./dist/agent.js
```
Apk will be saved at the path ./yourfallguys.patched.apk## Troubleshooting
> This project is created solely for educational and entertainment purposes. I won't be providing extensive support.On startup it will ask for permission to display over other apps, If it doesn’t ask for it, grant it manually.
**HyperOS, ColorOS, OneUI, HarmonyOS**, and other OEM ROMs may not work properly or at all.
**It is recommended to use ROMs with minimal changes to ART (mainly AOSP forks).**## Special Thanks
[FloyzI](https://github.com/FloyzI) - for how the game works
[commonuserlol](https://github.com/commonuserlol) - for help with code and [menu](https://github.com/commonuserlol/frida-java-menu)