need antiban script for mining!!!

Discussion in 'RuneScape 3 Cheating' started by Zzscorp, Feb 5, 2009.

need antiban script for mining!!!
  1. Unread #1 - Feb 5, 2009 at 7:54 PM
  2. Zzscorp
    Joined:
    Jan 25, 2009
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    Zzscorp Newcomer

    need antiban script for mining!!!

    i need another antiban script for mining other one doesnt work need new one plzzzz!!!!!!!!
     
  3. Unread #2 - Feb 5, 2009 at 8:18 PM
  4. PennyRoyal
    Joined:
    Jul 23, 2008
    Posts:
    1,755
    Referrals:
    2
    Sythe Gold:
    37
    Sythe's 10th Anniversary

    PennyRoyal Guru

    need antiban script for mining!!!

    Yeah sure, Here is a real good one. Made by WarX. All credits to him.

    import com.speljohan.rsbot.script.Random;
    import com.speljohan.rsbot.bot.Bot;
    import com.speljohan.rsbot.logging.Log;
    import java.awt.event.*;

    import javax.swing.*;

    public class AllAntiBan extends Random {

    int randomInt;
    int GambleInt;
    long lastCheck = 0;
    long timer = System.currentTimeMillis();
    int checkTime;
    public String[] thingsToSayIdle = new String[] {
    ""};


    public String getName() {
    return "AllAntiBan";
    }

    public double getVersion() {
    return 01;
    }

    public String getAuthor() {
    return "WarXperiment";
    }

    private boolean timer(int seconds) {
    return System.currentTimeMillis() * 1000 < seconds;
    }

    public Log getLog() {
    if(LOG != null)
    LOG = null;

    return super.getLog();
    }

    public boolean activateCondition() {
    randomInt = random(1, 100);
    if (isLoggedIn() && randomInt == 50)
    return true;

    return random(0, 100) == 25;
    }

    public void turnCamera() {
    char[] LR = new char[] { KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT };
    char[] UD = new char[] { KeyEvent.VK_UP, KeyEvent.VK_DOWN };
    char[] LRUD = new char[] { KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT,
    KeyEvent.VK_UP, KeyEvent.VK_DOWN };
    int random2 = random(0,2);
    int random1 = random(0,2);
    int random4 = random(0,4);

    if(random(0,3) == 0) {
    Bot.getInputManager().pressKey(LR[random1]);
    try { Thread.sleep(random(100, 400)); } catch (Exception e) {}
    Bot.getInputManager().pressKey(UD[random2]);
    try { Thread.sleep(random(300, 600)); } catch (Exception e) {}
    Bot.getInputManager().releaseKey(UD[random2]);
    try { Thread.sleep(random(100, 400)); } catch (Exception e) {}
    Bot.getInputManager().releaseKey(LR[random1]);
    } else {
    Bot.getInputManager().pressKey(LRUD[random4]);
    if(random4>1) {
    try { Thread.sleep(random(300, 600)); } catch (Exception e) {}
    } else {
    try { Thread.sleep(random(500, 900)); } catch (Exception e) {}
    }
    Bot.getInputManager().releaseKey(LRUD[random4]);
    }
    }


    public int loop() {
    GambleInt = random(1, 20);
    if (GambleInt == 1) {
    turnCamera();
    }

    if (GambleInt == 2) {
    int xA = random(0, 750);
    int yA = random(0, 500);
    moveMouse(xA, yA);
    turnCamera();
    }

    if (GambleInt == 3) {
    if (getCurrentTab() != TAB_INVENTORY) {
    openTab(TAB_INVENTORY);
    turnCamera();
    }
    }

    if (GambleInt == 4) {
    clickCharacter(getNearestPlayerByLevel(1,130) , "Cancel");
    return (random(500, 1750));
    }

    if ((System.currentTimeMillis() - lastCheck) >= checkTime) {
    lastCheck = System.currentTimeMillis();
    checkTime = random(300000, 600000);
    turnCamera();
    openTab(random(0, 13));
    turnCamera();
    }


    if (GambleInt == 5) {
    turnCamera();
    int xA = random(0, 750);
    int yA = random(0, 500);
    moveMouse(xA, yA);
    }

    if (GambleInt == 6)
    turnCamera();

    if (GambleInt == 7)
    openTab(random(0, 13));

    if (GambleInt == 8)
    moveMouse(random(0,450), random(0,450));

    return -1;
    }
    }

    Save as AllAntiBan.java in your antiban section

    Cheers and Gl
     
  5. Unread #3 - Feb 5, 2009 at 11:02 PM
  6. Zzscorp
    Joined:
    Jan 25, 2009
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    Zzscorp Newcomer

    need antiban script for mining!!!

    this is the same one as on the sythe antiban it doesnt work for mining need new one
     
< Transfering help? | Help? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site