I'm scripting on a private server, and it sends you to a random place as their random event so people wont use ghost mouses.
What i need the bot to do while its in the random is basically this
Which is just going to the magic tab and clicking a teleport and clicking a option. which solves that random, is there any way to make the bot tell its in the random or easier way to make this happen?Code:program new; begin MoveMouse (743, 186); Wait(500); ClickMouse (743, 186, 1); Wait (500); MoveMouse (714, 308); Wait(500); ClickMouse (714, 308, 1); Wait(500); MoveMouse (263, 430); Wait(500); ClickMouse (263, 430, 1); end.


Reply With Quote







