forked from EmulatorOS/1v1lol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (134 loc) · 7.16 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>1v1.LOL | Building Simulator, Battle Royale & Shooting Game</title>
<script>
Object.defineProperty(document, 'URL', {
get() {
return 'https://1v1.lol/';
}
});
Object.defineProperty(document, 'domain', {
get() {
return 'https://1v1.lol/';
}
});
Object.defineProperty(document, 'URL', {
get() {
return 'https://1v1.lol/';
}
});
Object.defineProperty(document, 'location', {
get() {
return 'https://1v1.lol/';
}
});
Object.defineProperty(document, 'window', {
get() {
return 'https://1v1.lol/';
}
});
</script>
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-app.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-remote-config.js"></script>
<script src="js/dependencyLoader.js"></script>
<script>
var gameLoaded = false;
window.addEventListener("beforeunload", function (e) {
if (adsVisible || !gameLoaded || !lockedOccured)
return null;
var confirmationMessage = 'Are you sure you want to leave? ';
(e || window.event).returnValue = confirmationMessage; //Gecko + IE
return confirmationMessage; //Gecko + Webkit, Safari, Chrome etc.
});
window.alert = function(e) {console.log(e)};
</script>
<link rel='shortcut icon' type="image/png" href="img/favicon.png?v2" />
<link rel="alternate" href="https://1v1.lol" hreflang="en">
<link rel="alternate" href="https://1v1.lol/de" hreflang="de">
<link rel="alternate" href="https://1v1.lol/it" hreflang="it">
<link rel="alternate" href="https://1v1.lol/fr" hreflang="fr">
<link rel="alternate" href="https://1v1.lol/es" hreflang="es">
<link rel="alternate" href="https://1v1.lol/pt" hreflang="pt">
<link rel="alternate" href="https://1v1.lol/pl" hreflang="pl">
<link rel="alternate" href="https://1v1.lol/ja" hreflang="ja">
<link rel="alternate" href="https://1v1.lol/ru" hreflang="ru">
<link rel="canonical" href="https://1v1.lol" />
<meta property="og:title" content="1v1.LOL" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://1v1.lol/" />
<meta property="og:image" content="https://1v1.lol/splash.jpg" />
<meta property="og:description" content="Discover 1v1, the online building simulator & third person shooting game. Battle royale, build fight, box fight, zone wars and more game modes to enjoy!">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description"
content="Discover 1v1, the online building simulator & third person shooting game. Battle royale, build fight, box fight, zone wars and more game modes to enjoy!">
<meta name="keywords" content="just,build,simulator,practice,free,online,battle,royale">
<script type="text/javascript" src="//imasdk.googleapis.com/js/sdkloader/ima3.js"></script>
<!-- ZONETAG - PLACE INTO HEAD SECTION OR RUN CODE AT STARTUP -->
<script>
(function(zonefile) {
var y=window.location.href.split('#')[0].split('').reduce(function(a,b){return(a<<5)-a+b.charCodeAt(0)>>>1},0);y=(10+((y*7)%26)).toString(36)+y.toString(36);
var drutObj = window[y] = window[y] || {};
function failCpmstarAPI() { var failFn = function(o) { o && typeof(o) === "object" && o.fail && o.fail(); }; drutObj && Array.isArray(drutObj.cmd) && drutObj.cmd.forEach(failFn) && (drutObj.cmd.length = 0); window.cpmstarAPI = window["_"+zonefile] = failFn; }
var rnd = Math.round(Math.random()*999999);
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.onerror=failCpmstarAPI;
var proto = document.location.protocol;
var host = ( proto == "https:" || proto == "file:")?"https://server":"//cdn";
if(window.location.hash=="#cpmstarDev") host = "//dev.server";
if(window.location.hash=="#cpmstarStaging") host = "//staging.server";
s.src = host + ".cpmstar.com/cached/zonefiles/" + zonefile + ".js?rnd="+rnd;
var s2=document.getElementsByTagName('script')[0];
s2.parentNode.insertBefore(s, s2);
window.cpmstarAPI = function(o) { (drutObj.cmd = drutObj.cmd || []).push(o); }
}('372_49986_1v1'));
Object.defineProperty(window.performance.__proto__,"measures",Object.getOwnPropertyDescriptor(window.performance.__proto__,"now")),delete window.performance.__proto__.now,window.performance.__proto__.now={},Object.defineProperty(window.performance.__proto__,"now",{get:function(){return this.measures}}),Object.defineProperty(window.performance.__proto__,"now",{set:function(){Object.defineProperty(window.performance.__proto__,"now",{get:function(){return function(){return this.measures()/2}}})}});
</script>
</head>
<body>
<!--<div class="ads">
<div class="ad-smallscreen">
<div class="ad ad-rectangle-bottom">
</div>
</div>
<div class="ad ad-rectangle-upper" id="adRectangleUpper">
<script>
(function(w,pid){
var r=function(c,m){c=c.split('').reduce(function(a,b){return(a<<5)-a+b.charCodeAt(0)>>>m},0);return(10+((c*7)%26)).toString(36)+c.toString(36);},y=r(w.location.href.split('#')[0],1),c=r(w.location.href.split('#')[0]+pid,0);
w.document.write('<div style="width:300px;height:250px" class="'+c+'"></div>');
})(window,83023);
</script>
</div>
<div class="ad-largescreen">
<div class="ad ad-leaderboard-bottom">
<script>
(function(w,pid){
var r=function(c,m){c=c.split('').reduce(function(a,b){return(a<<5)-a+b.charCodeAt(0)>>>m},0);return(10+((c*7)%26)).toString(36)+c.toString(36);},y=r(w.location.href.split('#')[0],1),c=r(w.location.href.split('#')[0]+pid,0);
w.document.write('<div style="width:300px;height:600px" class="'+c+'"></div>');
})(window,85420);
</script>
</div>
</div>
</div> -->
<div id="interAdsContainer" style="display: none;"></div>
<div id="gameContainer"></div>
<div id="loader">
<img class="logo" src="img/logo.png">
<div class="spinner"></div>
<div class="progress">
<div class="full"></div>
</div>
</div>
<script>
// var gameJsonUrl = "https://justbuild.nyc3.cdn.digitaloceanspaces.com/NewCI/1v1/Prod/11/3e3a3e7f9b174542bcfb0fd7615b7725/WebGL.json"; //%gameJsonUrl
// <script id="unity-loader" src="https://justbuild.nyc3.cdn.digitaloceanspaces.com/NewCI/1v1/Prod/11/3e3a3e7f9b174542bcfb0fd7615b7725/UnityLoader.js">
</script>
<div id="unity-loader-div"></div>
</body>
</html>