A comprehensive MelonLoader utility mod for R.E.P.O that enhances gameplay through ESP features, player modifications, item manipulation, and detailed game information.
- God Mode: Become invincible with enhanced sprint speed (
SprintSpeed = 8) and infinite stamina (EnergyCurrent = 100). - Player ESP: Visual tracking lines for other players in multiplayer sessions.
- Player Management:
- Heal Self (Uses
PlayerHealth.Heal(10, false)). - Revive Self (Uses
PlayerHealth.Heal(100, false)). - Heal Other Player (Uses
PlayerHealth.Heal(10, false)on target). - Revive Other Player (Uses
PlayerHealth.Heal(100, false)on target). - Displays actual player names (
PlayerAvatar.playerName) instead of generic labels.
- Heal Self (Uses
- Removed: Kill Player functionality.
- Enemy ESP: Visual tracking lines to all enemies in the level.
- Enemy Information: Real-time distance tracking and status monitoring.
- Enemy Control: Instantly eliminate enemies from a distance using the "Kill" button in the UI.
- Item ESP: Visual tracking lines to all valuable items.
- Item Information: Distance tracking and total value calculation (
ValuableObject.dollarValueCurrent). - Closest Item Max Value: Sets the value of the closest item to 999,999 using the
ValuableObject.DollarValueSetRPC(float)method. - Make All Items Cheap: Sets the value (
ItemAttributes.value) of all items underLevel Generator/Itemsto 1.
- Complete Extraction Points: Sets the state of all extraction points under
Level Generator/LeveltoCompleteby callingExtractionPoint.StateSet(State.Complete)orExtractionPoint.StateSetRPC(State.Complete).
- Advanced Logging System: Monitors game state changes and component values.
- Game Structure Analysis: Maps the entire game hierarchy for easier modding.
- Streamlined UI: Toggle-based interface for features and action buttons.
- Keybind Support: Quick access to toggle functions.
- Make sure you have MelonLoader installed (v0.5.7 or higher recommended).
- Download the latest release of
REPO_UTILS.dllfrom the Releases page (link needed). - Place the
REPO_UTILS.dllfile in yourR.E.P.O/Modsfolder. - Launch the game.
| Key | Function |
|---|---|
; (Semicolon) |
Toggle God Mode |
L |
Toggle Enemy ESP |
I |
Toggle Item ESP |
P |
Toggle Player ESP |
K |
Toggle Component Logging |
J |
Generate Game Structure Log |
The mod adds a UI window to the right side of the screen with the following sections:
- Status Toggles: Enable/disable god mode and various ESP features.
- Action Buttons:
- Heal Self / Revive Self
- Complete Extract
- Cheap (Make all items cheap)
- Player List: View other players (Name, Status, HP) with Heal/Revive actions.
- Enemy List: View active enemies with distance information and kill options.
- Item List: Track valuable items with distance information. Header shows total value and includes a "Max" button to maximize the closest item's value.
The mod includes a sophisticated logging system that records detailed information about:
- Player components and state changes
- Enemy behavior and properties
- Item values and locations
- World objects and level structure
All logs are stored in: MelonLoader/Logs/REPO_UTILS/
Player_Components.log: Detailed analysis of player objectsEnemy_Components.log: Enemy types and behaviorsItem_Components.log: Item values and propertiesWorld_Objects.log: Level structure and interactive elementsGame_Structure.log: Complete game hierarchy mappingSystem_Events.log: Mod status and events
- Clone the repository.
- Open the solution in Visual Studio 2019/2022.
- Add references to:
- MelonLoader.dll
- Unity Engine assemblies (e.g.,
UnityEngine.CoreModule.dll,UnityEngine.PhysicsModule.dlletc.) - R.E.P.O game assemblies (e.g.,
Assembly-CSharp.dll).
- Build the solution.
Core.cs: Main entry point and manager initialization.PlayerManager.cs: Player-related functionality, God Mode, player interactions.EnemyManager.cs: Enemy tracking and manipulation.ItemManager.cs: Item ESP, value calculation/manipulation, extraction point completion.UIManager.cs: User interface implementation.LoggingSystem.cs: Advanced game component analysis.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository.
- Create a feature branch (
git checkout -b feature/amazing-feature). - Commit your changes (
git commit -m 'Add some amazing feature'). - Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
- Developer: thultz
- Testing: Community contributors
- Special Thanks: MelonLoader team for making this possible.
This project is licensed under the MIT License - see the LICENSE file for details. (Assumes MIT, add LICENSE file if needed)
This mod is for educational purposes only. Use at your own risk. The developers are not responsible for any consequences of using this mod, including but not limited to game bans or multiplayer restrictions.
REPO_UTILS is not affiliated with or endorsed by R.E.P.O or its developers.
