Update payload
This commit is contained in:
parent
9b4aaaea9b
commit
1ac4c628bd
|
@ -8,5 +8,9 @@ void setup() {
|
||||||
void loop() {
|
void loop() {
|
||||||
delay(5000);
|
delay(5000);
|
||||||
CommandAtRunBarMSWIN("iexplore -k http://fakeupdate.net/win10u/index.html");
|
CommandAtRunBarMSWIN("iexplore -k http://fakeupdate.net/win10u/index.html");
|
||||||
|
delay(5000);
|
||||||
|
Keyboard.press(KEY_F11);
|
||||||
|
delay(100);
|
||||||
|
Keyboard.releaseAll();
|
||||||
while(1);
|
while(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue