露露插件

This commit is contained in:
2026-03-10 19:31:51 +08:00
parent 9902eaa818
commit f7d6d34c46
2 changed files with 51 additions and 0 deletions

View File

@@ -154,6 +154,12 @@ class NativePointer {
}
function readInt() {
// if(L_sq_P2I(this.C_Object) < 0x7FFFFFFF && L_sq_P2I(this.C_Object) > 0x400000 && L_sq_P2I(this.C_Object) % 4 == 0) {
// if(L_sq_Test(L_sq_P2I(this.C_Object))){
// return read('i');
// }
// return 0;
return read('i');
}