Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. Acerd

    alek

    he learns a lot of stuff every day doesnt he
  2. idk maybe you're botting
  3. ive already watched all seasons of monogatari except the 3 movies of kizumonogatari and ONA koyomimonogatari
  4. public WebWalkEvent toBank = new WebWalkEvent(INodeRouteFinder.createAdvanced(), new Position(3092, 3243,0)); public WebWalkEvent toAltar = new WebWalkEvent(INodeRouteFinder.createAdvanced(), new Position(3183,3165,0)); public WebWalkEvent toCraftAltar = new WebWalkEvent(INodeRouteFinder.createAdvanced(), altar2area.getRandomPosition()); to public WebWalkEvent toBank; public WebWalkEvent toAltar; public WebWalkEvent toCraftAltar; @Override public void onStart() { toBank = new WebWalkEvent(INodeRouteFinder.createAdvanced(), new Position(3092, 3243,0)); toAltar = new WebWalkEvent(INodeRouteFinder.createAdvanced(), new Position(3183,3165,0)); toCraftAltar = new WebWalkEvent(INodeRouteFinder.createAdvanced(), altar2area.getRandomPosition()); } this will most likely fix your problem
  5. this works too: if (areaOrPosition.contains(myPlayer())) { //hi }
  6. Acerd

    OSBOT

    rule number one: never bot your precious accounts
  7. Acerd

    Sleep

    script.sleep(x); script.sleep(script.random(x,x)); MethodProvider.sleep(x); MethodProvider.sleep(MethodProvider.random(x,x));
  8. 1. What is your favourite script? none i dont bot 2. Who is your favourite scripter? none i dont bot 3. Who is your favourite mod/admin? all of them 4. Who is your favourite member? frostbug/pain/keven/zappster 5. What is your preferred method of botting? (Mirror/Stealth) (Breaks Y/N?) neither i dont bot 6. If you could add one thing into osbot or improve something, what would you add/improve? idk , chatbox app for ios/android
  9. Acerd

    noobs

    league of people who will get mad over a game
  10. As do I. Mirai Nikki Mahouka Akame Ga Kill! Black Bullet Noragami ^those are all action/fighting For some epic/funny shit: KonoSuba Boku Dake OreGairu One Punch Man No Game No Life Kyoukai no Kanata Hyouka Fate/Stay Night: Unlimited Blade Works Charlotte GATE
  11. I just googled the names Professor Boardman is from Arrow and Brandon Knight is a Basketball player wtf l0l
  12. tip: NullPointerException usually happens when you didnt check if something was null or not.
  13. if (inventory.isFull()) { if (!bank.isOpen()) bank.open(); else if (bank.isOpen()) { bank.depositAll(); bank.close(); } }
  14. why not use if (!bank.isOpen() { bank.open(); new ConditionalSleep(5000) { public boolean condition() throws InterruptedException { return bank.isOpen(); }.sleep(); }
  15. this reminds me of the guy who dropped out of uni to goldfarm
×
×
  • Create New...