Fall Guys - Advanced Internal Cheat - 1.2_3 - 19.08.2020
- A good way to get to know the cheat and its files and all the stuff related to it is
by checking the wiki entries for answers to the most important questions.
https://github.com/xTeJk/Fall_Guys_Internal/wiki
- Check the publication date of the latest public branch (https://steamdb.info/app/1097150/depots/)
- If it's the same as the version the internal fits, then continue
- If it's not the same, go to https://github.com/xTeJk/Fall_Guys_Internal#offsets and update the offsets
- Start game in any configuration
- Inject cheat with Xenos (Native Inject / Existing Process)
- Press
INSERTto open cheat menu - Don't close console window!
- VS 2019 / v142 / .dll library
- [Properties -> Advanced] -> Use multi-byte character set
- [Properties -> C/C++ -> Preprocessor -> Definitions] ->
_CRT_SECURE_NO_WARNINGS
- Compile as
Release x64version
- Download: https://github.com/Perfare/Il2CppDumper
- Choose metadata file from game directory
- Select
GameAssembly.dllfrom game directory to load game binaries and unity's references - Export to json
- Replace
il2cpp.hto new one inside cheat files directory - Replace offsets in
offsets.hwith new one fromscript.json - Recompile
If you want to change keybinds use:
https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
find interesting key VK_ or 0x code and put inside menu.cpp at correct place, eg.:
(io.KeysDown[VK_F1] && !OldKeysDown[VK_F1])
replace to:
(io.KeysDown[0x31] && !OldKeysDown[0x31])
to make flying mode bootable by 1 instead of F1.
The code implements the recommended "safe" values of individual functions,
they can be edited in the values.h file, but it's not recommended,
because exceeding the recommended value may result in blocking the account.
To edit the color of the visuals, search for 0xFF in render.cpp
and change the code after that phrase to your own RGB code, eg.:
0xFF589C21 (Green)
replace to:
0xFF7E3EDE (Red)
All functions are possible for any configuration
- GENERAL:
- HOME » Hide Corner Text
- DELETE » Panic Key (instantly closes game)
- END » Unhook Cheat (disable cheat, keep game alive)
- Disable Safe Cheat Values
- VISUALS:
- F5 » Real Doors (Door Rush)
- F6 » Real Path (Tip Toe)
- F7 » Non-Jinxed Players
- F8 » All Platforms Visible (Fall Match / Fruits Match)
- F9 » Player with Tail (Final)
- MOVEMENT:
- F1 » Fly Mode:
- Flying Speed
- F2 » Speed Hack:
- Movement Speed (Default: 9.5)
- Movement Speed when Carrying Item (Default: 8)
- Movement Speed when Grabbing (Default: 5)
- F3 » Dive Boost:
- Normal Dive Boost (Default: 16.5)
- Air Dive Boost (Default: 7)
- F4 » Gravitation:
- Gravity Scale (Default: 1.5)
- F1 » Fly Mode:
- COLLISIONS:
- F10 » Disable Stuns/Knockdowns
- F11 » Disable Object Collisions
- CARRYING GRABBABLE ITEMS:
- Item Drop Force:
- Normal Item Drop (Default: 50)
- Dive Item Drop (Default: 90)
- Item Drop Force:
- GRABS:
- ★ Super Grab Feature
- Grab Detect Radius (Default: 6)
- Grab Check Distance (Default: 2)
- Grab Max Force (Default: 0.6)
- Grab Break Time (Default: 1.2)
- Grab Break Time Jump (Default: 0.01)
- Arm Length (Default: 1)
- Grab Check Prediction Base (Default: 0.1)
- Grab Immediate Velocity Reduction (Default: 0.5)
- Grab Cooldown (Default: 0.5)
- Regrab Delay (Default: 2)
- Release Regrab Cooldown (Default: 1)
- Break Grab Angle (Default: 75)






