Jump to content

Clean Signature.


Cinct

Recommended Posts

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! wink.png

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 by Cinct
Link to comment
Share on other sites

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 by Jack
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...