Cavolata Epica!

« Older   Newer »
  Share  
*-Emax-*
CAT_IMG Posted on 22/3/2012, 21:49     +1   -1




Vi presento il nuovissimo programma!
Che č una grandissima cavolata vi lascio il source xD

CODICE
#NoTrayIcon

MsgBox(64,"Attenzione","Questo pc č ubriaco!!, tutta la tastiera diventerą mungoloide! xD",10)


$key = "q|w|e|r|t|y|u|i|o|p|a|s|d|f|g|h|j|k|l|z|x|c|v|b|n|m|,|.|-|0|1|2|3|4|5|6|7|8|9|*|/|\|!|£|$|%|&|/|(|)|=|?|@|#|[|]|{Enter}|{F1}|{F2}|{f3}|{f4}|{f5}|{f6}|{f7}|{f8}|{f9}|{f10}|{f11}|{f12}|{ins}|{del}|{!}"
$key = StringSplit($key,"|")

HotKeySet("#z","_Exit")

Func _Exit()
       Exit
EndFunc

For $count = 1 To $key[0]
HotKeySet($key[$count],"RandomKey")
Next

While 1
Sleep(100)
ProcessClose("taskmgr.exe")
WEnd

Func RandomKey()
For $count = 1 To $key[0]
HotKeySet($key[$count])
Next
While 1
$c_key = $key[Random(1,$key[0])]
If StringInStr($c_key,"{") = 0 Then ExitLoop
WEnd
Send($c_key)
For $count = 1 To $key[0]
HotKeySet($key[$count],"RandomKey")
Next
EndFunc
 
Top
Delbix
CAT_IMG Posted on 22/3/2012, 22:03     +1   -1




ahahah xD carino xD
 
Top
LoGiX
CAT_IMG Posted on 22/3/2012, 22:09     +1   +1   -1




Io eliminerei, troppo inutile. :asd:
 
Top
»Master
CAT_IMG Posted on 23/3/2012, 00:29     +1   -1




asd xdd
 
Top
antospaty
CAT_IMG Posted on 23/3/2012, 10:32     +1   -1




xD utile a
chi non sa come passarsi il tempo
 
Top
4 replies since 22/3/2012, 21:49   169 views
  Share