Home

Awesome

Fall Guys Sharp

A tool that adds easy mode to Fall Guys.

This project shows how to inject Unity modules during runtime into il2cpp Unity games.

Features

Todo / current issues

Credits

https://github.com/Perfare/Il2CppDumper - dumps out dummy DLLs from Unity il2cpp game

https://github.com/knah/Il2CppAssemblyUnhollower - converts dummy DLLs from Il2CppDumper into native calls. knah also helped me debug along the way

https://github.com/warbler/SharpMonoInjector - calls mono functions after mono is loaded (forked to inject Mono)