Skip to content

Speedhack coded in C++, inspired by Cheat Engine's own speedhack.

License

Notifications You must be signed in to change notification settings

harshfeudal/Speedhack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedhack

Lightweight speedhacking source. A "speedhack" is a way of manipulating the time of a program, usually used in games, it can slow down, speed up or even hault an entire program.

Usage

To use this, you must have detours express 3.0. Add it to your include directories and link with the library. The code will only have affect internally, to use on other programs, compile as a DLL and inject the it into the target process.

int main(int argc, char *argv[])
{
	Speedhack::Setup();	//call this once
	Speedhack::SetSpeed(0.5); //call this whenever you like

	return 0;
}

About

Speedhack coded in C++, inspired by Cheat Engine's own speedhack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%