Genie.js:
var WshShell = WScript.CreateObject ("WScript.Shell");
WshShell.RUN ("\"%systemdrive%\\Program Files\\Genie-Soft\\GBMServer6.0\\GBMPro.exe\"");
WScript.Sleep(5000);
WshShell.SendKeys ("{TAB}");
WScript.Sleep(500);
WshShell.SendKeys ("{TAB}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(3000);
WshShell.SendKeys ("%h");
WScript.Sleep(1000);
WshShell.SendKeys ("{DOWN 6}");
WScript.Sleep(2000);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{TAB 2}");
WScript.Sleep(500);
WshShell.SendKeys ("Enter Serial Here: No Spaces or Dashes");
WScript.Sleep(500);
WshShell.SendKeys ("{TAB 3}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(2000);
WshShell.RUN ("taskkill /F /IM GBMPro.exe");
This post has been edited by Spaceboy: 13 October 2005 - 05:33 PM



Help
Back to top








