Skip to content
forked from Sniky83/CheatLib

Lib coded in C++ to handle memory to write your own game cheats.

Notifications You must be signed in to change notification settings

gmh5225/CheatLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheatLib

This lib allows you to get the game handle, write in memory, read the memory, allocate new memory, start a remote thread and close it.
I created a poc to call the print console func in Assault Cube game.
The poc uses the lib and it's functions so you can see a whole example of how I did this in the PoC folder.
This library is usefull if you want to create your own cheats in solo player for example.
This works in 32bit I didn't tested it in 64bit.
Don't use this project if you want to cheat in multiplayer there is any AC bypass.

Demo of the PoC using the Lib

PoC of the call print console func using the lib

Enjoy :)

About

Lib coded in C++ to handle memory to write your own game cheats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • C 4.0%