How to do it with a button on the keyboard?
Start the script by clicking the X button.
Stop the script by clicking the Z button.
Or activation/deactivation with one button X
{$CLEO .cs}
thread 'TP'
repeat
wait 0
until 0AB0: key_pressed 88
:TP_11
wait 0
0972: put_actor $PLAYER_ACTOR at...
Why is the bot not clicking the Y key?
{$CLEO .cs}
THREAD 'TELEPORT'
repeat
wait 0
until 0AB0: key_pressed 88 // Click Start Script Key = X
:TELEPORT_11
WAIT 0
0972: put_actor $PLAYER_ACTOR at 597.2166 -1248.985 18.2856
WAIT 56500
0972: put_actor $PLAYER_ACTOR at 2239.727 -2258.781...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.