forked from glua-team/glua-team.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
465 lines (400 loc) · 17.4 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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/alertifyjs/1.8.0/css/alertify.min.css"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/alertifyjs/1.8.0/css/themes/semantic.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" />
<!-- thanks metaman -->
<meta property="og:site_name" content="glua.team" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="glua.team" />
<meta name="twitter:description" content="control. exploit. reverse." />
<meta name="twitter:image" content="/centerlogo.png" />
<meta name="twitter:image:alt" content="control. exploit. reverse." />
<style>
#video {
position: fixed;
left: -10px;
background: transparent;
overflow: hidden;
width: 100%;
height: 100%;
filter: blur(10px) sepia(75%) brightness(75%);
-webkit-filter: blur(10px) sepia(75%) brightness(75%);
}
#audio {
display: none;
}
#music-ctl {
position: fixed;
right: 0;
bottom: 0;
width: 90px;
padding: 0 30px 30px 0;
cursor: pointer;
z-index: 999;
}
.cover {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGCQBOLnQAwGjDAGNgGwSgwVAE+2AgXahLM7AAAAAElFTkSuQmCC) repeat;
background-size: 10px;
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
}
body {
background-color: black;
/*background: linear-gradient(247deg, #e65d00, #A14436, #8f5046);*/
background: linear-gradient(45deg, transparent 0%, transparent 57%, #423246 100%),
linear-gradient(-45deg, #8f5046 0%, #A14436 0.3%, #4C2556 112%, transparent 11% ),
linear-gradient(-90deg, #A14436 100%, #A14436 65%, transparent 20% );
background-size: 600% 600%;
-webkit-animation: gluabackground 23s ease infinite;
-moz-animation: gluabackground 23s ease infinite;
-o-animation: gluabackground 23s ease infinite;
animation: gluabackground 23s ease infinite;
}
@-webkit-keyframes gluabackground {
0%{background-position:94% 0%}
50%{background-position:7% 100%}
100%{background-position:94% 0%}
}
@-moz-keyframes gluabackground {
0%{background-position:94% 0%}
50%{background-position:7% 100%}
100%{background-position:94% 0%}
}
@-o-keyframes gluabackground {
0%{background-position:94% 0%}
50%{background-position:7% 100%}
100%{background-position:94% 0%}
}
@keyframes gluabackground {
0%{background-position:94% 0%}
50%{background-position:7% 100%}
100%{background-position:94% 0%}
}
.ytplayer-container {
position: absolute;
top: 0;
z-index: -1;
}
.ytplayer-shield {
display: none;
}
.ui.basic.inverted.button {
width: 150px;
}
#friends-container {
perspective: 1000px;
perspective-origin: 50% -200px;
}
#friends {
transform-style: preserve-3d;
position: relative;
margin: auto;
width: 200px
}
#friends>.item {
position: absolute;
top: 0;
left: 0;
width: 200px;
backface-visibility: hidden;
font-size: 1.1em;
}
.basic.card {
color: #F9FAFB !important;
background-color: transparent !important;
box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
a.inverted {
color: #F9FAFB !important;
}
* {
font-family: 'Open Sans', sans-serif !important;
}
.ui.horizontal.list:not(.celled) > .item:first-child {
padding: .5em !important;
}
</style>
<title>glua.team</title>
</head>
<body>
<div class="cover"></div>
<!--<div id="video"></div>-->
<div id="audio"></div>
<img id="music-ctl"></img>
<div class="container">
<div class="ui center aligned very padded basic segment">
<div class="ui inverted header">
<h1 id="mainheader" style="font-size: 3.5em; font-weight: lighter;">glua.team</h1>
</div>
</div>
<div class="ui center aligned very padded basic segment">
<div class="ui inverted header">
<h1 style="font-size: 2em; font-weight: lighter;">rolling in 1 line cac bypasses</h1>
</div>
</div>
<div class="ui center aligned padded basic segment">
<div id="members" class="ui massive horizontal inverted selection list">
</div>
</div>
<div id="friends-container" class="ui center aligned very padded basic segment" data-tooltip="friends of glua.team" data-position="bottom center" data-inverted="">
<div id="friends" class="ui massive inverted selection list">
</div>
</div>
<div class="ui center aligned very padded basic segment">
<div class="ui massive horizontal inverted selection list">
<div class="item">
<a href="https://discord.gg/6rsbUU8">
<button class="ui basic inverted button">discord server</button>
</a>
</div>
<div class="item">
<a href="https://steamcommunity.com/groups/glua">
<button class="ui basic inverted button">steam group</button>
</a>
</div>
<div class="item">
<a href="./skidquiz.png">
<button class="ui basic inverted button">skid quiz</button>
</a>
</div>
<div class="item">
<a href="https://glua.github.io">
<button class="ui basic inverted button">github</button>
</a>
</div>
<div class="item">
<a href="https://meinkraft.glua.team">
<button class="ui basic inverted button">meinkraft</button>
</a>
</div>
</div>
</div>
</div>
</body>
<script src="./js/jquery.min.js"></script>
<script src="./js/cookie.js"></script>
<script src="./js/jquery.youtubebackground.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.js"></script>
<script src="https://cdn.jsdelivr.net/alertifyjs/1.8.0/alertify.min.js"></script>
<script type="text/javascript">
var glua = {team: {}};
glua.team.friends = [];
glua.team.updateFriends = function() {
var friends = $("#friends>.item");
friends.each(function(i) {
$(this).css("transform","rotateY("+(360/friends.length*i)+"deg) translateZ(" + Math.round(friends.length / 3 * 90) + "px)");
});
}
glua.team.addFriend = function(steamID64,nickname) {
var friend = {
steamID64: steamID64,
nickname: nickname.toLowerCase()
};
glua.team.friends[glua.team.friends.length] = friend;
}
glua.team.constructFriends = function() {
for(var i=0;i < glua.team.friends.length;i++) {
var friend = glua.team.friends[i];
var item = $("<div></div>")
.addClass("item")
.append(
$("<a></a>")
.attr("href","https://steamcommunity.com/profiles/" + friend.steamID64)
.append(
$("<div></div>")
.addClass("content")
.append(
$("<div></div>")
.addClass("header")
.text(friend.nickname)
)
)
);
$("#friends").append(item);
friend.element = item;
}
glua.team.updateFriends();
};
function randint(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; }
glua.team.randomiseFriends = function() {
var array = [];
while(glua.team.friends.length > 0) {
var idx = randint(0,glua.team.friends.length - 1);
if(!glua.team.friends[idx]) {break;}
array[array.length] = glua.team.friends.splice(idx,1)[0];
}
glua.team.friends = array;
}
glua.team.members = [];
glua.team.addMember = function(steamID64,avatarURL,nickname) {
var member = {
steamID64: steamID64,
avatarURL: avatarURL,
nickname: nickname
};
var item = $("<div></div>")
.addClass("item")
.append(
$("<a></a>")
.attr("href","https://steamcommunity.com/profiles/" + steamID64)
.append(
$("<img></img>")
.addClass("ui avatar image")
.attr("src",avatarURL)
)
.append(
$("<div></div>")
.addClass("content")
.append(
$("<div></div>")
.addClass("header")
.text(nickname)
)
)
);
$("#members").append(item);
member.element = item;
glua.team.members[glua.team.members.length] = member;
};
</script>
<script type="text/javascript">
glua.team.addMember(
"76561197991350071",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/13/13a9ebe86ad49582fbb258ca420e6815a7d3d68f_full.jpg",
"mcd1992"
);
glua.team.addMember(
"76561198137637055",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/6f/6fd2f1614e1cff394d5c10ee7bd8abce0164aa98_full.jpg",
"swadical"
);
glua.team.addMember(
"76561197998805249",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/4d/4d6eecb0700929fa5294c5014f0c77ee34011d12_full.jpg",
"knotcake"
);
glua.team.addMember(
"76561198050165746",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/17/17b1dbf40df6d04dc2df750d13d722698e9a01d0_full.jpg",
"meepen"
);
glua.team.addMember(
"76561198154133184",
"http://cdn.edgecast.steamstatic.com/steamcommunity/public/images/avatars/75/7571dc8c5a5c3d08187a2a44cf2bcf26f8e1fe03_full.jpg",
"velkon"
);
glua.team.addFriend("76561198076402038", "Author.");
glua.team.addFriend("76561198042764635", "aStonedPenguin");
glua.team.addFriend("76561198045139792", "Bull");
glua.team.addFriend("76561197997945339", "parakeet");
glua.team.addFriend("76561198052589582", "zerf");
glua.team.addFriend("76561198093185405", "guurgle");
glua.team.addFriend("76561198199062669", "aria");
glua.team.addFriend("76561197999418456", "metaman");
glua.team.addFriend("76561198005961369", "lixquid");
glua.team.addFriend("76561198021109934", "lenny.");
glua.team.addFriend("76561198021245859", "PotcFdk");
glua.team.addFriend("76561198026175948", "code_gs");
glua.team.addFriend("76561198066396249", "orc");
glua.team.addFriend("76561198048132773", "notsosuper");
glua.team.addFriend("76561198152808974", "deagler");
glua.team.addFriend("76561197994704078", "knoxed");
glua.team.addFriend("76561197983045206", "mikey howell");
glua.team.addFriend("76561198033321448", "ott");
glua.team.addFriend("76561197964898382", "beast");
glua.team.addFriend("76561198074240735", "Potatofactory");
glua.team.addFriend("76561198161775645", "TFA");
glua.team.addFriend("76561198025218043", "Tenrys");
glua.team.addFriend("76561198109939061", "Trixter");
glua.team.addFriend("76561198106061489", "Footsies");
glua.team.addFriend("76561197997486016", "ARitz Cracker");
glua.team.addFriend("76561198071482825", "meharryp");
glua.team.addFriend("76561198014573560", "Coment");
glua.team.addFriend("76561198004178530", "Minty Fresh");
glua.team.addFriend("76561198067350699", "Datamats");
glua.team.addFriend("76561198044542936", "Ling");
glua.team.addFriend("76561197960281616", "NootNootEh");
glua.team.addFriend("76561198141863800", "LMM");
glua.team.addFriend("76561198032705858", "dog = 💣");
glua.team.addFriend("76561198053381832", "moat");
glua.team.addFriend("76561198044403949", "GGG KILLER");
glua.team.randomiseFriends();
glua.team.constructFriends();
</script>
<script type="text/javascript">
var hueVal = 0;
setInterval(function() {
$("#mainheader").css("color","hsl(" + (hueVal % 360) + ", 100%, 80%)");
},200);
setInterval(function() {
hueVal += 0.35;
$("#mainheader").css("transform",`rotateY(${Math.sin(hueVal/20)*20}deg) rotateZ(${Math.sin(hueVal/30)*5}deg)`);
$("#friends").css("transform",`scaleZ(0.10) rotateY(${-hueVal}deg) translateY( -20px)`);
$("#friends").css("perspective",`1000`);
},1/25 * 1000);
</script>
<script type="text/javascript">
glua.team.startAudio = function() {
/*
$("#video").YTPlayer({
fitToBackground: true,
videoId: "w4s6H4ku6ZY",
ratio: 16/9,
callback: function() {
// $("#video").data("ytPlayer").player.seekTo(25);
glua.team.updateAudioCTL();
},
mute: false
});
*/
$("#audio").YTPlayer({
videoId: "Rg01cCDqk1I",
mute: false,
callback: function() {
// $("#audio").data("ytPlayer").player.seekTo(25);
// $("#audio").data("ytPlayer").player.setVolume(0);
glua.team.updateAudioCTL();
},
});
alertify.message("Neon Genesis Evangelion - Fly Me to the Moon");
}
glua.team.updateAudioCTL = function() {
if(Cookies.getJSON("music-disabled")) {
$("#music-ctl").attr("src","/icons/silent_white.png");
if($("#audio").data("ytPlayer")) {
$("#audio").data("ytPlayer").player.setVolume(0);
}
if($("#video").data("ytPlayer")) {
$("#video").data("ytPlayer").player.setVolume(0);
}
}
else {
$("#music-ctl").attr("src","/icons/loud_white.png");
var audioActive = false;
if($("#video").data("ytPlayer")) {
$("#video").data("ytPlayer").player.setVolume(30);
audioActive = true;
}
if($("#audio").data("ytPlayer")) {
$("#audio").data("ytPlayer").player.setVolume(30);
audioActive = true;
}
if(!audioActive) {
glua.team.startAudio();
}
}
};
$(document).ready(function() {
$("#music-ctl").click(function() {
Cookies.set("music-disabled",JSON.stringify(!Cookies.getJSON("music-disabled")),{expires: 365 * 10});
glua.team.updateAudioCTL();
});
glua.team.updateAudioCTL();
});
</script>
</html>