10000 GitHub - BeeeFire/pyMeow: Python Game Hacking Library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BeeeFire/pyMeow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐱 pyMeow

pyMeow combines a memory module and functionality of Raylib to a library which makes it easy to create external cheats with Python on Windows or Linux:

alt text alt text alt text alt text

📝 Cheatsheet / Features

An overview of the functionality can be found in the Cheatsheet

💾 Installation

  • Make sure you use a 64bit version of Python
  • Download the latest PyMeow Module from the Release Section
  • Extract the files and use pip to install pyMeow: pip install .

🖥️ Compiling

# Install Nim and Git!

# Install requirements:
nimble install -y nimpy nimraylib_now x11 winim
# Clone the repository
git clone "https://github.com/qb-0/pyMeow"
# Compile
cd pyMeow && nim c pyMeow

🌐 Projects

Configurable cross platform Starwars Battlefront 2 ESP

alt textalt text

About

Python Game Hacking Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 100.0%
0