Because human can't move mouse at certain speed constantly, should we add a mouse moving procedure that could accelerate and decelerate
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
Nope.
Why? Because I does not accelrate my mouse. I move in at a certain speed...
SRL's mouse procedure move at a random speed. I saw it do that the other day.
Originally Posted by irc
When I play, I accelerate my mouse speed, not sure if scar accelerate.
Oh Hai Dar
Woah im superhuman O.o
Yeah, ofcourse I do decelerate in the end, but mainly same speed always.
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
Hmm... after doing some thinking...
YES we should have deecelerate in our mouse procedure! It will look extremely cool.
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!
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!
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
There are currently 1 users browsing this thread. (0 members and 1 guests)