Automatic Coding said:
Dykerosoft said:
What is this I don't even.
ur jst jerry i haz teh l33t c0ding sk1||z
import com.rsbuddy.script.ActiveScript;
import com.rsbuddy.script.Manifest;
import com.rsbuddy.script.methods.Keyboard;
@Manifest(
authors = "Dykerosoft",
name = "SCRIPTZOR",
description = "DOES SOMETHING",
keywords = {"sex", "butt"},
version = 1
)
public class Nothing extends ActiveScript {
@Override
public int loop() {
Keyboard.sendTextInstant("TROLOLOLOLOLOLOLO", true);
Sleep(9001);
return 0;
}
}