Jump to content

HunterRS

Scripter I
  • Posts

    479
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by HunterRS

  1. Welcome! And just trade over the gold, mule bans are extremely rare.
  2. Few general thing, 1. Look into conditional sleeps 2. Look into task based scripts, this will help you in the future to save time on new scripts 3. You are going to get a LOT of null pointers because you are basically running no checks. Something like: getInventory().getItem("Tinderbox").interact("Use"); Should actualy look like: Item tinderbox = getInventory().getItem("Tinderbox"); if (tinderbox != null) { tinderbox.interact("Use") } (TBH, you should also add a conditional sleep that checks that the tinderbox was selected successfully.) 4. Look into webwalking Other than that, pretty nice script structer for a first script, keep it going and keep improving
  3. Welcome, good luck with your scripts Feel free to add my discord if you need any help. hunter#8066
  4. Run 100s of accounts at once, automatically replace and train new accounts when some gets banned. Get someone to automate it for you https://osbot.org/forum/topic/147548-hunters-fully-automated-farms-full-cli-support-automatic-mulling-support-ban-replacements-database-support/page/9/?tab=comments#comment-1965853
  5. Let me know if you are interested in a private script. My discord is hunter#8066 Good look with your goals!
  6. Probably because he is spamming for post count
  7. Add my discord, hunter#8066 Or PM me
  8. Always take the money upfront, or use a middle man. It is the safest way. If someone owes you money for a service simply give them a reasonable deadline and if they do not meat it open a dispute
  9. Add my discord please, looking for a custom account. hunter#8066
  10. They have no financial interest in adding this.... OsBot makes more money if people have a hard time canceling. How many times have you seen threads of people complaining they have paid for a month or two extra because they didn't know how to cancel it....
  11. Disputed Member: @ib0t07 Why it should be removed: No sell occured Details:Helped him but didn't sell anything to him Link to topic:
  12. Features Spin Flax into bowsting in lumbridge castle. Log out when out of flax. Track time running, total xp gain, xp per hour, total flax spun, flax spun per hour, total profit and profit per hour. Multiple location support Seers' village Tree gnome stronghold Barbarian Village Crafting Guild Falador Update log Testing progress
  13. Looking for an account to test some scripts. Needs to have a low level in some basic stats. Needs to be oldish No offences Trusted only Budget is 20$/RSGPs worth Post below or add my discord: hunter#8066 EDIT: Also willing to trade a more decent account for a selected private script
×
×
  • Create New...