-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWindows-93_slow.js
42 lines (37 loc) · 923 Bytes
/
Windows-93_slow.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// =============================================================================
// Title: Start Windows93
// Author: @beigeworm | https://github.com/beigeworm
// Description: Start Windows93 through a browser and fullscreen.
// Target: Windows 10
// =============================================================================
// *USB SETTING*
// startup
// =============================================================================
// Script Setup
layout('us');
// typingSpeed(1,1);
// Main Payload
delay(500);
press("GUI r");
delay(1500);
type("cmd");
delay(200)
press("CTRL SHIFT ENTER");
delay(2000);
press("ALT y");
delay(2500);
type("taskkill /F /IM msedge.exe /T > nul")
delay(100);
press("ENTER");
delay(500);
type("exit")
delay(100);
press("ENTER");
delay(2000);
press("GUI r");
delay(1500);
type("msedge.exe --new-window -kiosk www.windows93.net");
delay(200)
press("ENTER");
delay(1500);
press("F11");