Jump to content

Gunman

Super Moderator
  • Posts

    3481
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. They're down again. They were up but not anymore
  2. What do you mean they workin now....
  3. Mhmm looks like rc just sucks lol
  4. No. None of the tutorial island scripts does this here at OSBot.
  5. Gunman

    Hey!

    Botters together stronk!
  6. Gunman

    Stealth NMZ

    Did you not see the 2 post above you, where one person asked for a trial and he authed them. The answer is yes lol
  7. @Patrick Do you have any ideas to counter the issue with combat scripts? Example being Fruity Zulrah and Excellent Vorkath would need faster mouse speeds.
  8. Oh that's hella cool. May be a problem with bans lowered because of the quarantine, but still can do testing of the 2 mouse version side by side.
  9. I highly doubt that. People get false banned quite often. Even when using Jagex's client. Just appeal the ban, if you didn't bot you should get unbanned.
  10. Yeah, just use the or operator -> || and add another boolean to check if you leveled up
  11. @Jueix Does changing the if's like this fix that? Because it shouldn't go into the else if like you have it now if it already was inside the if before it. if(randomclicks < 3) { //stuff } else if(randomclicks >= 3) { //stuff } if(inventory.getItem("My item end").getAmount() == 28) { //stuff }
  12. @Jueix Okay I see why it's going to stage 3. It's because the break; is inside the else if and the code isn't reaching that, so it continues to the next case. Now idk if anything else is broken in case 2 but that's why it's moving to case 3 regardless if it should or not.
  13. @Jueix You had it right using the press and release getKeyboard().pressKey(32); getKeyboard().releaseKey(32); I personally use the number^ But it said there was an NPE at line 128. What's line 128?
  14. @Jueix If you're doing what I think you're doing the dialogue api won't work on a widget. Example the widget that pops up when making unfinished potions. So the if dialogue is pending is returning false. EDIT: Reading the new post you made.
  15. Not that hard. Lurk in the discord people ask about scripts being made every other day.
  16. You can sell private scripts without s1 just can't make a script shop. And even if you do get s1 Token needs to approve you for it. And in my case my application apparently got put onto the other page already so he missed it, and probably forgot about it again If he get's around to it he get's around to it other wise I am not putting another in and just gonna continue working on my personal projects. EDIT: Oh and yes people have been accepted since then.
  17. Mhmm Idk I've been waiting almost 6 months now for a response. Fingers crossed now
  18. @Botthestrange Honestly quite a lot of people here love drama. Most the people in the discord love juicy disputes and shit like that. So go for it because a lot of people would probably appreciate a wide honest review on multiple products comparing to other products.
  19. Nice update and all but.... when is the Ligma getting fixed?
  20. Gunman

    AIO MTA

    I did run an account for 2-3 hours a day for a few months. Only did MTA and it got to 95 Mage, almost 96. All stats were 1 except hp 25, str and att 30 to wield staffs. Made quite a few 10's of mills from this. Was very good to me.
  21. Cry Close it via task manager. Were you running any scripts or was this a freshly open?
  22. Gunman

    Cooking

    @hexx Assuming you're the same person in the discord who asked the same thing. https://osbot.org/api/org/osbot/rs07/api/Inventory.html In the inventory API ^ there's 2 methods getInventory().isItemSelected(); getInventory().getSelectedItemName(); And the person in the discord needed to make pies and pizzas. You just make a conditions checking an the item is selected, and the name equals the said ingredient, for the other said ingredient you want to combine. Doing more than 2 item combinations can get confusing. Widget may pop up for this I don't remember. https://osbot.org/api/org/osbot/rs07/api/Widgets.html Interacting with the Range should bring up some widgets what you wanna cook and etc. Then you interact with that widget whether you press space or clicking. Then for sleeping you could use an animation timer, or wait till you're out of the ingredients || a level up.
  23. @CharlesWoodchuckIs that Mirror Mode? If so, sometimes the tool bugs out, and doesn't work correctly in Mirror Mode. That is in fact an object. I interacted with it using this code getObjects().closest("House Advertisement").interact("View")
×
×
  • Create New...