/usr/games
alex@int03h:~$ ls -la /usr/games # archived circa 2000-2004
/* * WARNING: Ancient code ahead. These projects date back 25+ years. * Written when I was young and thought patching asm codes through * `WriteProcessMemory` was peak engineering. * Mostly game hacking, cheats, and reverse engineering experiments. * Educational value only. */
| Era | Name | ||
|---|---|---|---|
| Chessmaster | |||
| 2002 | De Koning — A bridge between Chessmaster's engine and external DLLs, enabling automated play and bot development via the XBoard protocol. | ||
| Diablo I | |||
| 2001 | ArtemisV109.dat — Advanced cheat collection for Diablo v1.09 including God Mode, Telewalk, and more | ||
| 2000 | Artemis V108 — A collection of Diablo v1.08 memory patches. | ||
| Diablo II | |||
| 2002 | Diablo II Cube Exploit — An utility to manipulate the Horadric Cube inventory mechanics. | ||
| 2001 | Diablo II Trade Crash Hacks — A collection of memory patches for both executing and defending against the infamous 'Trade Crash' exploit. | ||
| 2001 | Diablo II Autohits — A combat automation utility for Diablo II v1.09 using packet bursting and hotkeyed target locking. | ||
| Ragnarok Online | |||
| 2002 | Ragnarok Online Packet Sender — A network experimentation tool for crafting and injecting raw hexadecimal packets into the Ragnarok Online stream. | ||
| 2002 | Ragnarok Online Equip Anywhere — A dual-patch utility that enables equipping items into invalid gear slots and provides a bypass for 'stuck' items. | ||
| 2002 | Ragnarok Online The Crasher — An exploit utility that leveraged client-side resource loading vulnerabilities to crash nearby players. | ||
| 2002 | Ragnarok Online Anti Gender Crash — A security patch for the RO client to prevent crashes caused by malicious gender-specific resource spoofing. | ||
| 2002 | Ragnarok Online Last Point — A utility to instantly warp back to the last save point, designed to combat map bugs and 'blackholes'. | ||
| 2002 | Ragnarok Online Cast Anywhere & Camera Hack — A dual-purpose utility that removes spell range restrictions and unlocks full 360-degree camera control in the RO client. | ||
| 2002 | Ragnarok Online ShowIt — A UI enhancement utility that displays raw experience values and adds new console commands to the RO client. | ||
| 2002 | Ragnarok Online ArseKit — A signature-based binary patcher for the Ragnarok Online Beta client, featuring connection stability and multi-client support. | ||
| 2002 | Ragnarok Online Name Spoofer — A memory-patching utility to override and lengthen character names in the Ragnarok Online client. | ||
alex@int03h:/usr/games$ ls -la tutorials
| Era | Title | ||
|---|---|---|---|
| Tutorials & Write-ups | |||
| 2001 | Anti Trade Crash & Counter Crash — How to detect, block, and counter-crash the Diablo II trade crash exploit — design walkthrough and annotated ASM source. | ||
| 2001 | AutoHits Source for D2 v1.09b — Annotated ASM source for AutoHits — a Diablo II hack that fires multiple attack packets per click by patching game memory at runtime. | ||
// Total archived entries: 15 · Tutorials: 2
// Status: [OK] = source available · [AR] = archived · [??] = lost to time · [DOC] = write-up / tutorial
// Markers: * = hack entry · † = tutorial / write-up