Unknowncheats thread here
This is a cheat for the game Slime Rancher, since the 2nd one has been announced i am very hyped so i made this in a day, i will probably push updates to add stuff. This uses BepInEx.
- An IMGUI menu thanks to UnityEngine
- Reveal map
- Godmode
- Add a slime key
- Get all the upgrades
- Set your energy between 0 and 1000
- Set your health between 0 and 1000
- Set your money between 0 and 1000
- Makes you resistant to the radiations
- Infinite energy
- Fly (+ fly speed slider). This temporarily disables the jetpack to use space to fly. (uses AZERTY keybinds, I will update this with your ingame keybinds)
- Save your position
- Teleport to your saved position
- Infinite jetpack (you can fly as high as you want)
- Upgrade plot on buy : upgrades plots for you when you buy them without taking your money
- Override max slot : lets you override the number of items you can have in one slot
- Change time multiplier
- Build the cheat from source.
- Put the SlimeRanger.dll (located in
SlimeRanger\bin\Release\net46
) file insideC:\Program Files (x86)\Steam\steamapps\common\Slime Rancher\BepInEx\plugins
folder. - Start the game, now you have successfully installed SlimeRanger. Use INSERT to open the menu
- Delete the folder
BepInEx
, and the fileswinhttp.dll
,changelog.txt
anddoorstop_config.ini
fromC:\Program Files (x86)\Steam\steamapps\common\Slime Rancher
- Clone the repository
- Download a BE build of BepInEx.
- Extract all the files from
BepInEx_UnityMono_x64_*******_*.*.*-be.***.zip
toC:\Program Files (x86)\Steam\steamapps\common\Slime Rancher
- Start your game. BepInEx will generate useful stuff. Wait a bit then close the game.
- Open the .sln file of SlimeRanger in Visual Studio (i used VS2022).
- Go to : Project --> Add a reference --> Browse --> Click on the browse button in the down right corner of the window.
- Add those files :
C:\Program Files (x86)\Steam\steamapps\common\Slime Rancher\SlimeRancher_Data\Managed\Assembly-CSharp.dll
C:\Program Files (x86)\Steam\steamapps\common\Slime Rancher\SlimeRancher_Data\Managed\UnityEngine.UI
- Build the solutions in Release | Any CPU mode
You can add me on discord at patate#1252
For teaching me the basics :
For teaching me how to make a mod using BepInEx :
For teaching me about the UnityEngine API :
For decompiling and looking in the source code of the game :
Open an issue or make a pull request, i'll be glad to improve my project with you !