
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="24">
<Comments>
[===] Changelog [version 161122] [===]
- Updated Xigncode3 offset.
- Cleaned code as needed.
[========================]
[===] Credits [version 161122] [===]
- Larineosxp for doing the work and providing the offset
- Jabberwock for the code and allowing me to do what I want, love you both :) no homo.
- made a minor change to make this bypass work better thanks as always to Jabberwock.
[========================]
</Comments>
<LuaScript>t = createTimer(nil)
errorOnLookupFailure(false)
function bypass(timer)
if getProcessIDFromProcessName("ava.exe") ~= nil then
object_destroy(timer)
openProcess("ava.exe")
if getOpenedProcessID() ~= 0 and getAddress('ava.exe') ~= 0 then
local opcode = readBytes('"ava.exe"+1D340', 1)
if opcode == 0x55 or opcode == 0xc3 then
writeBytes('"ava.exe"+1D340', 0xc3)
end
end
end
end
timer_setInterval(t, 10)
timer_onTimer(t, bypass)
</LuaScript>
</CheatTable>



