Jump to content

Mr_MilkysButler

Members
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Mr_MilkysButler

  1. Surprised no one said this, In-N-Out Burger.
  2. I will buy the card for 5m 07. You will go first or we will use a middle man at your expenses. Message me or add me on Discord: n9yg5VdKr9#2373
  3. Discord took the server down. https://osbot.org/forum/topic/152230-discord/
  4. Runescape.com->Account->Account Status
  5. By the way, you need Scripter ll+ in order to sell premium scripts.
  6. You have 3 missing braces, please learn how to properly brace. https://imgur.com/a/m6E0WPd
  7. I thought he was talking about the status of the bots and not the literal stats my bad.
  8. You could always search it up on google, I heard Explv’s account manager is good.
  9. First, if you are using Intellij rebuild your project so it cleans your code. Your problem is you are trying to use variables out of their scope.
  10. You wanted to learn how to create GUIs, they are not part of the bot api.
  11. You can always search up tutorials on Youtube.
  12. if(getInventory().isFull()){ if(getInventory().dropAll()){ new ConditionalSleep(5000) { @Override public boolean condition() { return !getInventory().isFull; } }.sleep(); } } Good OSbot scripting tutorial found here:
×
×
  • Create New...