Xynth How do I cheat?
Reputation: 0
Joined: 14 Sep 2020 Posts: 1
|
Posted: Mon Sep 14, 2020 3:47 am Post subject: Help me to convert this GG lua to CE |
|
|
I have struggle when converting this Script while the script its self doesnt contain AoB but just an offset.
function NotWrite(address,flags,value) local NotRefind={} NotRefind[1]={} NotRefind[1].address=address NotRefind[1].flags=flags NotRefind[1].value=value gg.setValues(NotRefind) end
function NotXFastJump()
gg.clearResults()
NotRange=gg.getRangesList('libUE4.so')[1].start NotFind=0x3568EA4 NotWrite(NotRange+NotFind,16,0)
gg.clearResults()
gg.toast('DD')
end
|
|