Page 1 of 1

SOME POINTER FOR LOST EPIC v1.02

Posted: Thu May 04, 2023 5:24 am
by longsers
The version update of the game is strange,The version is update in(2023.4.20).
Some Pointers include
hp
Stamina
Running speed (Two addresses need to be changed,0.13......)
Attack speed (Need to lock)
High jump
LOSTEPICv1.02(2023.4.20).CT
(20.07 KiB) Downloaded 315 times
Synthetic Shingi Skills Not disappear

Code: Select all

[ENABLE]
alloc(newmem,2048,"GameAssembly.dll"+53F045) 
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:


exit:
jmp returnhere

"GameAssembly.dll"+53F045:
jmp newmem
returnhere:


 
 
[DISABLE]
dealloc(newmem)
"GameAssembly.dll"+53F045:
call CShingiInvntory._ClearShingi
//Alt: db E8 76 FD FF FF
Copying equipment in backpack storage

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"GameAssembly.dll"+6305E5) 
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:

exit:
jmp returnhere

"GameAssembly.dll"+6305E5:
jmp newmem
returnhere:


 
[DISABLE]
dealloc(newmem)
"GameAssembly.dll"+6305E5:
call CEquipData.Clear
//Alt: db E8 26 5A 0C 00