This commit is contained in:
2024-03-18 21:37:40 +08:00
commit c4aef8f3a3
313 changed files with 74071 additions and 0 deletions

View 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;
}