PDA

View Full Version : Madness Reaction Time



Erke
01-28-2012, 08:51 PM
Hello guys, this is a fun little thing I did while waiting for some friends to come online to play some LoL, oh well!
http://www.hamsterpaj.net/onlinespel/madness-reaction-time
^Link to the onlinegame, just load the page, drag the crosshair and click start!
I had a avarge reaction time on 0.005-0.010 seconds and cleared 74 rounds

//Welcome to my Script!
//Just start the game, drag the crosshair to the game client and hit start!
program DodgeTheBullet;
{$i srl/srl.simba}

procedure StartGame;
begin
Mouse(323, 384, 0, 0, true);
Wait(1500);
Mouse(324, 371, 0, 0, true);
end;

procedure Dodge;
var
X, Y: integer;
begin
MMouse(128, 219, 0, 0);
repeat
wait(1);
until Findcolorspiraltolerance(X, Y, 16777215, 38, 168, 180, 306, 5);
ClickMouse2(true);
WriteLn('we clicked!');
Wait(4000);
end;

procedure RestartGame;
begin
Mouse(313, 249, 0, 0, true);
Wait(1500);
Mouse(316, 372, 0, 0, true);
Wait(1000);
end;

begin
SetupSRL;
StartGame;
repeat
Dodge;
RestartGame;
until(false);
end.

Supertrent1
01-30-2012, 04:01 AM
Do you have to start the game, drag it over, let the round finish, drag it over again, ect. ect. or once you have set it up, your done?

Main
01-30-2012, 05:34 AM
OMggg this is acturally sooo fun!:P

Am really glad you made this, ain't it awsoome when you can apply skills you learnt here at other games? I got to lvl 45 or something and still enjoying/laughing my ass off watching you matrix the bullet.

Here, change it to this line
repeat
until Findcolorspiraltolerance(X, Y, 16777215, 80, 220, 85, 225, 5);

Much faster:P

I got to level 219, its now stuck at 0.08 reaction it seems:P and the script now clicks either at 0.004 or 0005 seconds lol...

EDIT: Beat the game at lvl 300:P it stops at 0.07 as final and easily beasts it:P

Erke
01-30-2012, 07:12 AM
OMggg this is acturally sooo fun!:P

Am really glad you made this, ain't it awsoome when you can apply skills you learnt here at other games? I got to lvl 45 or something and still enjoying/laughing my ass off watching you matrix the bullet.

Here, change it to this line
repeat
until Findcolorspiraltolerance(X, Y, 16777215, 80, 220, 85, 225, 5);

Much faster:P

I got to level 219, its now stuck at 0.08 reaction it seems:P and the script now clicks either at 0.004 or 0005 seconds lol...

EDIT: Beat the game at lvl 300:P it stops at 0.07 as final and easily beasts it:P

Haha gald that someone tested it out and liked it :) Will test the line you posted ^^

P1nky
01-30-2012, 07:18 AM
Ran the script ... Good Job, but no fence the game is quite eh :/

Mat
01-30-2012, 09:18 PM
This was pretty Sick :)
Love how its got the Nice SRL Mouse :) so its nice and smooth.
Mat

Erke
01-30-2012, 09:43 PM
This was pretty Sick :)
Love how its got the Nice SRL Mouse :) so its nice and smooth.
Mat

Feels to awesome to hear from you guys that you think that this script was fun :D

funnyman9292
01-31-2012, 03:47 AM
Lulz i enjoyed this

Sirenia
04-02-2012, 09:49 AM
This was like so awesome? :D