mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
10 lines
No EOL
174 B
Text
10 lines
No EOL
174 B
Text
#include <windows.h>
|
|
typedef void (*testPtr2)(int st);
|
|
|
|
testPtr2 zzz;
|
|
|
|
zzz=(testPtr2*)0x7c802442;
|
|
/*
|
|
ce_showmessage("Calling");
|
|
xxx(1000);
|
|
ce_showmessage("Alive");*/ |