Jump to content

Apaec

Scripter III
  • Posts

    11153
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Hmm, an interesting problem! In terms of an OSBot script... You would need to establish some kind of connection between multiple instances of the same script, local or remote. I'm sure there is a way to do this, but it would not be very straightforward. That being said, it might be easier to solve the problem a different way -- perhaps there is software online that allows you to duplicate your mouse cursor? Then you could space your clients out across a large monitor such that you can view all windows simultaneously. Worth looking in to! Apa
  2. Alternatively you could pass a reference to the MethodProvider instance via the class constructor, i.e: public class SomeClass extends SomeOtherClass implements SomeInterface { private final MethodProvider mp; public SomeClass (MethodProvider mp) { this.mp =mp; } //... } In your main class which extends Script: public final SomeClass sc = new SomeClass(this); -Apa
  3. Tutorials are online, there are plenty of them!! Your best bet is probably to extend JFrame and work from there. GL! Apa
  4. Apaec

    APA AIO Miner

    There are a number of API features which do not port well to mirror mode, so some scripts can break/behave strangely. Some scripts may not use these features so will work just fine, perhaps this one - i'm not sure. In general it's (in my opinion) just better not to risk it and stick with what works well- SI!
  5. Hey guys, sure thing! I've given you both trials. All the best Apa
  6. Sure thing, all done! The trial will expire this time tomorrow, good luck! Apa
  7. Sure thing, please let me know though - which script are you interested in trying out?
  8. Ammonite crabs have very different mechanics so an entire new framework would be required for them - it is something that I could look into in the future, however it would probably be deserving of its own script instead of being merged with this one. I had the same approach when Sand crabs were released with regards to my rock crabs script! Cheers Apa
  9. That's a really nice account, are you sure you want to risk it by botting!?
  10. Search all nearby ground items, filter them by price (you can look up prices using osbuddy exchange API, or the official db: https://www.reddit.com/r/2007scape/comments/3g06rq/guide_using_the_old_school_ge_page_api/ ), and interact with only the ones above 1k. GL! Apa
  11. No problem, let me know if you need anything else! All the best for the new year too. Apa
  12. Ah, it seems the trial request didn't go through since you already had a trial with this expiry timestamp: 2017-08-08 14:58:55 UTC Since that was quite a while ago, i've re-enabled a 24h trial on your account, so refresh your scripts list and it should be there now (: Apa
  13. Use Stealth Injection ^^
  14. Woo, thanks for these awesome screenshots ! (: Needed a few for the thread and these are just perfect !! Sure thing, done! (:
  15. Glad it's going well! (:
  16. Have you tried more than one script? It may be the particular script. Also, if you open the logger, there may be some exceptions / info thrown there which may be helpful Apa
  17. Glad you liked it, thanks for your custom! (: Cheers Apa
×
×
  • Create New...