Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. unofficial rule of the shitbox: talk shit bout alek get banned
  2. yes i fucking love cats
  3. Yes. Do you like yourself?
  4. bog would be proud
  5. i love how genii is a door and keven is short as fuck
  6. i can also confirm that xed is hot
  7. import conditionalSleep
  8. your logic is really bad :E there's a check if player is not in furnace area and there's an interact with furnace in there too. RS2Object furnace = objects.closest("Furnace"); RS2Object bank = objects.closest("Bank booth"); RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); final Area FURNACE_AREA = new Area(3274, 3184, 3279, 3188); final Area BANK_AREA = new Area(3269, 3166, 3271, 3169); if (!FURNACE_AREA.contains(myPlayer())) { getWalking().walk(FURNACE_AREA.getRandomPosition()); } else { if (bronze != null) { bronze.interact("Smelt X"); sleep(1250); getKeyboard().typeString("" + (int)((Math.random()*99) + 30)); new ConditionalSleep(150_000) { @Override public boolean condition() throws InterruptedException { return !getInventory().contains("Tin ore"); } }.sleep(); } else { furnace.interact("Smelt"); new ConditionalSleep(5_000) { @Override public boolean condition() throws InterruptedException { return bronze != null; } }.sleep(); } }
  9. RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); if (bronze != null){ bronze.interact("Smelt X"); } else { furnace.interact("Smelt"); }
  10. try "Smelt X" only?
  11. at least you dont have a gtx 210 like i do edit: is that rly ur name
  12. but skoti gets cba again gz bruv
  13. the world does not lean on america at all
  14. ??? what does being that have to do with america..?
  15. Acerd

    WOW.

    bitcoin went up
  16. but how does he check the logger if it crashes
×
×
  • Create New...