Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. @Jamez or @Muffins
  2. unofficial rule of the shitbox: talk shit bout alek get banned
  3. kys
  4. yes i fucking love cats
  5. he studies computer science i believe
  6. Yes. Do you like yourself?
  7. what about alek, muffins wtf
  8. bog would be proud
  9. i love how genii is a door and keven is short as fuck
  10. i can also confirm that xed is hot
  11. who
  12. import conditionalSleep
  13. 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(); } }
  14. RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); if (bronze != null){ bronze.interact("Smelt X"); } else { furnace.interact("Smelt"); }
  15. try "Smelt X" only?
  16. khal
  17. at least you dont have a gtx 210 like i do edit: is that rly ur name
  18. but skoti gets cba again gz bruv
  19. the world does not lean on america at all
  20. ??? what does being that have to do with america..?
  21. Acerd

    WOW.

    bitcoin went up
  22. but how does he check the logger if it crashes
  23. its something
×
×
  • Create New...