Jump to content

The Undefeated

Scripter II
  • Posts

    1968
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by The Undefeated

  1. It's a bug: https://osbot.org/forum/topic/120735-f2p-setting-on-client-doesnt-work-on-linux/
  2. That Scroll lock is triggering me.
  3. 1k Magic pyre logs sold each day, you can't call that a money making method.
  4. Wow, didn't even notice that. I thought you wanted him to add a check himself.
  5. Could be made cleaner: private void funkyDropAll(final String itemName) throws InterruptedException { getKeyboard().pressKey(VK_SHIFT); for (int i = 0; i < 28; i++) { Item item = getInventory().getItemInSlot(i); if (item != null && item.getName().equals(itemName)) { getInventory().interact(i); MethodProvider.sleep(random(20, 25)); } } getKeyboard().releaseKey(VK_SHIFT); }
  6. You should just let it drop normally because it won't go any faster. You should use interact if you want to drop items faster but I don't recommend it.
  7. s.getInventory().getItemInSlot(0).interact("Drop"); s.getInventory().getItemInSlot(4).interact("Drop"); s.getInventory().getItemInSlot(1).interact("Drop"); s.getInventory().getItemInSlot(5).interact("Drop"); s.getInventory().getItemInSlot(6).interact("Drop"); s.getInventory().getItemInSlot(2).interact("Drop"); Go ahead and use this.
  8. Type of trade: GP -> Account Your skype: shiner123321 Other Person's skype: live:jakebeal9 Do you agree to TOS: Yes.
  9. Add me on skype:
  10. Client works, but pretty much all scripts which include banking or interacting with tabs are broken.
  11. You aren't allowed to share private snippets. Brb, opening dispute.
  12. Because the client is broken and you can't open your inventory using the getTabs() method I'll give a snippet away which can! Please like this thread and I'll randomly choose a winner.
  13. Scripters could steal eachothers code, won't recommend using other scripters to check the SDN. I agree that there should be more SDN managers.
  14. I guess that's just a widget change. If you use getWidgets().getWidgetsContainingText("Arrow").interact("Make X") that won't happen.
×
×
  • Create New...