Jump to content

SXForce

Members
  • Posts

    537
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

SXForce last won the day on May 16 2013

SXForce had the most liked content!

Profile Information

  • Gender
    Male
  • Location:
    Black Hole

Recent Profile Visitors

1979 profile views

SXForce's Achievements

Mithril Poster

Mithril Poster (6/10)

364

Reputation

1

Community Answers

  1. Hi if you see this...I'm saying hi.

  2. Hi if you see this...I'm saying hi.

  3. This is both good and bad news. I do have a fulltime job and only have a holiday at the end of this year to work on script conversion (osb 1 to 2). So I was thinking about updating my scripts for OSBot then. Now that is not possible anymore. Anyway, good luck on OSBot 2!
  4. i heard ur snapescript needs fixing go fix pls :)

  5. No built-in methods. But you can create your own. This one avoids OSBot missclicks on low CPU PC's: if(client.getConfig(172) == 1) { // If auto-retaliate is off // Open attack tab openTab(Tab.ATTACK); // Define area of retaliate button RectangleDestination retalitate = new RectangleDestination(new Rectangle(569, 358, 150, 46)); // First move to auto-retaliate box client.moveMouseTo(retalitate, false, false, false); // Wait a bit sleep(random(300, 500)); // Then click (this avoids missclicks by OSBot) client.moveMouseTo(retalitate, false, true, false); } Have fun!
  6. Not that I really mind, but why create a script that already exists and has more features. a.k.a. SXAnkous Runes are going to crash sooooo hard now. ty
  7. For less trusted S/W could you make trusted S/W review the code is the less trusted S/W agree to it SW's cannot see other SW's code. ;)
  8. Well, I just got this permission and tested it too. Works great! Anyway, OSBot has a good leverage on scripters with premium scripts. So I don't think any scripter would be that stupid do wrong with this!
  9. , maybe started the script while not logged in? :P
  10. Haha, i made something like this 2 days ago haha. I had to make some long walks for my script and didnt want to do that myself ofc! Nice work anyway.
  11. SXForce

    Raflesia

    What level is he now?
  12. I'am glad that JavaFX is finally used in a bot. It always used to be Swing because it was the easiest way to implement, even though Swing is very old. I'am looking forward to OSBot 2!
×
×
  • Create New...