badtooth

A memory hacking package for windows games.


License
MIT
Install
pip install badtooth==0.0.1

Documentation

BadTooth

Python Game Cheat Framework

Development Goals

  • Interactive shell script system
  • Flexibility
  • Scriptability

Prototype Dev Goals

  • Implement portions of Windows API using ctypes
  • Each seperate by DLL e.g. kernel32.py
  • A Wrapper accesses dll directly, e.g. memory.py
  • Windows constants stored in its own .py file