Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

What is the most "ban-proof" script?

Featured Replies

I'd like to know what the most "ban-proof" script is from everyone's personal experience or opinion. Regardless of skill requirements/quest requirements. Thanks!

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

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 

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.

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

From what ive noticed it seems the best way to avoid bans from botting is to  either hand create accounts yourself , as if you were making a main and then get personal  premium scripts created for you

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!

most ban proof one is an auto log out script

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;
    }
 
}

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?

How does one change said IP address?

 

If your ISP issues dynamic IP addresses you can just unplug your modem for 20 seconds. Check your IP before and after to note the change. If you are assigned a static IP address you'll have to use a VPN, proxy, or VPS.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.