Jump to content

Apaec

Scripter III
  • Posts

    11151
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. So the onLoop is continuously called, i.e looping. From what you've said, you seem more or less right, although fail checks can often be implemented as their own state in the onLoop (remember, to maximise robustness, have only a single interaction per onLoop call) rather than 'sequentially'. I'm not entirely sure what you mean by your first question regarding if and else if statements. With regards to your second question, yes - if you go down deep enough, these basic principle apply. However with more complicated scripts this detail is often abstracted away using OO concepts which is a powerful way to encode more meaning/functionality/diversity into a comparatively smaller code size. Apa
  2. Apaec

    APA AIO Miner

    Not sure - have you followed the instructions on the main post? Apa
  3. Well, no-one really knows what is/isn't detectable, so those assumptions can't really be drawn. I recommend Injection over mirror for a few reasons: the script works as intended on injection stealth injection is less resource intensive stealth injection is free If you're worried about bans, bot carefully! Use short sessions with generous breaks, and play legitimately between sessions. For more info: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ -Apa
  4. This sounds you're using mirror mode - i'd highly recommend against that - please switch to stealth injection! For more information, please see the 'things to consider before buying/trying' section on the initial post. -Apa
  5. Hey, How does it mess up? -Apa
  6. Hey, As BronzeTier helpfully quoted, mirror mode doesn't seem to support this script. Please switch over to stealth injection and your issues will be solved (despite the same code running!) Apa
  7. There are many factors which can result in a ban, and worst of all bans are unpredictable and pretty random. To minimise your chances, play it safe - keep sessions short, use generous breaks, play legitimately in between, and most of all, make sure you accept that there is always a risk! Don't bot on an account that you don't want to get banned. -Apa
  8. IIRC there was an update where you can create, move around and delete rooms from an interface in the settings menu. That should be your starting point! Also, widgets are what you're looking for: https://osbot.org/api/org/osbot/rs07/api/Widgets.html Apa
  9. You're creating a new combo box object every time you change the selection of the first one! That's unnecessary. Since you haven't posted your full code, I can't accurately give you a solution, but try modifying the current selected item in the combo box (google 'combobox set selected item' or something along those lines) Apa
  10. Haha, glad you got it figured out! In future, it's worth noting that the console logger will always tell you the reason that the script stops. (perhaps you already found this out though!) -Apa
  11. Hi, Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week! Also, when you do come back, please let me know which script you would like a trial for as I have quite a few! Apa
  12. Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week or so! Apa
  13. Woah That's some pretty serious progress! Hopefully already paid off the $5!
  14. Heya both - trials have been activated. Enjoy! -Apa
  15. Np! You can pay with RSGP, however not directly, rather you must first buy a voucher to subsequently redeem for in-store credit. The store is maintained by OSBot staff and not the scripters, so I am unable to take payment directly (OSBot must take their share). Here is a link to the vouchers subforum: https://osbot.org/forum/forum/227-vouchers/ Let me know if you have any further questions! Apa
  16. Oh gosh - that's not ideal. I'll add this to the list of escape routes which I need to implement. Thanks!
  17. Ah - yes, random events. As I mentioned, there's an option for dismissing them in the OSBot settings:
  18. Hey, Not really sure what exactly you mean by this - if you're talking about random events, there's an option to dismiss them in the OSBot settings (this is separate to the script) If that's not what you were asking, please could you elaborate? -Apa
×
×
  • Create New...