Skip to content

saysaa/SMT.CheatTime

Repository files navigation

SMT.CheatTime

Overview

A toolkit for Supermarket Together that handles real-time resource modification, physics overrides, and custom in-game menus.

Functionality

  • [+] - Add Money
  • [+] - Add Franchise Points
  • [=] - No-Clip
  • [+] - Speed Hack (x1 - x10)
  • [?] - Random Cheat "I am lucky ?"
  • [+] - Anti-Jail
  • [+] - Grab all steals
  • [+] - Disable barrier
  • [+] - Free DLC
  • [+] - Random Teleport

How it works

  • Initialization: Uses a winhttp.dll proxy to load BepInEx into the game process during startup. This injects our code directly into the game's memory space.
  • Data Access: Employs C# Reflection to locate the active GameData instance in RAM. It then overwrites internal game variables (funds/points) in real-time.
  • Engine Integration: Hooks into Unity's main loop:
    • Update: Processes keyboard inputs and the No-Clip movement logic.
    • OnGUI: Draws the visual menu overlay directly over the game screen.
    • Physics: Toggles Collider and Rigidbody components at runtime to enable No-Clip mode.

Installation

Start SMT-CheatTime.py and press 1

Disclaimer: For private/educational use only. Use at your own risk.