Results 1 to 3 of 3

Thread: How do I speed up the mouse on this 1?

  1. #1
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default How do I speed up the mouse on this 1?

    how do i speed up the mouse on this script. Yes, I know it isnt mines but it is dropping too slow for my taste.

    SCAR Code:
    // RS-Bitch Made by M0ng00se \\
    //Thanks to Bego and ClashFan\\
    //For the tutoring and help \\
    ////////////////////////////\\
    //For Support, Feedback, and \\
    //Comments or questions, email to\\
    //Supercrosser_23@hotmail.com\\
    /////////////////////////////\\
    Program RSBuddy;
    {.Include SRL/SRL.scar}


    Const
    //////Inventory Dropper
    DropEverything=false;


    Procedure ClearInventory;
    begin
      If(IsFkeydown(12))then
      begin
      Dropto(6,28);
        end else;
      end;


    Begin
    SetupSRL;
    repeat
    ClearInventory;
    until(false)
    end.

  2. #2
    Join Date
    Nov 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Go to includes/SRL/SetupSRL.scar and just run it.. then u can choose mouse speed there. When u put smaller number then the mouse is faster.

  3. #3
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    ok dokie thank you for help.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse speed
    By Mamby in forum OSR Help
    Replies: 4
    Last Post: 10-21-2007, 03:58 AM
  2. Mouse speed?
    By Covert in forum OSR Help
    Replies: 4
    Last Post: 07-14-2007, 01:38 PM

Posting Permissions

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