Open Shaktohh opened 1 year ago
The patch read data folder first doesnt work anymore on new client
const addr = Exe.FindHex( JZ(WCp) + CALL(), memAddr + 0x7, memAddr + 0x20);//jz short _skip#3 //call func#2
to const addr = Exe.FindHex( JZ(WCp), memAddr + 0x7, memAddr + 0x20);//jz short _skip#3
There is no call anymore just after the short jump
Working in https://github.com/Neo-Mind/WARP/commit/2e6a9156ea591151f2288ca0222d36498e234818
The patch read data folder first doesnt work anymore on new client
to const addr = Exe.FindHex( JZ(WCp), memAddr + 0x7, memAddr + 0x20);//jz short _skip#3
There is no call anymore just after the short jump