လူမစွမ်းသော်လည်း Notepad က မမှာလား?

marnatJuly 14, 20101min710

လူတွေအချို.ရှိကြတယ်။ပြောမရဲဘူး(ကိုယ်ချစ်တယ်ဆိုတာကိုလေ)။ဒါကတော့သင့်ကိုကူညီးပေးရင်ပေးပါလိမ့်မယ်။သေချာစဉ်းစားပြီးသုံးရင်တော့ virius ရေးတဲ့နေရာမှာကူညီကောင်းကူညီမှာပါ။
ဒါကတော့ notepad မှာသူ.အလိုအလျှောက်စာရေးပေးမှာပါ။
Notepad အသစ်တစ်ခုဖွင့်လိုက်ပါ။
set wshshell = wscript.CreateObject(“wscript.shell”)
wshshell.run “Notepad”
wscript.sleep 2000
wshshell.AppActivate “Notepad”
WshShell.SendKeys “Ma”
WScript.Sleep 500
WshShell.SendKeys ” Yar”
WScript.Sleep 500
WshShell.SendKeys ” I ”
WScript.Sleep 500
WshShell.SendKeys “Love ”
WScript.Sleep 500
WshShell.SendKeys “You”
ပြီးရင် Mayar.vbs ဖြင့် Save မှတ်လိုက်ပါ။
Run ကြည်.လိုက်ပါ။
Notepad ပေါ်မှာMa Yar I Love You ဆိုပြီးသူဘာသာသူရေးပါလိမ့်မယ်။