Think RSBuddy will push my script?

Automatic

User is banned.
Reputation
0
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.
 
So, what is the point of it?
 
So it's kinda a random event solver?
Edit: It will probably not get accepted.
 
George said:
So, what is the point of it?

Nothing, but while a script is running in the client all the anti-randoms get enabled. So while you play legit you run this script and if you get a random you just go afk for a minute or two.
 
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;
}

}
 
Dykerosoft said:
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;
}

}

Shit brah, that's bullshit. Not in code tags, PWNTTTTTT!!!1!
 
Back
Top