MMO_Casino Posted November 15, 2015 Share Posted November 15, 2015 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! Quote Link to comment Share on other sites More sharing options...
Muffins Posted November 15, 2015 Share Posted November 15, 2015 (edited) There isn't one. All kinds of botting can get you banned. The most "ban-proof" would probably be an autowalker but that gives no real benefits. Edited November 15, 2015 by Muffins 2 Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted November 15, 2015 Share Posted November 15, 2015 (edited) 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 November 15, 2015 by LoudPacks 3 Quote Link to comment Share on other sites More sharing options...
IHB Posted November 15, 2015 Share Posted November 15, 2015 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 3 Quote Link to comment Share on other sites More sharing options...
NayBely Posted November 15, 2015 Share Posted November 15, 2015 Czar scripts Quote Link to comment Share on other sites More sharing options...
Okabe Posted November 15, 2015 Share Posted November 15, 2015 Czar scripts 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. 3 Quote Link to comment Share on other sites More sharing options...
Volta Posted November 15, 2015 Share Posted November 15, 2015 (edited) 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 November 15, 2015 by Volta Quote Link to comment Share on other sites More sharing options...
Sonicboom Posted November 15, 2015 Share Posted November 15, 2015 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 Quote Link to comment Share on other sites More sharing options...
Joseph Posted November 15, 2015 Share Posted November 15, 2015 Czar scripts 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! Quote Link to comment Share on other sites More sharing options...
Sky Posted November 15, 2015 Share Posted November 15, 2015 most ban proof one is an auto log out script Quote Link to comment Share on other sites More sharing options...
Okabe Posted November 15, 2015 Share Posted November 15, 2015 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; } } 2 Quote Link to comment Share on other sites More sharing options...
beastbenny Posted November 17, 2015 Share Posted November 17, 2015 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? Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted November 17, 2015 Share Posted November 17, 2015 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. Quote Link to comment Share on other sites More sharing options...