Add files via upload
This commit is contained in:
15
repo/js/Shutdown/main.js
Normal file
15
repo/js/Shutdown/main.js
Normal file
@@ -0,0 +1,15 @@
|
||||
(async function () {
|
||||
keyDown("LWIN");
|
||||
keyDown("X");
|
||||
await sleep(50);
|
||||
keyUp("LWIN");
|
||||
keyUp("X");
|
||||
await sleep(3000);
|
||||
keyPress("LSHIFT");
|
||||
await sleep(50);
|
||||
keyPress("LCONTROL");
|
||||
await sleep(50);
|
||||
keyPress("U");
|
||||
await sleep(1000);
|
||||
keyPress("U");
|
||||
})();
|
||||
Reference in New Issue
Block a user