Vac hacking enquires

08/31/2009 08:45 xiaoyuanz#1
kk I know what you all gonna say, press search, I did found some stuff useful .. but couldnt solve this 1 last problem.

1st I'm using this script
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

00528900: // <-------thus address for ext server
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],40400000 // speed mob
//40c00000 = 6 lv 1
//41400000 = 12 lv 2
//41c00000 = 24 lv 3
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)

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

-> pulling mob problem fixed.
-> problem now is that my non aggro doesnt make magic and ranged mob non-aggro
08/31/2009 12:09 Sodomizied#2
Quote:
Originally Posted by xiaoyuanz View Post
kk I know what you all gonna say, press search, I did found some stuff useful .. but couldnt solve this 1 last problem.

1st I'm using this script

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

00450BCD:
jmp newmem
nop
returnhere:

newmem:

originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx


mov edx,99
mov [eax+1C],edx

mov edx,999 // number boss spawn
mov [eax+8c],edx

mov edx,01 // time delay between spawn
mov [eax+90],edx

mov edx,99 // num mob follow me
mov [eax+3C],edx
mov [ecx+20],edx

mov [eax+18],00000300//DwStandDelay eax+18
mov [eax+1C],00000300//DwMoveDelay eax+1C

exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
00450BCD:
mov edx,[eax+1c]
mov [ecx+20],edx

The problem I have now is pulling mobs. It takes me to walk to the mob near enough for it's NORMAL aggro distance before it comes to me. My question now is how do i change that value so that I can lure more monsters. Thanks for any help given (=.
Find Non Aggro Script

Non Aggro = Mobs Will not Attack you , you see vac is only the amount of mobs that follow you thats why its called vac , like a vacuum >.>
08/31/2009 14:31 xiaoyuanz#3
Quote:
Originally Posted by bagipower View Post
Find Non Aggro Script

Non Aggro = Mobs Will not Attack you , you see vac is only the amount of mobs that follow you thats why its called vac , like a vacuum >.>
(= thanks for the reply, but i already have that ( but ranged mobs still hit me ), anyway what i meant was that i'm not luring enough monsters. thats all.
08/31/2009 14:35 |Raptor|#4
The range mobs still hit ? Well that means the vac your currently has only been made for meele mobs. And i'm not sure why you only lure a limited amount of mobs.
08/31/2009 15:00 xiaoyuanz#5
Quote:
Originally Posted by |Raptor| View Post
The range mobs still hit ? Well that means the vac your currently has only been made for meele mobs. And i'm not sure why you only lure a limited amount of mobs.
yeah. =| now even cascade in aquaris hits me. no idea what's wrong.