An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
![Demo](https://github.com/user-attachments/assets/57b9a4cd-3a62-47b7-8a3e-17dc801ea0b3)


## 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)