November 12, 201510 yr Enabling it in the settings only shows my cursor trail and not the bot. I'm creating my own bots so i'd like to know how to see the cursor trail of the bot, thanks. - Thank you for your time
November 12, 201510 yr This isn't really a "scripting help" question, you can enable cursor trail in Options -> Debug -> Mouse trail Edit: I didn't even read your question apparently. Although i'm fairly sure Mouse trail in settings == Bot's mouse trail Edited November 12, 201510 yr by Explv
November 12, 201510 yr in onPaint int x = getMouse().getPosition().x int y = getMouse().getPosition().y g.drawLine(0, y, 765, y) g.drawLine(x, 0, x, 503) make changes, I just typed that out real quick :p
Create an account or sign in to comment