cc7752be1ab222f1a97fb68078a28b0e56e193a0
SlimeRanger
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.
Features
- 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
Installation
- 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\pluginsfolder. - Start the game, now you have successfully installed SlimeRanger. Use INSERT to open the menu
Uninstallation
- Delete the folder
BepInEx, and the fileswinhttp.dll,changelog.txtanddoorstop_config.inifromC:\Program Files (x86)\Steam\steamapps\common\Slime Rancher
Building from source
- Clone the repository
- Download a BE build of BepInEx.
- Extract all the files from
BepInEx_UnityMono_x64_*******_*.*.*-be.***.ziptoC:\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.dllC:\Program Files (x86)\Steam\steamapps\common\Slime Rancher\SlimeRancher_Data\Managed\UnityEngine.UI
- Build the solutions in Release | Any CPU mode
Contact
You can add me on discord at patate#1252
Code used
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 :
Contributing
Open an issue or make a pull request, i'll be glad to improve my project with you !
License
Languages
C#
100%