Jump to content

combat_acc

Trade With Caution
  • Posts

    215
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by combat_acc

  1. If you get 2 day ban you dont lose items/xp you botted.

     

    Its not smart to bot after 2 day ban because they monitor your account more closely i think.

     

    After the 2ban expires you should be okay to bot again. I think it expires in 1year from ban date

  2. does eating work while walking?

    this code doesnt seem to work for me... idk why need help..

    
    	public int onLoop() throws InterruptedException {
    		if (this.gui.isStarted()) {
    				if (this.myPlayer().getHealthPercent() < 80) {
    					if (this.getInventory().contains("Trout")) {
    						this.getInventory().getItem("Trout").interact("Eat");
    						sleep(random(500, 2000));
    
  3. how to withraw as note

    if (getBank().contains("Shortbow")){
    enableMode(Bank.BankMode.WITHDRAW_NOTE);
    if 	(getBank().getWithdrawMode() == Bank.BankMode.WITHDRAW_NOTE);
    getBank().withdrawAll("Shortbow");
    sleep(random(2000, 3000));
    
×
×
  • Create New...