-
Notifications
You must be signed in to change notification settings - Fork 4
/
cmd.html
270 lines (248 loc) · 8.59 KB
/
cmd.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="keywords"
content="h1-mod, mwr, client, h1, modded mwr, iw7-mod, infinite warfare, iw7, modded infinite warfare">
<meta property="og:title" content="Aurora" />
<meta property="og:description"
content="Aurora is a project that creates clients for Call of Duty: Modern Warfare Remastered (November 2016) & Call of Duty: Infinite Warfare (October 2016)." />
<meta property="og:image" content="content/h1banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://auroramod.dev" />
<link rel="shortcut icon" href="content/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/duotone.css">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="snippet.css">
<title>CMD - Aurora</title>
</head>
<body>
<header>
<a href="https://auroramod.dev" class="logo">
<h3><span><i class="fa-solid fa-a"></i></span></h3>
</a>
<nav class="navigation">
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="SUPPORT">H1-Mod <i
class="fas fa-angle-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="faq.html" class="w3-bar-item w3-button"><i class="fa fa-question"></i> - FAQ</a>
<a href="cmd.html" class="w3-bar-item w3-button"><i class="fa fa-terminal"></i> - CMD</a>
<a href="errors.html" class="w3-bar-item w3-button"><i class="fas fa-exclamation-triangle"></i> -
Errors</a>
<a href="https://docs.auroramod.dev/troubleshoot" class="w3-bar-item w3-button"><i
class="fa fa-tools"></i>
- Repair</a>
<a href="https://docs.auroramod.dev/install" class="w3-bar-item w3-button"><i
class="fa fa-headset"></i> -
Support</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More" style="color: #fff">Other <i
class="fas fa-angle-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="https://docs.auroramod.dev" class="w3-bar-item w3-button"><i class="fa fa-book"></i> -
Docs</a>
<a href="https://github.com/auroramod" class="w3-bar-item w3-button"><i class="fab fa-github"></i> -
GitHub</a>
<a href="https://discord.com/invite/RzzXu5EVnh" class="w3-bar-item w3-button"><i
class="fab fa-discord"></i> - Discord</a>
</div>
</div>
</nav>
</header>
<section class="cmd">
<center>
<h1>Commands - <i class="fa fa-terminal"></i></h1>
</center>
<br>
<!-- TBC -->
<table>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
<tr>
<td>NAME</td>
<td>Modifies your name</td>
</tr>
<tr>
<td>CG_FOV</td>
<td>Adjusts your fov</td>
</tr>
<tr>
<td>CG_FOVSCALE</td>
<td>Adjusts your fovscale</td>
</tr>
<tr>
<td>CG_FOVMIN</td>
<td>Adjusts your fovmin</td>
</tr>
<tr>
<td>QUIT</td>
<td>Closes your game</td>
</tr>
<tr>
<td>RECONNECT</td>
<td>Reconnects to last server you joined</td>
</tr>
<tr>
<td>GOD</td>
<td>Enables Godmode</td>
</tr>
<tr>
<td>NOCLIP</td>
<td>Fly accross the map</td>
</tr>
<tr>
<td>DEMIGOD</td>
<td>Enables Demigod</td>
</tr>
<tr>
<td>UFO</td>
<td>Fly faster</td>
</tr>
<tr>
<td>LISTASSETPOOL</td>
<td>Lists In-Game assets names</td>
</tr>
<tr>
<td>COMMANDDUMP</td>
<td>Dumps In-Game commands</td>
</tr>
<tr>
<td>G_ENABLEELEVATORS</td>
<td>Enables Elevators</td>
</tr>
<tr>
<td>G_SPEED</td>
<td>Adjust player speed</td>
</tr>
<tr>
<td>PM_CS_STRAFING</td>
<td>CSGO Strafing</td>
</tr>
<tr>
<td>PM_CS_AIRACCELERATE</td>
<td>Control Airaccelerate</td>
</tr>
<tr>
<td>PM_BOUNCING</td>
<td>Enables bouncing</td>
</tr>
<tr>
<td>PM_BOUNCINGALLANGLES</td>
<td>Enables bouncing from all angles</td>
</tr>
<tr>
<td>R_FULLBRIGHT</td>
<td>Enables fullbright</td>
</tr>
<tr>
<td>COM_MAXFPS</td>
<td>Adjusts your FPS</td>
</tr>
<tr>
<td>CONNECT</td>
<td>Connect to a server/people's ip</td>
</tr>
<tr>
<td>NET_PORT</td>
<td>Changes server/game port</td>
</tr>
<tr>
<td>G_GAMETYPE</td>
<td>Change game mode</td>
</tr>
<tr>
<td>CG_DRAW2D</td>
<td>Hide/Show HUD</td>
</tr>
<tr>
<td>R_FOG</td>
<td>Enables/Disables FOG</td>
</tr>
<tr>
<td>R_FOG</td>
<td>Enables/Disables FOG</td>
</tr>
<tr>
<td>SENSITIVITY</td>
<td>Adjusts your sensitivity</td>
</tr>
<tr>
<td>TIMESCALE</td>
<td>Adjusts game time</td>
</tr>
<tr>
<td>SPAWNBOT</td>
<td>Spawns Bots</td>
</tr>
<tr>
<td>JUMP_HEIGHT</td>
<td>Adjusts your jump height</td>
</tr>
</table>
</section>
<style>
table,
th,
td {
border: 1px solid;
}
tr td {
color: #fff;
}
table {
max-width: fit-content;
margin: 0 auto;
display: block;
overflow-x: auto;
border-spacing: 0;
background-color: #121212;
border-color: #fff;
}
tbody {
white-space: nowrap;
}
th,
td {
/* position: ; */
font-size: 13px;
text-align: center;
align-items: center;
padding: 1vh 1vw;
border-top-width: 0;
border-left-width: 0;
}
th {
position: sticky;
top: 0;
background: #eb6cc5;
vertical-align: bottom;
}
th:last-child,
td:last-child {
border-right-width: 0;
}
tr:last-child td {
border-bottom-width: 0;
}
</style>
<footer class="footer">
<p class="footer-title">Aurora <span style="color: #a119c3;"><i class="fas fa-code"></i></span></p>
<p class="footer-desc">Aurora is not affiliated with Activision Blizzard, Inc., Infinity Ward, or Raven
Software.
All rights belong to their respective owners.</p>
<div class="social-icons">
<a href="https://github.com/auroramod"><i class="fab fa-github"></i></a>
<a href="https://discord.com/invite/RzzXu5EVnh"><i class="fab fa-discord"></i></a>
</div>
</footer>
</body>
</html>