Jump to content

Juggles

$100.00 Donor
  • Posts

    9598
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. So are you responsible if he scam quits?
  2. Major update if you want to be banned faster
  3. Why you no random(1,29), (1,12), (1900,2004) !! Antiban!
  4. Yes it is possible. Need 2captcha support as well
  5. int firstItem = getInventory().getSlotForNameThatContains(""); Item secondItem = inventory.getItemInSlot(firstItem+1); secondItem.interact("Use"); This would work if the second item is always in the next slot or you knew what slot it was in after
  6. Oh I see what you mean. I've done something similar with grabbing the second closest NPC. You can try to filter out the first item Something like f->f.getName.equals(NAME) && f!=firstItem I don't have my IDE so i can't test right now but you can try that
  7. Why not select the first item and just interact with the second? if no item selected select first item else use on other item
  8. I would listen to us three. We've ran over 1k bots at a time combined so I think we know a little bit about botting tut ?
  9. I have residential IPs and it stopped me from getting locked. If I run on random proxies they always get locked
  10. You can always pay to fly the person out and do it for you in your house
  11. Osbot uses a type long for getInventory.getAmount. NOt sure why since It's Going to be a number. You'd think it was an int
  12. Cool script. Someone should test it to make sure the file is clean before anyone downloads it
  13. There is no 1 day ban.... its a two day ban but after 1second of being banned it shows 1 day when really its 1 day 23 hours and 59 minutes remaining. When it drops below 1 day it will still show one day even though it <24 hours remaining
  14. It will misclick because you're not checking if the item is selected before clicking next... if (!itemIsSelected) { inventory.interact("Use","Pestle and mortar"); sleepCondition return itemIsSelected(); } else { inventory.interact("Use","Pestle and mortar"); sleepCondition return inDialogue(); } This is the proper way to do it so that you won't misclick or bugs won't occur. If you don't check and have sleeps then it will misclick
  15. Juggles

    Rams sig anyone?

    I remember making these like 5 years ago. Sick shit
  16. Damn all that from hiring slaves? I might need to get in that business
  17. No bans within last 3 days p2p. Also running a few f2p accounts for 2 days straight and no bans.
  18. Welcome to osbot and good luck. I hope you enjoy your time here
×
×
  • Create New...