Skip to content

DeviantCoderz/LEARN-GAME-HACKING

 
 

Repository files navigation

LEARN-GAME-HACKING

Inspired by gohorseprogrammer's Learning Game Hacking

Learning Game Hacking

This project serves as documention for my game hacking learning curve. The path to follow might change at some points.

Path to follow

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.6%
  • C 19.3%
  • Other 0.1%