Working speed hack

03/30/2010 12:35 Phoenix357#1
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0082523A:
jmp newmem
returnhere:

newmem:
mov [eax+08],40BEDD2E // change float point to desire speed
mov [eax+0c],44C48C75 // change float point to desire speed

originalcode:
fld dword ptr [eax+08]
pop edi
pop esi

exit:
jmp returnhere

a52450:
dd 44600000

[DISABLE]
dealloc(newmem)
0082523A: 
fld dword ptr [eax+08]
pop edi
pop esi

a52450:
dd 44700000
idk if it was released yet or if ppl found out how to update it so here it is
03/30/2010 12:55 ~Kakkarot~#2
Are you telling me that this speedhack does not return you to the previuos possition when you stop?

Speedhack Tested:

Test -> failed

Results:

Still teleports you back

Topic:

#closed