📄 timermess.cec.svn-base
字号:
/*
usage: Inject it into the process and call it from a codecave injection on the
timer decrease code
You could also just choose inject->inject into current process and execute,
but it's only a -1 so you wouldn't notice, just change to "*ptimer-=10;" then
note: DO NOT CLICK ON EXECUTE
*/
int *ptimer=(void*)0x0100579c;
*ptimer--;
if (*ptimer<0)
*ptimer=666;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -