Go into vac hack find:
Code:
//mov [eax+18],00000064//DwStandDelay eax+18
//mov [eax+1C],00000064//DwMoveDelay eax+1C
Which is 100 in hex and remove "//" and see if you like if not replace that with
Code:
mov [eax+18],000001F4//DwStandDelay eax+18
mov [eax+1C],000001F4//DwMoveDelay eax+1C
That's 500 in hex, if you still don't like the results i suggest making it around 300 that's my favorite distance with no crashes. It all depends on your computer.
Member the closer they are from more likely you will crash, play around with it also the number of monsters you want chasing your also affects it so change...
Code:
mov edx,30 // # follow monster
change the "30" to what ever you want!
More info read the tutorial:
[Only registered and activated users can see links. Click Here To Register...]
Hit thanks if it answered your question.