Little script. It's nearly impossible to lock you.
Random flying by C0unt Lizzi.
Click in the admin console text field and press F1
Code:
HotKeySet("{F1}", "_go")
HotKeySet("{ESC}", "_exit")
$i = 0
While 1
Sleep(1)
WEnd
Func _go()
$i = Not $i
If $i Then
While 1
Send("1|" & Random(1, 15000, 1) & "|" & Random(1, 15000, 1) & "|" & Random(1, 15000, 1) & "|" & Random(1, 15000, 1))
Send("{ENTER}")
WEnd
Else
While 1
Sleep(10)
WEnd
EndIf
EndFunc
Func _exit()
Exit
EndFunc