Code:
import com.rsbuddy.script.ActiveScript;
import com.rsbuddy.script.Manifest;
@Manifest(
authors = "Automatic Coding",
name = "Nothing",
description = "Does nothing but enables the anti-randoms in the client.",
keywords = {"Nothing", "Anti-random"},
version = 1
)
public class Nothing extends ActiveScript {
@Override
public int loop() {
return 0;
}
}
Does: Nothing!
I use it alot in debug mode, though, I'd like it in normal mode for after I stop botting dungeonerring/something then I get a random event.
Code:
Thank you for submitting a script. It is currently being reviewed.
Please be patient while we are overhauling our submission system. You will be messaged when your script is ready.