-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmt.bat
More file actions
107 lines (106 loc) · 2.1 KB
/
tmt.bat
File metadata and controls
107 lines (106 loc) · 2.1 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@echo off
goto a
:a
cls
color 02
echo ====Welcome to TMTOS!======
echo .1.1.1.1.1.1.1.1.1.1.1.1.1
echo 1.1.1.1.1.1.1.1.1.1.1.1.1.
echo .1.1.1.1.1.1.1.1.1.1.1.1.1
echo 1.1.1.1.1.1.1.1.1.1.1.1.1.
echo .1.1.1.1.1.1.1.1.1.1.1.1.1
echo 1.1.1.1.1.1.1.1.1.1.1.1.1.
echo =Q=========================
echo %date% %time% & tzutil /g
timeout 1 > nul
choice /c q1 /n
if %errorlevel%==1 goto start
if %errorlevel%==2 goto a
goto a
:Start
cls
color 04
echo Q Go back to desktop
echo 1 Telehack (TELNET CLIENT REQURIED)
echo 2 Calculator (OPENS CALCULATOR APP)
echo 3 Notepad (OPENS NOTEPAD APP)
echo 4 About
echo 5 oops!
echo 6.
echo D Next
choice /c q123456d /n
if %errorlevel%==1 goto a
if %errorlevel%==2 goto tele
if %errorlevel%==3 goto calc
if %errorlevel%==4 goto notep
if %errorlevel%==5 goto ab
if %errorlevel%==6 goto oops
if %errorlevel%==7 goto F
if %errorlevel%==8 goto Start2
:Start2
cls
color 04
echo Q Go Back
echo 1 Telehack (TELNET CLIENT REQURIED)
echo 2 Calculator (OPENS CALCULATOR APP)
echo 3 Notepad (OPENS NOTEPAD APP)
echo 4 About
echo 5 oops!
echo 6.
echo D Next
choice /c q123456d /n
if %errorlevel%==1 goto Start
if %errorlevel%==2 goto tele
if %errorlevel%==3 goto calc
if %errorlevel%==4 goto notep
if %errorlevel%==5 goto ab
if %errorlevel%==6 goto oops
if %errorlevel%==7 goto F
if %errorlevel%==8 goto Start3
:oops
cls
color 03
echo Oops! for TMTOS
echo Q Go back to desktop (Exit)
echo 1 Crash!
echo 2 Help
choice /c q12 /n
if %errorlevel%==1 goto a
if %errorlevel%==2 goto crash
if %errorlevel%==3 goto oopshelp
:oopshelp
echo -O o p s ! f o r T M T O S-
echo Just a program to crash the TMTOS
echo Simply press 1 to just crash!
pause
goto oops
:F
goto a
:tele
color 07
telnet telehack.com
echo ** TELNET IS REQURIED! **
echo Go to turn windows features on or off
echo and scroll down if telnet is checkmarked or not
echo If not, Click checkbox and click OK
pause
goto a
:calc
start calc
goto a
:notep
start notepad
goto a
:ab
echo TMT-OS Beta Build II
echo (C) 2024 Thany Inc.
echo https://github.com/thany2010
pause
goto a
:crash
cls
color 17
echo TMTOS has crashed!
echo It will restart automatically.
timeout 5 > nul
goto a