Here are some Slower speed hacks than the ones I have found here on epvp, 6Drako9's speed hack seems to fast for me and many others I have talked to. They are 2x speed and 4x. Although I am not sure if the 4x script really is 4x, could be higher. I just used my best judgment, and seemed to be twice as fast as the 2x script.
If these are already posted, then sorry.
Speed 2x
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
007E626A:
jmp newmem
returnhere:
newmem:
mov [eax+08],40900000 // change float point to desire speed
mov [eax+0c],41400000 // change float point to desire speed
originalcode:
fld dword ptr [eax+08]
pop edi
pop esi
exit:
jmp returnhere
a2E4C0:
dd 49600000
[DISABLE]
dealloc(newmem)
007E626A: // 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 61000000
Speed 4x
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
007E626A:
jmp newmem
returnhere:
newmem:
mov [eax+08],41000000 // change float point to desire speed
mov [eax+0c],41000000 // change float point to desire speed
originalcode:
fld dword ptr [eax+08]
pop edi
pop esi
exit:
jmp returnhere
a2E4C0:
dd 49600000
[DISABLE]
dealloc(newmem)
007E626A: // 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 61000000






