JJordan 1 Share 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? Link to comment Share on other sites More sharing options...
Chris 154 Share Posted December 13, 2014 public void onPaint(Graphics2d g) { g.drawString("hello!",5,5); } Add that into the same class as your script manifest. Link to comment Share on other sites More sharing options...
Jordan 8 Share Posted December 13, 2014 Sorry I took your name. Link to comment Share on other sites More sharing options...
Ericthecmh 184 Share Posted December 14, 2014 Yeah, the api has changed since then. Sorry about that. Link to comment Share on other sites More sharing options...
Recommended Posts