January 17, 20224 yr import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "PetePete929", name = "Buys Beer", info = "BuysBeer", version = 0.1, logo = "") public class Myscript extends Script { @Override public final int onLoop() throws InterruptedException { return 0; } } Edited January 17, 20224 yr by PetePete929
Create an account or sign in to comment