Non-Aggro Hack

02/13/2010 07:38 Ej1Fr3ak#1
Quick question Im looking around but I cant seem to figure out what/where the non-aggro script is. I was looking in the vac hack script but what Im looking for is a non-aggro that I can use as part of a trainer. Can someone point me in the right direction please? :D


** EDIT **

Ok so while playing around with the aggro part of the vac hack I noticed that if the line

MonsterAggro:
db 03 00 00 00

is changed to............

MonsterAggro:
db 00 00 00 00

the mobs will not move at all.. im going to keep playing with this but if anyone has any advice on this please let me know :)
02/13/2010 07:47 Syberboy#2
Quote:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053D4CA: //0F B7 86 54 01 00
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], 00000150 // 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)

0053D4CA:
movzx eax,word ptr [esi+00000154]
This is the script for non agro+mob speed.
Change the green to your desire mob speed. Though offsets needs to be updated.
As for trainer here is a TuT
[Only registered and activated users can see links. Click Here To Register...]
02/13/2010 07:56 Ej1Fr3ak#3
Wow that was fast lol. I have a trainer made.. I followed the Tut for an advanced trainer.. I think mine came out ok but I only have like 6 hacks on there.. and non-aggro isnt one of them. As far as the above script goes.. basically all it does is make the mobs move very slowly when the do aggro you? Then when you get far enough away they go back to what they were doing? Thanks given thats nice =]
02/13/2010 07:59 Syberboy#4
the script i provided is using a very slow mod speed, almost freeze, for faster speed use high numbers(look at the numbers list below the green line).
And yes thats how it works. Mobs will only vac to you when you're in their view, once you get out of their way, they revert back to normal. But thats edits for vac not non agro. lolz.