MGT Madness Posted November 12, 2015 Posted November 12, 2015 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
Explv Posted November 12, 2015 Posted November 12, 2015 (edited) 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, 2015 by Explv
Czar Posted November 12, 2015 Posted November 12, 2015 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 2