Jump to content

What is the most "ban-proof" script?


MMO_Casino

Recommended Posts

Too many people put the risk of a ban on the scripter. Ever script, regardless of how good it is will always have a risk of getting you banned. That being said, a well developed script that doesn't get stuck or spam click objects will generally have a lower ban rate. The majority of the risk is in how you use it. As long as your not botting 10 + hours a day, almost everyday, or using fresh accounts you wont get banned as frequently. If you do get banned, its important to change your IP or use a proxy to avoid being chain banned and being watched by Jagex. In addition, premium scripts are generally of higher quality and have lower ban rates than free scripts. If you want an extra layer of security you could also look into having private scripts made specifically for you. This makes it more difficult for jagex to see that your botting because the heuristics wont match any other botter as your the only one with that specific script.

 

Some of the more advanced scripts contain extra anti pattern features which do help although if your not botting smart, you can and will still get banned.

Edited by LoudPacks
  • Like 3
Link to comment
Share on other sites

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
 
import java.awt.*;
 
@ScriptManifest(author = "Mald", info = "No bans guarenteed", name = "Most Ban-proof script ever", version = 1.0, logo = "")
public class main extends Script {
 
    @Override
    public void onStart() {
       
    }
 
    @Override
    public int onLoop() throws InterruptedException {
        return random(200, 300);
    }
 
    @Override
    public void onExit() {
        logoutTab.open();
    	sleep(random(200,300));
    	logoutTab.logOut();
    }
 
    @Override
    public void onPaint(Graphics2D g) {
 
    }
 
}

this is the most ban proof script 

  • Like 3
Link to comment
Share on other sites

Czar scripts QwPha8E.png

Lol does he pay you to say that?

 

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
 
import java.awt.*;
 
@ScriptManifest(author = "Mald", info = "No bans guarenteed", name = "Most Ban-proof script ever", version = 1.0, logo = "")
public class main extends Script {
 
    @Override
    public void onStart() {
       
    }
 
    @Override
    public int onLoop() throws InterruptedException {
        return random(200, 300);
    }
 
    @Override
    public void onExit() {
        logoutTab.open();
    	sleep(random(200,300));
    	logoutTab.logOut();
    }
 
    @Override
    public void onPaint(Graphics2D g) {
 
    }
 
}

this is the most ban proof script 

 

^ will get you banned

 

Too many people put the risk of a ban on the scripter. Ever script, regardless of how good it is will always have a risk of getting you banned. That being said, a well developed script that doesn't get stuck or spam click objects will generally have a lower ban rate. The majority of the risk is in how you use it. As long as your not botting 10 + hours a day, almost everyday, or using fresh accounts you wont get banned as frequently. If you do get banned, its important to change your IP or use a proxy to avoid being chain banned and being watched by Jagex. In addition, premium scripts are generally of higher quality and have lower ban rates than free scripts. If you want an extra layer of security you could also look into having private scripts made specifically for you. This makes it more difficult for jagex to see that your botting because the heuristics wont match any other botter as your the only one with that specific script.

 

Some of the more advanced scripts contain extra anti pattern features which do help although if your not botting smart, you can and will still get banned.

This is the correct awnser.

  • Like 3
Link to comment
Share on other sites

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
 
import java.awt.*;
 
@ScriptManifest(author = "Mald", info = "No bans guarenteed", name = "Most Ban-proof script ever", version = 1.0, logo = "")
public class main extends Script {
 
    @Override
    public void onStart() {
       
    }
 
    @Override
    public int onLoop() throws InterruptedException {
        return random(200, 300);
    }
 
    @Override
    public void onExit() {
        logoutTab.open();
    	sleep(random(200,300));
    	logoutTab.logOut();
    }
 
    @Override
    public void onPaint(Graphics2D g) {
 
    }
 
}

this is the most ban proof script 

 

Author mald xd

Edited by Volta
Link to comment
Share on other sites

Czar scripts <3

I lol at this all scripts are banned-able.
import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
 
import java.awt.*;
 
@ScriptManifest(author = "Mald", info = "No bans guarenteed", name = "Most Ban-proof script ever", version = 1.0, logo = "")
public class main extends Script {
 
    @Override
    public void onStart() {
       
    }
 
    @Override
    public int onLoop() throws InterruptedException {
        return random(200, 300);
    }
 
    @Override
    public void onExit() {
        logoutTab.open();
    	sleep(random(200,300));
    	logoutTab.logOut();
    }
 
    @Override
    public void onPaint(Graphics2D g) {
 
    }
 
}
this is the most ban proof script

Your on exit is pointless. I wouldn't like to be logged off after ending my script. Also end(); does the same results

Loud is on the money!

Link to comment
Share on other sites

most ban proof one is an auto log out script

 

i think System.exit(0); is more ban proof.

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
 
import java.awt.*;
 
@ScriptManifest(author = "Mald The King", info = "No bans guarenteed", name = "Can't ban me", version = 1.0, logo = "")
public class main extends Script {

    @Override
    public int onLoop() throws InterruptedException {
        System.exit(0);
        return 0;
    }
 
}
  • Like 2
Link to comment
Share on other sites

Too many people put the risk of a ban on the scripter. Ever script, regardless of how good it is will always have a risk of getting you banned. That being said, a well developed script that doesn't get stuck or spam click objects will generally have a lower ban rate. The majority of the risk is in how you use it. As long as your not botting 10 + hours a day, almost everyday, or using fresh accounts you wont get banned as frequently. If you do get banned, its important to change your IP or use a proxy to avoid being chain banned and being watched by Jagex. In addition, premium scripts are generally of higher quality and have lower ban rates than free scripts. If you want an extra layer of security you could also look into having private scripts made specifically for you. This makes it more difficult for jagex to see that your botting because the heuristics wont match any other botter as your the only one with that specific script.

 

Some of the more advanced scripts contain extra anti pattern features which do help although if your not botting smart, you can and will still get banned.

How does one change said IP address?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...