Cinct Posted June 11, 2014 Share Posted June 11, 2014 Well, this is my first post here on osbot, and also my somewhat first real signature. Opinions? Also Encircled Scripters isn't really a thing, just needed something to put on there. Link to comment Share on other sites More sharing options...
Pseudo Posted June 11, 2014 Share Posted June 11, 2014 (edited) I like it, it is as you say, clean. Please look into package naming conventions though, hehe. Edited June 11, 2014 by Pseudo 1 Link to comment Share on other sites More sharing options...
DignityOnline Posted June 11, 2014 Share Posted June 11, 2014 Well for your first time its amazing. Link to comment Share on other sites More sharing options...
Epsilon Posted June 11, 2014 Share Posted June 11, 2014 Looks dope. Nice job. Link to comment Share on other sites More sharing options...
Hayden Posted June 11, 2014 Share Posted June 11, 2014 It looks good man Link to comment Share on other sites More sharing options...
Cinct Posted June 11, 2014 Author Share Posted June 11, 2014 (edited) I like it, it is as you say, clean. Please look into package naming conventions though, hehe. You're right, I should make code exactly correct when it's in a picture! Well for your first time its amazing. Thanks, I've messed around in photoshop for a bit though. Looks dope. Nice job. You're dope. It looks good man I appreciate the feedback guys, thanks. Edited June 11, 2014 by Cinct Link to comment Share on other sites More sharing options...
Socket Posted June 11, 2014 Share Posted June 11, 2014 looks very great! very well made! Link to comment Share on other sites More sharing options...
Dard Posted June 11, 2014 Share Posted June 11, 2014 Thumbs up! ;) Link to comment Share on other sites More sharing options...
Jack Posted June 11, 2014 Share Posted June 11, 2014 (edited) package org.osbot.encircledscripts; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.model.Player; import org.osbot.rs07.api.ui.Message; @ScriptManifest(author = "Encircled", name = "Encircled AIO", version = 2.1) public class ScriptBase extends Script { long startTime; int mouseX,mouseY; public void onStart() { startTime = System.currentTimeMillis(); getBot().setHumanInputEnabled(false); } Use code like this ^ Edited June 11, 2014 by Jack Link to comment Share on other sites More sharing options...
SunTzu Posted June 11, 2014 Share Posted June 11, 2014 Nice work. Link to comment Share on other sites More sharing options...