<!--quoteo(post=1993132:date=Oct 18 2012, 10:57 AM:name=Scythe)--><div class='quotetop'>QUOTE (Scythe @ Oct 18 2012, 10:57 AM) <a href="index.php?act=findpost&pid=1993132"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I got an average of 265ms and a best of 206ms.
Then I wrote this:<!--QuoteEnd--></div><!--QuoteEEnd-->
I think you could make a rudimentary aimbot with AHK.. just make it look for magenta on screen and make a bright magenta skin for skulks. Move to magenta. :)
Comments
Well I posted 3 times, all with 5 clicks.
213.9, followed by 212 followed by 207.8.
It is now 7am and I have been up for nearly a day, most of which was spent programming.
I am an old man of 36... I'm definitely not as sharp as I was...
Then I wrote this:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->#singleinstance force
while 1
{
MouseGetPos, xpos, ypos
PixelGetColor, detectedColour, xpos, ypos
if (detectedColour = 0x33CC00)
{
MouseClick
}
Sleep, 1
}<!--c2--></div><!--ec2-->
Average of 25ms and a minimum of 6ms!
Take that, the system.
--Scythe--
Then I wrote this:<!--QuoteEnd--></div><!--QuoteEEnd-->
I think you could make a rudimentary aimbot with AHK.. just make it look for magenta on screen and make a bright magenta skin for skulks. Move to magenta. :)
Also I've found it helps to keep your finger pressured on the button, right before it clicks, that shaved 35ms off my times.