Page 1 of 1

jumptrampoline0 randomly appeared on my clipboard? Cheat engine fail (speedhack)

Posted: Sun Apr 04, 2021 10:33 pm
by 3ICE
Obviously I only cheat in single player games (Minecraft java edition)

alloc(init,512, GetTickCount)
alloc(originalcall0,2048,GetTickCount)
alloc(jumptrampoline0,64,GetTickCount) //special jump trampoline in the current region (64-bit)
label(jumptrampoline0address)
label(returnhere0)

realgettickcount:

dq originalcall0

originalcall0:

mov ecx,7FFE0320
jmp returnhere0

jumptrampoline0:
jmp [jumptrampoline0address]
jumptrampoline0address:
dq speedhackversion_GetTickCount

GetTickCount:
jmp jumptrampoline0
returnhere0: