Skip to content

Universal speedhack library for Python

License

Notifications You must be signed in to change notification settings

yanwen0528/xspeedhack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xspeedhack

Installation: pip install xspeedhack

Usage:

import xspeedhack as xsh

c = xsh.Client("Celeste.exe", arch="x86") # Select a process by its name, and specify the architecture
c = xsh.Client(process_id=4632, arch="x64") # Or select the process by its id
c.set_speed(0.1)
c.set_speed(10.)

About

Universal speedhack library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.8%
  • Python 18.9%
  • Batchfile 6.7%
  • CMake 6.6%