WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Boredom lead me to poke around the game logic for Revolution Idle. Not really playing this seriously, but figured I would drop the findings for those who are. This uses MelonLoader 7.1 to hook the runtime.

Installation:
  1. Grab MelonLoader 7.1.
  2. Drop the .dll into your game's /Mods folder.

How it works:
Essentially, it forces the shop to ignore the CheckSouls validation. The cost subtraction still triggers, but since the check is bypassed, your balance just goes negative. Simple enough.

In v0.0.5 I added a developer console (Press F8). You can dump your save as plain text, edit values, and inject it back.
NOTE: Values use the m * 10e format where m is the mantissa and e is the exponent. ALWAYS BACKUP YOUR SAVE FIRST.

Important Security Notes & Bans:
  1. Leaderboard: Don't push your luck. Excessive souls or breaking purchase limits will flag your Player ID.
  2. Cloud Files: Server-side checks are a thing. If you get a manual ban, you can try backing up your save, wiping the local data (which generates a new ID), and re-importing the save after stripping the banReason line.
  3. Persistence: Be careful with baseCost values. They are stored in the save file and override defaults. v0.0.6 includes a config file DisableAntiCheat.ini in the UserData folder to help manage these overrides.

Downloads:
  1. You cant view this link please login.
  2. You cant view this link please login.

Has anyone else messed with the save structures here? Curious if there's a cleaner way to handle the override persistence without the config file logic.
 
Top