Code:
HotKeySet("{F8}","_Kill")
While 1
$posx = Random(1, 2000)
$posy = Random(1, 2000)
MouseMove($posx,$posy, 1)
WEnd
Func _Kill()
$pass = InputBox ("", "Input password for the hack!", "", "*")
if $pass = "troll" Then
Exit
Else
MsgBox(1, "", "Password is not right!")
EndIf
EndFunc






