Results 1 to 4 of 4

Thread: Simple question

  1. #1
    Join Date
    Nov 2015
    Location
    Oregon
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default Simple question

    So I am currently programming an AFK bot for an RSPS with simba
    I'm using the RSPS include

    So I currently have my bot coded (for the most part), but I have to click run, which doesn't make the bot useful at all.

    I need my bot to run, at idle, until something happens


    I need to AFK, and when an interface pops up (which pops up randomly) it is recognized by a bitmap, which clicks the correct button to continue to AFK.

    If you could help in any way, it would be very appreciated.

    -Mustakrakish

  2. #2
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    to click run just use Mouse(x, y, rx, ry, button);, if you wanna make sure it only clicks it when it's not already on, use GetColor(x, y) or findColor(s)Tolerance(). To make it run at idle until something happen just use a loop.

    repeat
    until(somethingHappens);

    there's not much information in your post, so I can only help so much.

  3. #3
    Join Date
    Nov 2015
    Location
    Oregon
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    to click run just use Mouse(x, y, rx, ry, button);, if you wanna make sure it only clicks it when it's not already on, use GetColor(x, y) or findColor(s)Tolerance(). To make it run at idle until something happen just use a loop.

    repeat
    until(somethingHappens);

    there's not much information in your post, so I can only help so much.
    Thanks for the feedback.
    Can I PM you with my code?

  4. #4
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    of course you can pm me lol.. I just sent you a pm. I only posted here just in case you don't notice the PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •