Jump to content

Gunman

Super Moderator
  • Posts

    3478
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. @Onayr Look at #15 here https://osbot.org/forum/topic/115124-explvs-scripting-101/
  2. You can create an account on bad ips and get them banned before even logging in. Do what everyone else said and appeal
  3. Just move the code to the onLoop.
  4. @CrashBandiboob That seems a little redundant. Try using a for loop to clean it up. Could also use getInventory().getSlotBoundingBox(#here); to declare which inventory slot you're dealing with
  5. @CrashBandiboob Make a custom drop method.
  6. Try the one on the SDN in the money section. It should work better.
  7. Agility just sucks ass to bot. Ban city
  8. @Token Issue: Spam rubs digsite pendant till it's gone. Then spams teleporting to fossil island. If I manually board and travel the ship it works fine from there on, until next trip with the pendant getting stuck again. Client: SI 2.5.70 Logger: https://pastebin.com/bEL2b3gD Picture of settings.
  9. The script isn't official released yet, so it won't show in your collection. Check the script list on the client; It should show there, under the name "Stealth Passive Goldfarmer"
  10. @sam kerridge Lower the ms to 50. shift+f4
  11. @botelias The average wait time is about 1.5 weeks to a month from what people said they waited.
  12. Gunman

    Stealth NMZ

    One down two more to go Config used below. Put in C:\Users\User\OSBot\Data\StealthNmz yes
  13. If it's the account I think Sib is talking about then it was mostly private but did use a couple paid. I personally have used many paid scripts on injection and have just fine.
  14. Yes. Technically you can remove onStart, onPaint, and onExit for the actual bare minimum.
  15. MM -> Casual/ 1-4 accounts max. SI -> Farms I normally do fine with both.
  16. Some people say it does, but from my experience as long as you don't interact with your bots on that account you should be fine.
  17. Token Auth me. Can't believe I have to ask and didn't notice till now I didn't have this
  18. Probably just bad luck with new accounts.
  19. @virtusnex I think you have the wrong import. You have this import java.util.concurrent.locks.Condition; Instead of this import org.osbot.rs07.utility.Condition;
  20. I think only Sponsors get the limit increased. At least from what I can tell from reading the membership descriptions
  21. I know my role as Life Time Sponsor gives me more. Mine says 4.03MB is the limit
  22. @ozeki6 I use anti captcha and I only pay like .0022 USD for each captcha.
  23. Idk if you can. You might be able to hide the thread in moderation actions at the top of the thread. Also put that shit in here https://pastebin.com/ so it's easier to read please
  24. Gunman

    Hello

    It return an int of your player level. If you combat level is 3 it will return 3. So you can do something like this. if (myPlayer().getCombatLevel() < 20) { //get Combat levels or whatever } else { //other code. } So as long as your combat level is below 20 it won't go past the first if statement. You probably should learn some Java first. Try reading this a bit. https://www.programiz.com/java-programming
×
×
  • Create New...