Jump to content

Juggles

$100.00 Donor
  • Posts

    9601
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. Haven't seen a NPC ID change in my 3 years of being on osbot with over 300 scripts written. Take that as you will. Widgets change a little more frequently and stuff of tut island every once in a while but outside of that things rarely change. And if they do, it takes two seconds to get the new ID
  2. Yess. Methods don't matter that much. I've had flax spinners reach like 92 crafting. All depends on the actual script
  3. Once every 24 hours before jagex goes into work. - 3 weeks straight during Christmas break
  4. JugsOaks1-9999
  5. So are you responsible if he scam quits?
  6. Too Hard. I want API mouse.moveInClosestDirection
  7. Use RuneLite instead for sure
  8. Major update if you want to be banned faster
  9. Why you no random(1,29), (1,12), (1900,2004) !! Antiban!
  10. Yes it is possible. Need 2captcha support as well
  11. 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
  12. 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
  13. Why not select the first item and just interact with the second? if no item selected select first item else use on other item
  14. 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 ?
  15. I have residential IPs and it stopped me from getting locked. If I run on random proxies they always get locked
  16. Need residential IPs
  17. You can always pay to fly the person out and do it for you in your house
  18. 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
  19. Cool script. Someone should test it to make sure the file is clean before anyone downloads it
  20. Just you. What script?
  21. Bond only costs like $2 lol.
  22. 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
  23. 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
  24. Juggles

    Ahmet

    Hello Ahmet
  25. Juggles

    Rams sig anyone?

    I remember making these like 5 years ago. Sick shit
×
×
  • Create New...