This commit is contained in:
2026-01-20 02:54:49 +08:00
parent 6431e2ef38
commit 778f9427f2
6 changed files with 38 additions and 32 deletions

View File

@@ -148,8 +148,7 @@ class Rindro_BaseToolClass {
Pack_Control.rawset(Id, CallBack);
}
function RegisterHexPack(Id, CallBack)
{
function RegisterHexPack(Id, CallBack) {
Pack_Hex_Control.rawset(Id, CallBack);
}

View File

@@ -341,34 +341,6 @@ Rindro_Haker.LoadHook(0x67C560, ["pointer", "int", "int", "int", "int", "void"],
// //hook打开窗口
// Rindro_Haker.LoadHook(0xE6E070, ["int","int","int","int","void"],
// function(args) {
// return null;
// },
// function(args) {
// // print(666);
// // print(format("%02x", args.pop()));
// // TTTAni <- args.pop();
// return null;
// });
// Rindro_Haker.LoadHook(0xE6E070, ["int", "int", "int", "int", "int"],
// function(args) {
// print("nut:" + format("%02x", args[0]));
// print("nut:" + format("%02x", args[1]));
// print("nut:" + format("%02x", args[2]));
// print("nut:" + format("%02x", args[3]));
// return null;
// },
// function(args) {
// // print(666);
// // print(format("%02x", args.pop()));
// // TTTAni <- args.pop();
// return null;
// });
//右边窗口公告
@@ -400,7 +372,7 @@ Rindro_Haker.LoadHook(0x7B64BA, ["int", "int", "bool"],
return null;
},
function(args) {
foreach (Func in WearOrRemoveEquipmentCallBackFunc) {
foreach(Func in WearOrRemoveEquipmentCallBackFunc) {
Func(args);
}
// print(666);
@@ -443,4 +415,3 @@ Rindro_Haker.LoadHook(0x7B64BA, ["int", "int", "bool"],
// NativePointer(0x78FD37).writeShort(0x9090)
// NativePointer(0x78FD3B).writeShort(0x9090)

View File

@@ -73,6 +73,7 @@ class Rindro_Image {
}
Rindro_Image_GlobalMap <- {};
Rindro_Image_GlobalMap["lenheartui"] <- Rindro_Image("interface/lenheartwindowcommon.img");
Rindro_Image_GlobalMap["popup"] <- Rindro_Image("interface/newstyle/windows/popup/popup.img");
/*
local Png = TestImg.GetPng(0);
Png.Draw(200, 200);