diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index 02e1242..6af346d 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -430,14 +430,3 @@ function sq_GetCharacterAttribute(address) { function sq_GetCharacterEquipAttribute(offest, Slot) { return L_sq_GetCharacterAttribute(offest, Slot); } - - -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); -print("woshi1.1"); \ No newline at end of file diff --git a/Base/_Tool/Hacker_RegApi.nut b/Base/_Tool/Hacker_RegApi.nut index f8a7b1c..9890bcb 100644 --- a/Base/_Tool/Hacker_RegApi.nut +++ b/Base/_Tool/Hacker_RegApi.nut @@ -275,29 +275,6 @@ function Sq_DiscardItem(Item) { return Flag; } -//从exe获取字符串 -getroottable()["Sq_GetExeStr_Map"] <- {}; - -function Sq_GetExeStr_Event(Index) { - if (Index in getroottable()["Sq_GetExeStr_Map"]) { - return getroottable()["Sq_GetExeStr_Map"][Index](Index); - } - return Index; -} - -getroottable().DrawAppendCallBackFunc <- {}; -Rindro_Haker.LoadHook(0x67C560, ["pointer", "int", "int", "int", "int", "void"], - function(args) { - foreach(Func in DrawAppendCallBackFunc) { - Func(args); - } - return null; - }, - function(args) { - - return null; - }); - // getroottable()._11B47C0_OpenWindow_CallBackFunc <- {}; // Rindro_Haker.LoadHook(0x11B47C0, ["pointer", "int", "int"],