Code: Select all
#turbo
Sub Main
:Loop
/if (${Target.Distance}>60) {
/keypress forward hold
}
/if (${Target.Distance}<10) {
/keypress back hold
/timed 1 /keypress back
}
/face nolook fast
/delay 0
/if (!${Target.ID}) {
/goto :End
} else {
/goto :Loop
}
/return
:End
/keypress forward
/keypress back
/return


