Results 1 to 8 of 8

Thread: MMouse, and any other mouse procedure running slow.

  1. #1
    Join Date
    Dec 2011
    Posts
    273
    Mentioned
    0 Post(s)
    Quoted
    39 Post(s)

    Default MMouse, and any other mouse procedure running slow.

    Hello guys,

    I did some digging and couldn't get an answer to best support my issue.

    Problem:

    When I find a color, and tell it to mmouse(X, Y, 0, 0);

    It moves as slow as mollasses, or as slow as paint drying on a wall...

    I did research and already had 'SetupSRL;' in my main loop.


    Here is my MAINLOOP for better reference

    Simba Code:
    begin
    wait(50);
    SetupSRL;
    Wait(50);
    ActivateClient;
    MouseSpeed := 60;
    Runes := 0;
    Inventory := ExplodeBox(IntToBox(564, 214, 729, 459), 7, 4);
    repeat
    Crafting;
    Banking;
    IncEx(Runes, 53);
    Progress;
    until(Runes > 54000);
    end.

    It will sometimes work as fast as I need
    youtube.com/watch?v=o1iwwTWUx9k

    And sometimes it doesn't work as fast... Is it a problem with SIMBA, or what?
    "What can't hurt you, try it. What can kill you, do it!"

    Scripts Completed: 3
    Amount Released : 2

  2. #2
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    When you say it sometimes can be slow as molasses, can you put up a short video showing that as well?

  3. #3
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by VillaVuFTW View Post

    And sometimes it doesn't work as fast... Is it a problem with SIMBA, or what?
    when it runs slow println the mouseSpeed

  4. #4
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Lol your selling that script for 15$... yikes.

  5. #5
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Olly View Post
    Lol your selling that script for 15$... yikes.
    yea it seems that it is a pretty easy script

  6. #6
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    the same thing used to happen to me a long time ago, I don't think it's a problem with your script. Try restarting your computer

  7. #7
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    what if you do after setupsrl;
    MouseSpeed := 25;
    or MouseSpeed := 35;

  8. #8
    Join Date
    Dec 2011
    Posts
    273
    Mentioned
    0 Post(s)
    Quoted
    39 Post(s)

    Default

    It's not a mouse speed issue, it moves...

    As it slides across the screen...

    I've tried restarting my computer.

    And also, for the guy saying YIKES $15.00... It can easily make it back through making gold ingame :P
    "What can't hurt you, try it. What can kill you, do it!"

    Scripts Completed: 3
    Amount Released : 2

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
  •