111
This commit is contained in:
12
LenheartCallBack/Sq_GetExeStr_Event.nut
Normal file
12
LenheartCallBack/Sq_GetExeStr_Event.nut
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
文件名:Sq_GetExeStr_Event.nut
|
||||
路径:LenheartCallBack/Sq_GetExeStr_Event.nut
|
||||
创建日期:2022-09-06 15:52
|
||||
文件用途:获取EXE字符串HOOK
|
||||
*/
|
||||
|
||||
function Sq_GetExeStr_Event(StrIndex) {
|
||||
//Sout("StrIndex: %L",StrIndex);
|
||||
//if(StrIndex == 29002)StrIndex = 60291;
|
||||
return StrIndex;
|
||||
}
|
||||
Reference in New Issue
Block a user