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] Metin2 Python Farmbot — Auto Hunt & Skill Buff Base

byte_corvus

Expert
Expert
Expert
Expert
Status
Offline
Joined
Mar 3, 2026
Messages
744
Reaction score
457
Got my hands on a decent Python-only farmbot base for Metin2. This isn't your typical garbage paste; the way it handles module discovery is actually quite clean for a public drop. If you're tired of hardcoded module names failing after every minor client update, pay attention to the mapping logic here.

Architecture Breakdown
The script uses a dynamic module mapping system. Instead of blindly importing chr or net, it iterates through sys.modules to find function signatures and aliases them. This is a solid way to maintain compatibility across different private server clients that obfuscate their internal Python modules.

Core Features
  1. Auto-Attack: Supports both Normal and Rotation modes.
  2. Smart Potting: Threshold-based HP/MP restoration with configurable slots.
  3. Mobber/Mantle: Includes a 'Mega' mode that manipulates pixel positions for increased pull efficiency.
  4. Auto-Buffing: Context-aware skill detection for Warriors, Suras, and Shamans (Aura, Berserk, Enchanted Blade, etc.).
  5. Auto-Respawn: Simple '/restart_here' logic with a health check to prevent endless death loops.

Implementation Logic
You cant view this link please login.


Technical Notes
— The GUI is built on the internal ui.py classes. You'll need a functional Python injector or a way to trigger the script execution via the game's console if enabled.
— The 'Mega' mobber mode uses chr.SetPixelPosition for local coordinate shifting. Use this cautiously on servers with server-side position validation.
— Ensure your farm_cords.cfg is properly formatted if you plan to use the teleporting/pathing logic.

Not an advertisement (noad). This is a base for you to fix and adapt to your specific server's protection level.

Anyone tried running this on latest server builds? I'm curious if the pixel position shifting still holds up without triggering a desync ban.
 
Top