-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
433 lines (320 loc) · 20.8 KB
/
index.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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html class="writer-html5" lang="es" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Inicio — MKLinkList</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/Custom-RTD.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/translations.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="index" title="Índice" href="genindex.html" />
<link rel="search" title="Búsqueda" href="search.html" />
<link rel="next" title="Consideraciones" href="MKLinkList/index.html" />
<link rel="apple-touch-icon" sizes="180x180" href="_static/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="_static/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="_static/img/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="_static/img/favicons/favicon-16x16.png">
<link rel="manifest" href="_static/img/favicons/site.webmanifest">
<link rel="mask-icon" href="_static/img/favicons/safari-pinned-tab.svg" color="#36393f">
<link rel="shortcut icon" href="_static/img/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#36393f">
<meta name="msapplication-TileImage" content="_static/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="_static/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#36393f">
<link href="_static/css/Custom-RTD.css" rel="stylesheet" type="text/css">
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#">
<img src="_static/Logo.png" class="logo" alt="Logotipo"/>
</a>
<div class="version">
0.8.30
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Buscar documentos" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="MKLinkList/index.html">Consideraciones</a><ul>
<li class="toctree-l2"><a class="reference internal" href="MKLinkList/index.html#requisitos">Requisitos</a></li>
<li class="toctree-l2"><a class="reference internal" href="MKLinkList/index.html#proceso-de-instalacion">Proceso de Instalación</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW1/index.html">Call of Duty + Call of Duty: United Offensive</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW1/index.html#crack-cod">Crack (CoD)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW1/index.html#crack-cod-uo">Crack (CoD: UO)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW2/index.html">Call of Duty 2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW2/index.html#crack">Crack</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW3/index.html">Call of Duty 4: Modern Warfare</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW3/index.html#crack-retail">Crack (Retail)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW3/index.html#crack-steam">Crack (Steam)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW3/index.html#cod4x">CoD4X</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T4/index.html">Call of Duty: World at War</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#crack-retail">Crack (Retail)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#crack-steam">Crack (Steam)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#t4m">T4M</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#plutot4">PlutoT4</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW4/index.html">Call of Duty: Modern Warfare 2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#cod-mod">CoD-MOD</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#iw4x">IW4x</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#react">React</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#ayria">Ayria</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#creamapi-sp">CreamAPI (SP)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#creamapi-mp">CreamAPI (MP)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T5/index.html">Call of Duty: Black Ops</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#getrekt-sin-linkermod">getREKT sin LinkerMod</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#getrekt-con-linkermod">getREKT con LinkerMod</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#bgamer">BGamer</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#t5play">T5Play</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW5/index.html">Call of Duty: Modern Warfare 3</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-7-0-1">TeknoMW3 - 2.7.0.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-92">TeknoMW3 - 2.92</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-8-0-4b-old">TeknoMW3 - 2.8.0.4b (Old)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-8-0-4b-new">TeknoMW3 - 2.8.0.4b (New)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#plutoiw5">PlutoIW5</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#projectnova">ProjectNova</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#dedicated-server-rip">Dedicated Server RIP</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T6/index.html">Call of Duty: Black Ops II</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#crack">Crack</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#plutot6-old">PlutoT6 Old</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#plutot6-new">PlutoT6 New</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#redacted">Redacted</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW6/index.html">Call of Duty: Ghosts</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW6/index.html#crack">Crack</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW6/index.html#iw6x">IW6x</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW6/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/S1/index.html">Call of Duty: Advanced Warfare</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/S1/index.html#s1x">S1x</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/S1/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T7/index.html">Call of Duty: Black Ops III</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T7/index.html#crack">Crack</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW7/index.html">Call of Duty: Infinite Warfare</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW7/index.html#crack">Crack</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/H1/index.html">Call of Duty: Modern Warfare Remastered</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/H1/index.html#crack">Crack</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/H1/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/S2/index.html">Call of Duty: WWII</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/S2/index.html#crack-slf">Crack (SLF)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/S2/index.html#crack-cdx">Crack (CDX)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/H2/index.html">Call of Duty: Modern Warfare 2 Campaign Remastered</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/H2/index.html#crack">Crack</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">MKLinkList</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home"></a> »</li>
<li>Inicio</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="inicio">
<h1>Inicio<a class="headerlink" href="#inicio" title="Enlazar permanentemente con este título">¶</a></h1>
<ul class="simple">
<li><p>Repositorio personal para probar <a class="reference external" href="https://pages.github.com/">GitHub Pages</a> usando <a class="reference external" href="https://www.sphinx-doc.org/">Sphinx</a> con el tema <a class="reference external" href="https://sphinx-rtd-theme.readthedocs.io/">RTD</a>.</p></li>
<li><p>Voy a estar anotando todos los <strong>Enlaces Simbólicos</strong> que he hecho para ciertos juegos y esas cosas, pero es pura información para mi (un recordatorio por si un día me olvido como hacer esto). :P</p>
<ul>
<li><p>Algo como he dejado por escrito sobre <a class="reference external" href="https://github.com/SoyRA/TeknoMW3/wiki/Steam-y-TeknoMW3-usando-Enlace-Simb%C3%B3lico">Steam + TeknoMW3</a> y <a class="reference external" href="https://github.com/SoyRA/PlusIW6/wiki/Steam-y-PlusIW6-usando-Enlace-Simb%C3%B3lico">Steam + PlusIW6</a> como en vídeos sobre <a class="reference external" href="https://www.youtube.com/watch?v=Hn2oCN3FrAY">Steam + CoD-MOD + IW4x</a>, <a class="reference external" href="https://www.youtube.com/watch?v=Yw0B9dlMhgA">Steam + getREKT + BGamer</a>, <a class="reference external" href="https://www.youtube.com/watch?v=UtyL0Kngabk">Steam + TeknoMW3 + PlutoIW5</a> y <a class="reference external" href="https://www.youtube.com/watch?v=y07YEvs9Mn0">Steam + PlutoT6 + Redacted</a>.</p></li>
</ul>
</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Advertencia</p>
<ul class="simple">
<li><p>Lo aclaro de nuevo por si acaso:</p>
<ul>
<li><p>Este sitio es pura información personal y no está pensado para que otros lo entiendan.</p>
<ul>
<li><p>No esperes entender algo de lo que haya escrito porque no va a estar explicado más que para mi. e,é</p></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="tabla-de-contenidos">
<h2>Tabla de Contenidos<a class="headerlink" href="#tabla-de-contenidos" title="Enlazar permanentemente con este título">¶</a></h2>
<div class="toctree-wrapper compound" id="tdc">
<ul>
<li class="toctree-l1"><a class="reference internal" href="MKLinkList/index.html">Consideraciones</a><ul>
<li class="toctree-l2"><a class="reference internal" href="MKLinkList/index.html#requisitos">Requisitos</a></li>
<li class="toctree-l2"><a class="reference internal" href="MKLinkList/index.html#proceso-de-instalacion">Proceso de Instalación</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW1/index.html">Call of Duty + Call of Duty: United Offensive</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW1/index.html#crack-cod">Crack (CoD)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW1/index.html#crack-cod-uo">Crack (CoD: UO)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW2/index.html">Call of Duty 2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW2/index.html#crack">Crack</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW3/index.html">Call of Duty 4: Modern Warfare</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW3/index.html#crack-retail">Crack (Retail)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW3/index.html#crack-steam">Crack (Steam)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW3/index.html#cod4x">CoD4X</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T4/index.html">Call of Duty: World at War</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#crack-retail">Crack (Retail)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#crack-steam">Crack (Steam)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#t4m">T4M</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T4/index.html#plutot4">PlutoT4</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW4/index.html">Call of Duty: Modern Warfare 2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#cod-mod">CoD-MOD</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#iw4x">IW4x</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#react">React</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#ayria">Ayria</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#creamapi-sp">CreamAPI (SP)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW4/index.html#creamapi-mp">CreamAPI (MP)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T5/index.html">Call of Duty: Black Ops</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#getrekt-sin-linkermod">getREKT sin LinkerMod</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#getrekt-con-linkermod">getREKT con LinkerMod</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#bgamer">BGamer</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T5/index.html#t5play">T5Play</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW5/index.html">Call of Duty: Modern Warfare 3</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-7-0-1">TeknoMW3 - 2.7.0.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-92">TeknoMW3 - 2.92</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-8-0-4b-old">TeknoMW3 - 2.8.0.4b (Old)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#teknomw3-2-8-0-4b-new">TeknoMW3 - 2.8.0.4b (New)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#plutoiw5">PlutoIW5</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#projectnova">ProjectNova</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW5/index.html#dedicated-server-rip">Dedicated Server RIP</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T6/index.html">Call of Duty: Black Ops II</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#crack">Crack</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#plutot6-old">PlutoT6 Old</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#plutot6-new">PlutoT6 New</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#redacted">Redacted</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/T6/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW6/index.html">Call of Duty: Ghosts</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW6/index.html#crack">Crack</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW6/index.html#iw6x">IW6x</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW6/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/S1/index.html">Call of Duty: Advanced Warfare</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/S1/index.html#s1x">S1x</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/S1/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/T7/index.html">Call of Duty: Black Ops III</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/T7/index.html#crack">Crack</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/IW7/index.html">Call of Duty: Infinite Warfare</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/IW7/index.html#crack">Crack</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/H1/index.html">Call of Duty: Modern Warfare Remastered</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/H1/index.html#crack">Crack</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/H1/index.html#projectnova">ProjectNova</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/S2/index.html">Call of Duty: WWII</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/S2/index.html#crack-slf">Crack (SLF)</a></li>
<li class="toctree-l2"><a class="reference internal" href="CoD/S2/index.html#crack-cdx">Crack (CDX)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CoD/H2/index.html">Call of Duty: Modern Warfare 2 Campaign Remastered</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CoD/H2/index.html#crack">Crack</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="MKLinkList/index.html" class="btn btn-neutral float-right" title="Consideraciones" accesskey="n" rel="next">Siguiente <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>
</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>