Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. 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! But eventually it would succeed in logging in, would it not?
  2. When worldhopping, the script is no longer in control (code is handled by the client) as logging in requires sensitive info which the script does not have access to (i.e your account user/pass) However, from what you've said, it sounds like the client is behaving in the way one would expect - re-trying log in. I'm not sure what the problem is here? Apa
  3. Thanks for the log - i'll take a look at the relevant obstacle but it could just be a camera angle thing. I will have to work on a system to prevent this from being a problem Apa
  4. I believe the issue was to do with mirror mode Thanks for this screenshot, that's a pretty high exp rate, grats on the gains! Apa
  5. That's some pretty awesome progress, congrats on the gains!!
  6. Hey, If you're requesting a trial, since your last trial was just over a year ago, i've activated a fresh one as a few things may have changed with the script - enjoy! Apa
  7. Both trials activated - thanks for stopping by! Apa
  8. As deceiver said, intelliJ is far more... intelligent. It has loads more features and is generally the tool of preference at the moment. I use eclipse for OSBot scripts mostly because it is what I learned to use initially. The interface is comparatively simplistic and in my opinion more intuitive for people starting out. I do use other IDEs and sometimes plain text editors for other java projects. It's preference really - use whichever you are more comfortable with!
  9. Trial activated, also replied to your PM. Apa
  10. 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
  11. Apaec

    APA AIO Miner

    Not sure - have you followed the instructions on the main post? Apa
  12. 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
  13. 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
  14. Hey, How does it mess up? -Apa
  15. 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
  16. 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
  17. 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
  18. 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
×
×
  • Create New...