Skip to content

Edveikis/Windows-Internal-Game-Mod-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ Disclaimer

This is ONLY used for ETHICAL and LEARNING purposes. I do not encourage cheating in online games in any way.

πŸ’‰ Internal Base

This is a simple framework that I use to make game mods/hacks on WINDOWS. It has basic functionality that every game mod/hack needs. As of right now it only supports windows X86 games, but X64 support will be added soon!

πŸ”₯ Features

  1. Hooks
    • Trampoline hook
    • Detour hook
    • Directx9 endscene hook using dummy device method
  2. Memory manipulation utilities
    • Nop
    • Patch
    • Write value to memory address
    • Signature scanner
    • Get multi level pointer address
  3. 3D math functions
    • Math for aimbot
    • World to Screen(used in wallhacks)
    • Vectors
    • Radians/Degrees

🀝 Credits

The code used in this project was acquired by doing the GHB(game hacking bible) from guidedhacking.com

πŸ“œ License

This project is licensed under the GPL v2 LICENSE.

About

πŸ› οΈ Skeleton code needed for every game hack/mod

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages