JJordan 1 Posted December 13, 2014 I was referring to http://dreambot.org/forums/index.php?/topic/306-scripting-for-dreambot-part-2-still-a-pretty-simple-chicken-killer/ on how to to add paint to a script but it seems what is being used in the script above is not even in the api? any help?
Chris 154 Posted December 13, 2014 public void onPaint(Graphics2d g) { g.drawString("hello!",5,5); } Add that into the same class as your script manifest.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.