No clue how to do this. yes am newb but willing to learn. I played around with Memori viewer just need to find what to save it as and how to activate it :) thx for posting it bro. I add that as code injection and it just crashes my game lulz doing somthing hella wrongQuote:
Just use this script in CE speed hack(Memori viewer,ctrl a and paste)
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
007C42AA:
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
a2E4C0:
dd 44600000
[DISABLE]
dealloc(newmem)
007C42AA: // D9 40 08 5F 5E C3 8B 0D 0C 8E BF 00 8B 01 56 57 FF 50 08 8B 0D 0C 8B BF
fld dword ptr [eax+08]
pop edi
pop esi
a2E4C0: // 64 79 00 00 54 5F 50 6F 72 74 00 00 52 5F 57 65 61 70 6F 6E 00 00 00 00
dd 44700000