The only true authority stems from knowledge, not from position.
You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.
How do you play lol?
Edit, I got it, I'm on it!
click the circles to kill them
for script you'd just have to do
find circle zerg guy
move mouse to it
if your cursor turns into a + sign then spam click 5 times or w/e (should take like 1ms to do all these things)
then repeat
The only true authority stems from knowledge, not from position.
You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.
EDIT:
This works much better just hover over the 0's
Simba Code:Program ZergRush;
{$i srl/srl.simba}
const
SX1 = 9;
SY1 = 137;
SX2 = 1885;
SY2 = 978;
Procedure ClickRed;
Var
X,Y:Integer;
Begin
ClickMouse(X,Y,Mouse_Left);
Wait(15);
End;
Begin
Repeat
ClickRed;
Until IsKeyDown(113);
End.
If you remove the wait your Browser will get molested by this script and you may have to risk force closing it lol
There are currently 1 users browsing this thread. (0 members and 1 guests)