Just Made This Script and all works wicked..
Real.vbs
Set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.Run (".\RealPlayer.exe")
WScript.Sleep 30000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WshShell.SendKeys " "
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys " "
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys " "
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys " "
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ENTER}"
WScript.Sleep 30000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 6000
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Quit
it also kills the registering process at the end but all you need to do is add the taskkill /f /im realplayer.exe to runcmdex.cmd
Attached File(s)
-
real.vbs (902bytes)
Number of downloads: 18



Help
Back to top









