SkillAgentSearch skills...

Speedhack

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

Install / Use

/learn @absoIute/Speedhack
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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;
}
View on GitHub
GitHub Stars138
CategoryDevelopment
Updated9d ago
Forks49

Languages

C++

Security Score

100/100

Audited on Mar 22, 2026

No findings