Update payload

This commit is contained in:
Joel Serna Moreno 2018-05-24 01:01:01 +02:00 committed by GitHub
parent 9b4aaaea9b
commit 1ac4c628bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,5 +8,9 @@ void setup() {
void loop() {
delay(5000);
CommandAtRunBarMSWIN("iexplore -k http://fakeupdate.net/win10u/index.html");
delay(5000);
Keyboard.press(KEY_F11);
delay(100);
Keyboard.releaseAll();
while(1);
}