Skip to content

A cheat for the game Slime Rancher written in C#, made with BepInEx

License

Notifications You must be signed in to change notification settings

ALittlePatate/SlimeRanger

Repository files navigation

Unknowncheats thread here

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
  • 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

Installation

  1. Build the cheat from source.
  2. Put the SlimeRanger.dll (located in SlimeRanger\bin\Release\net46) file inside C:\Program Files (x86)\Steam\steamapps\common\Slime Rancher\BepInEx\plugins folder.
  3. Start the game, now you have successfully installed SlimeRanger. Use INSERT to open the menu

Uninstallation

  1. Delete the folder BepInEx, and the files winhttp.dll, changelog.txt and doorstop_config.ini from C:\Program Files (x86)\Steam\steamapps\common\Slime Rancher

Building from source

  1. Clone the repository
  2. Download a BE build of BepInEx.
  3. Extract all the files from BepInEx_UnityMono_x64_*******_*.*.*-be.***.zip to C:\Program Files (x86)\Steam\steamapps\common\Slime Rancher
  4. Start your game. BepInEx will generate useful stuff. Wait a bit then close the game.
  5. Open the .sln file of SlimeRanger in Visual Studio (i used VS2022).
  6. Go to : Project --> Add a reference --> Browse --> Click on the browse button in the down right corner of the window.
  7. 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
  1. 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

GPL 3.0

About

A cheat for the game Slime Rancher written in C#, made with BepInEx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages