Skip to content

FlywessWingsForYatagarasu/CheatersCheetahCheat

 
 

Repository files navigation

CheatersCheetahCheat

Or CCC for short, pronounced KKK

Setup and compile

  1. Install dotnet 6
  2. Download and unpack win64 IL2CPP bepinex 6.0 into game folder. Either prerelease (file) or nightly (file) works
  3. If you are on linux proton, you need to add winhttp to wine overrides. wiki
  4. Launch the game to generate interop files
  5. Reference the interop files.
    On rider it's done with Explorer -> Solution view, CheatersCheetahCheat -> Right click Dependencies -> Reference... -> Add from -> add files from Cheaters Cheetah/BepInEx/interop
    Or do it manually, open CheatersCheetahCheat.csproj and change all the lines from ..\..\..\.steam\steam\ ... to whatever it is on your system.
  6. maybe need to install nuget dependencies?
  7. dotnet build or click the build icon in rider
  8. copy or symlink CheatersCheetahCheat/bin/Debug/net6.0/CheatersCheetahCheat.dll to Cheaters Cheetah/BepInEx/plugins/CheatersCheetahCheat.dll

Notes

ScriptEngine was my attempt to port this for bepinex 6.0. It kinda works as in it reloads recompiled code, but doesn't completely rerun some code.

CinematicUnityExplorer (file) works while the original doesn't. Needs a few patches to fix class and singleton search. (CinematicUnityExplorer.patch)

This gist was very useful

... maybe will add some more stuff

credit to some lads on unknowncheats for some of the code. sorry, didn't keep track of what i stole :(

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%