Results 1 to 5 of 5

Thread: right click?

  1. #1
    Join Date
    Jan 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default right click?

    I am making a potion making bot and i need the bot to right click items so you can bring them out in 14 amounts.

    I thought using this would do it but its not.

    ClickMouse(37, 86, 2);

    Help would be appreciated.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    DO NOT use ClickMouse,HoldMouse,MoveMouse,MoveMouseSmooth etc in your script!
    Those are extremely robotic/instant and can get you banned easily!
    Instead use MMouse/Mouse (found inside the SRL include).
    I suggest you look at some scripts, and read some more tutorials!

  3. #3
    Join Date
    Jan 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am mostly making personal scripts for my other accounts to make money for my main.

    Already made a tele tab maker.

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Doesn't matter what/who they are for, using those functions will get you banned.

  5. #5
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Make sure you give YoHoJo credit for helping you--he's awesome and deserves it.

    As for advice, when withdrawing items from the bank, it would be best just to use Withdraw.

    Simba Code:
    Withdraw(1, 1, 25);

    The first parameter is the row of which you wish to withdraw from.
    The second parameter is the column of which you wish to withdraw from.
    The third parameter is the number of which you wish to withdraw.

    If the number is something like 16, 37, or 902, the bot will click "Withdraw-X" and type in the corresponding number.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

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
  •