Results 1 to 14 of 14

Thread: Improve mouse speed?

  1. #1
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default Improve mouse speed?

    Because human can't move mouse at certain speed constantly, should we add a mouse moving procedure that could accelerate and decelerate
    Oh Hai Dar

  2. #2
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Nope.

    Why? Because I does not accelrate my mouse. I move in at a certain speed...

  3. #3
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    SRL's mouse procedure move at a random speed. I saw it do that the other day.
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  4. #4
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zytex! View Post
    Nope.

    Why? Because I does not accelrate my mouse. I move in at a certain speed...
    no you don't. You're not always moving your mouse at the same speed.
    and also, i don't think this is necessary cz I don't think jagex tracks mouse movements.

  5. #5
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Hugolord View Post
    no you don't. You're not always moving your mouse at the same speed.
    and also, i don't think this is necessary cz I don't think jagex tracks mouse movements.
    When I play games like CS I do move it in the same speed, but when I search forums and stuff I do not.

  6. #6
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    When I play, I accelerate my mouse speed, not sure if scar accelerate.
    Oh Hai Dar

  7. #7
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zytex! View Post
    When I play games like CS I do move it in the same speed, but when I search forums and stuff I do not.
    Dude, it's not POSSIBLE for a human to move your mouse at the same SPEED for more than 3 seconds you will probably accelerate or decelerate a little bit, it's like riding a bike you can't cycle at the same speed all the time.

  8. #8
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Hugolord View Post
    it's like riding a bike you can't cycle at the same speed all the time.
    what if I don't move?


    any ways, I've never recall seeing scar have random mouse speed, the speed might be 14 the one minute and 15 then next, but not sure about constantly changing
    Oh Hai Dar

  9. #9
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Woah im superhuman O.o

    Yeah, ofcourse I do decelerate in the end, but mainly same speed always.

  10. #10
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    i used that as antiban in Lesser Hassler, though i used:
    mousespeed := 10,11,12,13,7,9 something like that so its kinda humanish

  11. #11
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Hmm... after doing some thinking...
    YES we should have deecelerate in our mouse procedure! It will look extremely cool.

  12. #12
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    We HAVE that!

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  13. #13
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Urgghhh

    SCAR Code:
    procedure MMouse(x, y, rx, ry: integer);
    var
      cx, cy: integer;
      randSpeed: extended;
    begin
      randSpeed:= (random(MouseSpeed) / 2.0 + MouseSpeed) / 10.0;
      if randSpeed = 0.0 then
        randSpeed := 0.1;
      getMousePos(cx,cy);
      X := x + random(rx);
      Y := y + random(ry);
      WindMouse(cx,cy,x,y,9.0,3.0,10.0/randSpeed,15.0/randSpeed,10.0*randSpeed,10.0*randSpeed);
    end;

    Check Mouse.scar, it's all in there!

  14. #14
    Join Date
    Mar 2009
    Location
    About six feet off the ground.
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Now that I'm paying attention to how I actually move my mouse, maybe there should be a function that makes the mouse stop periodically, simulating moving my finger back to the trackball (I have a mouse that has an external trackball that I move with my thumb).
    I suppose this would also help those with laptops that actually use their Synaptics (or whatever brand) touchpad.
    ~Zeek
    Last major script: November 2009
    Attempted to rejoin: January 2011
    Rejoining: [][][][][]
    Current task: writing basic alching script

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 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
  •