logo

Modules

pattern_scan_common has a common components which is referenced by external and internal variants of pattern scan mods.

Macros

cast is a substitution of reinterpret_cast in C++.

create_entrypoint fully automates the process of making DllMain on your behalf.

detect_keydown! returns true if the passed keys are both pressed. You can specify as many keys as you crave.

Structs

VirtualKeyCode is a set of virtual key code defined by microsoft. document is here

Traits

Functions

detect_keydown returns true when you pressed the specified key. However, the “key press” signal will be emitted several times when you press and hold a key. Make sure you release your finger immediately after pressing a key just in case so that this function catches key press only once.