杂项
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user