Add files via upload
This commit is contained in:
8
repo/js/QuitGame/main.js
Normal file
8
repo/js/QuitGame/main.js
Normal file
@@ -0,0 +1,8 @@
|
||||
(async function () {
|
||||
keyDown("MENU");
|
||||
keyDown("F4");
|
||||
await sleep(50);
|
||||
keyUp("MENU");
|
||||
keyUp("F4");
|
||||
await sleep(1500);
|
||||
})();
|
||||
Reference in New Issue
Block a user