Quote:
Originally Posted by urabigguy
Is there a way to get the auto scroll function to include attack speed/food/crit strike scroll?
|
Just start a second instance of the hack, inject into the same client and open the script editor.
Write these lines and add what ever item you wanna use
Code:
#UseLoop
#Register=CheckScroll=8.1,164000073;/nCheckScroll=8.1,152207114;/nCheckScroll=8.1,164000076;/;
UseID=160002336;
#DO=1800000;
Delay=1000;
#UNTIL=%TargetName,---;
Quote:
Originally Posted by zScars
Are there any tutorials on how to use the collision part of this hack?
|
Not really, all
Disable Collision does it disables the collision with nearly anything so you can fall trough the ground or walk trough the wall.
However mostly you enable
Disable Collision to fall trough the ground, you will get a reset to the position above the ground every few seconds but you can simply lock gravity as soon as you're under the ground, done you passed the ground.