[General]
Description=һץͼ
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=0
EnableWindow=
Enable=0
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content====ճӦ===.
˵.
һץͼ,ץͼ! .
.
ʹ˵.
һץͼ,ץͼ! ,ԼҪͼƬԼ޸.[ڰϿܶ˲ץͼ].ȼΪ<F10>ֹȼΪ<F12>.
.
߽ܡ.
ר Jimmyzs.
.
ڡ.
<2006-9-6>.

[Script]
VBS dim Time
VBS time=200
//áWScript.Shell
VBS set Obj = createobject("WScript.Shell")
//ȡõǰû·FileName
VBS FileName = Obj.SpecialFolders("desktop")
//*********************** ʼ *******************
//ʱTime
Delay Time
//ץ(Print Screen)
KeyPress 44
Delay Time
//лͼ
VBSCall runapp("mspaint.exe")
Delay 5*Time
//ס<CTRL>
KeyDown 17
Delay Time
//<V>--ͼճͼ[CTRL+V]
KeyPress 86
Delay 2*Time
//<S>---ͼ[CTRL+S]
KeyPress 83
Delay Time
//<CTRL>
KeyUp 17 1
//********************
VBS Randomize
//999999999ȡһֵ X
VBS X = Int((99999999 * Rnd) + 1)
Delay Time
//ʽ X---һͼƬ
SayExpression FileName&"\"&X
Delay 2*Time
//<ALT>
KeyDown 18 1
Delay Time
//<S>---ȷ[ALT+S]
KeyPress 83 1
Delay 5*Time
//<F4>---رյǰĴ[ALT+F4]
//Ҳǹص-ͼ
KeyPress 115
Delay Time
//<ALT>
KeyUp 18
