[Common]
Description=
HotKeyStart=118
HotKeyStop=122
Enabled=1
RunOnce=1

[Script]
var h=0
//ʾͺͽսűͬ
//ˣӳ1Ϊ˵ȴNetWaitһű
Delay 1000
//Զ˼
set h=NetConnect("LocalHost",33333)
//Ϣ33333˿
do NetSendEx(h,"Script Expert Message"+AsciiToChar(13)+AsciiToChar(10)+"###")
//󣬶Ͽ
do NetDisconnect(h)
