Speed Hack Value

08/06/2010 01:03 shinitenshi#1
Code:
[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E653A: //D9 40 08 5F 5E C3 8B 0D
jmp DrakoSpeed
ReturnSpeed:

DrakoSpeed:
fld dword ptr [SpeedValue]
pop edi
pop esi
jmp ReturnSpeed
SpeedValue:
db 00 00 20 41

[DISABLE]
dealloc(DrakoSpeed)
unregistersymbol(SpeedValue)
007E653A:
fld dword ptr [eax+08]
pop edi
pop esi
Trying to slow this pice down and i can't seeem to find the perfect value, any ideas
08/06/2010 01:06 Vaidas B#2
The same/a bit lower as ur non-aggro mob speed?
08/06/2010 01:27 shinitenshi#3
same as non aggro, I had it set up but i can't find my .ct lol
08/06/2010 01:42 Vaidas B#4
Lol, this is where my problems end, and ur's start.
But there is no such thing as a "perfect value" couse everyone has different opinions on what "good" is.
08/06/2010 01:48 shinitenshi#5
well not perfect value but something close not like flying through mobs lol

Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

00825F5A:
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)
00825F5A: // 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
W0000T
08/06/2010 04:56 jabujabu15#6
I always did 6 for speed hack, and 14 for mob speed, always kept me satisfied :]
08/06/2010 08:05 shinitenshi#7
This way i run a lil bit faster than the mob with mobspeed on :) it rox!