a vac/no-agro that can keep up with speed hack

10/17/2009 03:50 xyle#1
ive tryed several vacs that just cant keep up with 6draco9's speed hack including his Vac. I tryed using the mobspeed Hack also by him, but no matter how many times I alter the values for mobwalk/mobrun speed they just cant keep up. I believe its caused by the no-agro(they bounce around to much to keep up) can anyone either post a script or tell me which values to adjust to fix this? I can edited them myself i just dont understand what the different things do. ( refering to the //comments of 6draco9's no agro)
same thing with vac. sorry so long of post
10/17/2009 04:09 Phoenix357#2
slower speed hack
Code:
               [ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

007E653A:
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)
007E653A: // 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
fast non agro
Code:
[ENABLE] 
alloc(newmem,1024) 
label(returnhere) 
label(originalcode) 
label(exit) 

0053D16A:
jmp newmem 
nop 
nop 
returnhere: 

newmem: 

originalcode: 
movzx eax,word ptr [esi+00000154] 

//mov eax,01 
//mov word ptr [esi+00000156],ax 
mov [esi+00000070], 41400000 // speed mob   
//40c00000 = 6 lv 1 (to replace the above blue color)
//40400000 = 12 lv 2 (to replace the above blue color)
//41c00000 = 24 lv 3 (to replace the above blue color)
mov byte ptr [esi+00000174],00 // malee attack range = 0 
mov byte ptr [esi+00000244],00 // magic attack range = 0 
mov [esi+00000240],0000000 //other attack range = 0 
mov [esi+0000023c],0000000 //other attack range = 0 
mov [esi+00000238],0000000 //other attack range = 0 
mov eax,03 
mov word ptr [esi+00000154],ax 

exit: 
jmp returnhere 


[DISABLE] 
dealloc(newmem) 

0053D16A: 
movzx eax,word ptr [esi+00000154]
ur vac should be fine as long as it brings all the monsters to u if u need a vac still just pm me
10/17/2009 19:13 l2ush604#3
uhhh u got a slower speed hack? this is damn fast and my vack cant keep up :(
10/17/2009 21:52 -8gX#4
If you want a different speed for your character edit this:

Code:
mov [eax+08],40BEDD2E // change float point to desire speed
mov [eax+0c],44C48C75 // change float point to desire speed
If you want a different mob speed, change this:
Code:
mov [esi+00000070], 41400000 // speed mob
11/02/2009 12:26 okka5473#5
Guys wat is the array of bytes 4 fast non agro & slower speed hack ?
please post it or pm it to me tq

the array of bytes in the slower speed hack is not working pls assist tq
11/02/2009 12:31 mifune1#6
0F B7 86 54 01 00 - this is the array of bytes for non aggro ;)
11/03/2009 06:18 jesuskb#7
dude... you can adjust the speed on the script draco posted. manually add address, name SpeedValue description (i dont give a fuck) set it to float. the default value is 10, go up or down. i suggest u set mob speed the same way. read the whole post before making new ones also.

PS
the hack must be enabled to add the manual address. go back and read in detail. if u didnt know how to do this than u missed alot. hope this made sense.

edit: oh ya mob speed is twice that of your speed. if you want mob speed to match... try these numbers:
mob speed 14
your speed 7
you go any faster u start losing mobs. if you are just starting out use 10 and 5 until you learn how to whip the mobs around and control them. I have a very good ping (12-17ms) I imagine you would have more trouble and need to set it lower for bad pings.