What are your Reactions like?

Nah don't feel too bad I cheated big time but I DID create the cheat myself. This script took me about 2 minutes to write. The scripting language is AutoIT. Execute the script, mouse over the part that turns green and you are now a ninja!

Code:
;Reaction Cheat By 0_00_0 @ BlackHatWorld
While True
    $mousePos = MouseGetPos()
    $pColor = PixelGetColor($mousePos[0], $mousePos[1])
    If $pColor = Dec("4BDB6A") Then
        Sleep(50) ;toggle for more realistic scores >100ms
        MouseClick("left")
    EndIf
    Sleep(1)
WEnd

The issue is that if you get even 1/5 of your scores under 100ms then your score doesn't count :\. Play with the sleep timer depending on your computer and whatnot. I noticed when I had a Twitch video going it, it was really affecting the reaction time and the script couldn't even get anything under 200ms.

Anyways, RIP my high scores :P.

Oh snap, and phew. You blackatting rascals, I'm about a tech savvie as a grasshopper so I don't even know how to do that.:10: Good to know my reflexes are sharp after all tho.
 
Back
Top