-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathRammerheadProxys.html
More file actions
398 lines (349 loc) · 11.2 KB
/
RammerheadProxys.html
File metadata and controls
398 lines (349 loc) · 11.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script
defer
data-domain="sz-games.github.io"
src="https://stats.senty.com.au/js/script.outbound-links.pageview-props.tagged-events.js"
></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3723218062742398"
crossorigin="anonymous"
data-ad-channel="9267153333"
></script>
<script>
window.plausible =
window.plausible ||
function () {
;(window.plausible.q = window.plausible.q || []).push(arguments)
}
</script>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
window.googletag = window.googletag || { cmd: [] }
let bannerSlot300x600
let interstitialSlot
googletag.cmd.push(function () {
bannerSlot300x600 = googletag
.defineSlot(
'/22921845643/SZ_Games_Right_Sidebar_300x600',
[
[160, 600],
[120, 600],
[250, 250],
[250, 360],
[300, 250],
[300, 300],
[300, 600],
],
'div-gpt-ad-1744674311666-0'
)
.addService(googletag.pubads())
interstitialSlot = googletag.defineOutOfPageSlot(
'/22921845643/SZ_Games_Interstitial',
googletag.enums.OutOfPageFormat.INTERSTITIAL
)
if (interstitialSlot) {
interstitialSlot.addService(googletag.pubads()).setConfig({
interstitial: {
triggers: {
navBar: true,
unhideWindow: true,
},
},
})
}
googletag.pubads().enableSingleRequest()
googletag.enableServices()
setInterval(function () {
googletag.pubads().refresh([bannerSlot300x600])
}, 30000)
})
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C78TXR0XFK"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-C78TXR0XFK')
</script>
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="https://github.com/sz-games/home/blob/main/G.png?raw=true" />
<title>Links Menu | Sz Games</title>
<script src="./GobalSettings.js"></script>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=arrow_back_ios"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: #171717;
margin: 0;
color: white;
font-family: Arial, Helvetica, sans-serif;
overflow: hidden;
min-height: 100vh;
}
.game-covers {
display: none;
}
.game-container {
display: flex;
width: 100%;
height: 100vh;
position: relative;
z-index: 2;
}
.game-area {
flex: 1;
height: 100vh;
position: relative;
overflow-y: auto;
padding: 120px 60px 60px;
background: #171717;
}
.game-area::-webkit-scrollbar {
width: 8px;
}
.game-area::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
}
.game-area::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.2);
border-radius: 4px;
}
.game-area::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.3);
}
.servers-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
max-width: 1400px;
margin: 0 auto;
}
.options {
aspect-ratio: 16/9;
border-radius: 16px;
position: relative;
background: linear-gradient(135deg, rgba(255, 107, 107, 0.3) 0%, rgba(78, 205, 196, 0.3) 100%);
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.1);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.options:hover {
transform: translateY(-4px) scale(1.02);
border-color: rgba(255, 255, 255, 0.2);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1), 0 0 100px rgba(78, 205, 196, 0.1);
}
.options a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
text-decoration: none;
}
.server-title {
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.page-title {
text-align: center;
font-size: 32px;
margin: 0 0 60px 0;
color: white;
font-weight: 400;
letter-spacing: 0.5px;
}
.sidebar {
width: 300px;
background-color: rgba(23, 23, 23, 0.98);
backdrop-filter: blur(20px);
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.home-link {
display: inline-block;
padding: 15px 35px;
background: linear-gradient(45deg, #ff3d3d, #ff8c00);
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
font-size: 18px;
letter-spacing: 1px;
text-transform: uppercase;
box-shadow: 0 4px 15px rgba(255, 61, 61, 0.4);
position: fixed;
left: 20px;
bottom: 20px;
z-index: 100;
transition: all 0.3s ease;
}
.home-link:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(255, 61, 61, 0.6);
background: linear-gradient(45deg, #ff8c00, #ff3d3d);
}
@media (max-width: 1279px) {
.sidebar {
display: none;
}
.game-area {
padding: 100px 20px 40px;
}
.servers-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
}
@media (min-width: 1280px) {
.servers-grid {
grid-template-columns: repeat(5, 1fr);
}
}
</style>
</head>
<body>
<div class="game-container">
<div class="game-area">
<h1 class="page-title">Select Your Rammerhead Proxy Server</h1>
<div class="servers-grid">
<div class="options">
<a href="./games/game.html?game=https://dicemyicargo.interteh.tk/">
<p class="server-title">Server 1</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://selling.singleton-home.tk/">
<p class="server-title">Server 2</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://sharky.imdb.gq/">
<p class="server-title">Server 3</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://selling-skibidi.toilets.tk/">
<p class="server-title">Server 4</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://kjmsedu.macgyver.cf/">
<p class="server-title">Server 5</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://acers.cisua.tk/">
<p class="server-title">Server 6</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://edu.imdb.gq/">
<p class="server-title">Server 7</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://edu.supermario.gq/">
<p class="server-title">Server 8</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://dontblockgames.bot.nu/">
<p class="server-title">Server 9</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://mathhelper4kids.cnr.com.pk/">
<p class="server-title">Server 10</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://450deadcenter.cky.cl/">
<p class="server-title">Server 11</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://nipnaptiptapheadahh.mattison.xyz/">
<p class="server-title">Server 12</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://skinnypop.mathewparkin.com/">
<p class="server-title">Server 13</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://hellokaung.h4ck.me/">
<p class="server-title">Server 14</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://hellokaung.spacetechnology.net/">
<p class="server-title">Server 15</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://funschoolwhite.404.mn/">
<p class="server-title">Server 16</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://rh.teamclbesh.net/">
<p class="server-title">Server 17</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://hellowolrd.edbask.net/">
<p class="server-title">Server 18</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://marsschool.youpc.ro/">
<p class="server-title">Server 19</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://sodaysislol.nard.ca/">
<p class="server-title">Server 20</p>
</a>
</div>
<div class="options">
<a href="./games/game.html?game=https://tem.gamersmania.ro/">
<p class="server-title">Server 21</p>
</a>
</div>
</div>
</div>
<div class="sidebar">
<div id="div-gpt-ad-1744674311666-0" style="min-width: 300px; min-height: 600px">
<script>
googletag.cmd.push(function () {
googletag.display(bannerSlot300x600)
})
</script>
</div>
</div>
</div>
<a href="https://sz-games.github.io" class="home-link">🎮 BACK TO GAMES 🎮</a>
<script>
googletag.cmd.push(function () {
googletag.display(interstitialSlot)
})
</script>
</body>
</html>