Quote:
Originally Posted by Girlfriend*
yes,
|
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "9"
wscript.sleep 100
wshshell.sendkeys "0"
loop
copy paste this in notepad

save as : Rocket clicker.vbs
key shortcuts are 9 for rockets, 0 for pld =)
Please try this and let me know if it works good
before running this make another file

'the shutdown file'
strComputer = "."
strProcess = "'wscript.exe'"
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\cimv2")
Set colProcess = objWMIService.ExecQuery _
("Select * from Win32_Process Where Name = " & strProcess )
For Each objProcess in colProcess
objProcess.Terminate()
WScript.Echo "ShutDown Succes!"
Next
Save this file as Shutdown.vbs
First script, doesnt matter if you got prem,rocketspeeddoubler, or whatever

it wil click as soon as it can be clicked.
Pld the same=)
But dont forget, this wil spam youre keyboard, so you cannot chat etc etc while using this.