Fuck jagex...

Reputation
0
They love botters, I coded this script to fuck with rune essence miners:

Code:
import com.rsbuddy.client.RSNPC;
import com.rsbuddy.script.ActiveScript;
import com.rsbuddy.script.Manifest;
import com.rsbuddy.script.methods.Game;
import com.rsbuddy.script.methods.Npcs;
import com.rsbuddy.script.methods.Objects;
import com.rsbuddy.script.methods.Walking;
import com.rsbuddy.script.wrappers.GameObject;
import com.rsbuddy.script.wrappers.Npc;
import com.rsbuddy.script.wrappers.Tile;

@Manifest(
		authors = {"Jesus"},
		name = "Automatic door shutter!",
		description = "Shuts doors to stop bots!",
		keywords = "Anti-bot",
		version = 0.01
		)

public class antiEssenceMiner extends ActiveScript {

	final int runecraftingGuy = 5913;
	Tile varrockShop = new Tile(3253, 3401);
	final int doorID = 24379;
	@Override
	public int loop() {
		if(Game.isLoggedIn()){
		Npc theGuy = Npcs.getNearest(runecraftingGuy);
		if(theGuy != null){
		GameObject door = Objects.getNearest(doorID);
		if(door != null){
			door.interact("Close");
			sleep(300);
		} else{
			log("DOOR IS SHUT, WOOP WOP!");
		}
		} else {
			Walking.findPath(varrockShop).traverse();
		}
		}
		
		return 0;
		
	}	

}

and now I get this after shutting the door about 10 times:

imJRhM.PNG


/Ihatejagexlikingf2pbots
 
RE: f*ck jagex...

I have to say you are the most active "new" user I have seen so far.
 
RE: f*ck jagex...

Aridity said:
I have to say you are the most active "new" user I have seen so far.

Please don't go off-topic in my thread, this is a thread where people can discuss how much they hate jagex for liking f2p bots
 
RE: f*ck jagex...

Jesus said:
Aridity said:
I have to say you are the most active "new" user I have seen so far.

Please don't go off-topic in my thread, this is a thread where people can discuss how much they hate jagex for liking f2p bots
btw I think you are a second account user.
 
RE: f*ck jagex...

Aridity said:
Jesus said:
Aridity said:
I have to say you are the most active "new" user I have seen so far.

Please don't go off-topic in my thread, this is a thread where people can discuss how much they hate jagex for liking f2p bots
btw I think you are a second account user.

Cool, I don't like being called stuff.

Proof, tits, or gtfo.

I'll leave this site if you don't want me here.

Cya.
 
RE: f*ck jagex...

Jesus said:
Aridity said:
Jesus said:
Please don't go off-topic in my thread, this is a thread where people can discuss how much they hate jagex for liking f2p bots
btw I think you are a second account user.

Cool, I don't like being called stuff.

Proof, tits, or gtfo.

I'll leave this site if you don't want me here.

Cya.

I hate guys like you, you get one neg rep and your like "my goal is -100 rep" and shit. Who really cares?
 
RE: f*ck jagex...

Ireppgold said:
Jesus said:
Aridity said:
btw I think you are a second account user.

Cool, I don't like being called stuff.

Proof, tits, or gtfo.

I'll leave this site if you don't want me here.

Cya.

I hate guys like you, you get one neg rep and your like "my goal is -100 rep" and shit. Who really cares?


Also, because on every forum I've been on I've been going for +rep. Hackforums I've got like 150 something rep, some other tech site that I forgot now (I've not used it for like a year) 300+ rep.

Why not go for - rep for once? -.-

Judging a book by it's cover is not a good way of going about things, now:

QUIT GOING OFF TOPIC.
 
Back
Top