Jump to content

Wyn

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Wyn's Achievements

Newbie

Newbie (1/10)

3

Reputation

  1. Here's your logic. private State getState() { if (!isBusy()) { if (!Inventory.containsAll(item1, item2) && !Bank.isOpen()) { return State.OPENBANK; } else if (Bank.isOpen() && !Inventory.containsAll(item1, item2)) { return State.BANK; } else if (Bank.isOpen() && Inventory.containsAll(item1, item2)) { return State.CLOSEBANK; } else if (Inventory.containsAll(item1, item2) && !Bank.isOpen()) { return State.FLETCH; } } return State.ANTIBAN; }
  2. org.osbot.vb Have fun (If you know how too). Done.
  3. Edit: False alarm! Sorry we don't know how to reverse engineer correctly. Usernames & Passwords are sent to OSbot's servers. Credits: Parnassian, Mark gore and Myself (For triple checking). public final String getPassword() throws SecurityException { if(!a.getBot().M()) { throw new SecurityException(); } else { (new Throwable()).getStackTrace(); boolean var10003 = true; if(!((Object[])true)[1].getClassName().equals("org.osbot.vb")) { throw new SecurityException(); } else { return ((XClient)a.instance).getPassword(); } } }
×
×
  • Create New...