11月272017
黑客帝国特效
#include <WindowsConstants.au3>
#include <StaticConstants.au3>
#NoTrayIcon
$wide = 400
$hight =200
$d = Round($wide / 15, 0) + 1
$r = Round($hight / 15, 0) + 1
Global $label[$d][$r]
HotKeySet("{esc}", "_exit")
$gui = GUICreate ("MatrixScreenSaver", $wide, $hight, -1, -1, BitOR($WS_EX_TOPMOST, $WS_POPUP))
GUISetBkColor (0x000000)
$d = Round($wide / 15, 0)
$r = Round($hight / 15, 0)
$mes = 0
$f = 1
$letters = "£¥10234€àá5678?èéê?ìí??D?òó@!?ùú?üYT?àáa9#*&%?èéê?ìí??e?òó??? "
$letcount = StringLen($letters)
$letters = StringSplit($letters,"")
For $h = 0 To $r
For $w = 0 To $d
$label[$w][$h] = GUICtrlCreateLabel($letters[Random(1,$letcount-1,1)], $w*15, $h*15, 15, 15, $SS_CENTER)
GUICtrlSetColor (-1, "0x00" & Random(Dec("11"),Dec("FF"),1) & "00")
GUICtrlSetBkColor (-1, 0x000000)
GUICtrlSetFont (-1, 11, 700, 0, "Lucida Console")
GUICtrlSetCursor (-1, 16)
Next
Next
AdlibRegister("hacker",750)
GUISetState()
While 1
Sleep(750)
WEnd
Func _exit()
Exit
EndFunc
Func hacker()
For $t = Random(0,UBound($label),1) To UBound($label) -1 Step Random(1,UBound($label),1)
For $u = 0 To UBound($label,2) -1 Step Random(1,6,1)
GUICtrlSetData($label[$t][$u], $letters[Random(1,$letcount-1,1)])
GUICtrlSetColor($label[$t][$u], "0x00" & Random(Dec("11"),Dec("FF"),1) & "00")
Next
Next
EndFunc ```
<br />
<br />
扫描二维码,在手机上阅读
木有头像就木JJ啦!还木有头像吗?点这里申请属于你的个性Gravatar头像吧!
貌似没有加退出键?
这个特效不错
啦啦啦啦啦