Inspired by gohorseprogrammer's Learning Game Hacking
This project serves as documention for my game hacking learning curve. The path to follow might change at some points.
- Cheat Engine
- Find values
- Use disassembler
- Cheat Engine Tutorial
- C++
- Hardware Basics
- Simple Trainers (External)
- Freeze Health
- Freeze Ammo
- Bunnyhop
- TriggerBot
- Aimbot
- Internal
- Freeze Health
- Freeze Ammo
- Bunnyhop
- TriggerBot
- Aimbot
- AOB Scan
- ReClass
- Calling internal functions internally
- Calling internal functions Externally
- Creating an Injector
- Unity Mono Injecting
- Hooks
- Function Hooking
- Trampoline Hooking
- IAT Hooking
- VTable Hooking
- Be A skid and use universal hooks
- DirectX
- Create Menu
- ESP Hacks
- Reverse Engeneering
- Assembly
- OllyDBG | x64dbg | windbg | IDA Pro
- Assembly Language for x86 Processors
- Windows Internals
- AntiDebug/AntiCheats
- Basics
- Advanced