Results 1 to 5 of 5

Thread: Spam Clicking

  1. #1
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default Spam Clicking

    Well I'm finally updating my RangeGuilder to do spam clicking of the targets. However, even though I created a function to click fast, it still doesn't spam click fast enough.

    Here is what I'm using:
    Simba Code:
    {* This is a straight rip of Mouse(), but just clicks a lot faster *}
    procedure SpamClickMouse(left: Boolean);
    begin
      ClickMouse2(left);
    end;

    And I'm calling it like this (it's in a loop):
    Simba Code:
    SpamClickMouse(True);

    Any suggestions on either getting it to click faster or another method of speeding up the shooting process?

    Thanks!
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  2. #2
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Look at MSI_MultiMouse in MSI's Antiban.simba.

  3. #3
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    why don't you just call ClickMouse2(True) instead of wrapping it in a function? Im pretty sure thats a few ms saved.

  4. #4
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Thanks Coh3n, I'll look at that.

    King, I was just testing it around and originally had variables being passed in. I guess it would help taking it out of the function call though.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  5. #5
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Camo, I don't know what is detailed inside the area of MSI that Coh3n mentioned, but you would want to use HoldMouse() and ReleaseMouse(). If you loop if a few times with a small wait between the two, and a small wait after ReleaseMouse() I think you will get what you are wanting. You have to use MMouse() and move to the coordinate before using those two, though.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

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
  •