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.

Undetected [Release] Bit Heroes — SmartFoxServer Packet Bot for Auto-Dungeons (C#)

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
179
Reaction score
7
Anyone else messing around with Bit Heroes lately? Had to take a crack at it myself since the scene for this game is basically dead. The devs are using SmartFoxServer for packet handling, which makes traffic analysis a lot cleaner once you hook into the right streams.

Technical Overview:
This is a packet-based bot rather than a pixel-scanning macro. It interacts directly with the server-side logic, so it's significantly more efficient than those laggy AHK scripts.

  1. Current Implementation: Logic is currently focused on automated dungeon running.
  2. Tech Stack: Built in C#. Uses standard .NET libraries.
  3. Architecture: Packet-based communication to SFS.
  4. Status: Lightweight, no heavy external overlays required.

Setup/Compilation:
Grab the source from the GitHub link below. You will need the latest .NET dependencies installed in Visual Studio. Just hit build to generate your executable. Keep Steam running in the background for the handshake.

You cant view this link please login.

You cant view this link please login.

You cant view this link please login.

You cant view this link please login.

Source:
You cant view this link please login.


I am planning to push updates for PvP and auto-farming features next. The packet structure is relatively straightforward, but I am still mapping out some of the specific event handlers for the newer raid tiers.

Has anyone else successfully sniffed the traffic for the more recent event dungeons? If you've got offsets or packet headers for the newer content, drop your fixes or suggestions below. Let me know if you run into any issues with the SFS connection on your end.
 
Top