-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathplay.html
More file actions
370 lines (359 loc) · 23.4 KB
/
Copy pathplay.html
File metadata and controls
370 lines (359 loc) · 23.4 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
<!DOCTYPE html>
<html>
<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, user-scalable=no">
<title>LM express</title>
<meta property="og:url" content="https://jimboy3100.github.io" />
<meta property="og:type" content="Legend mod Express" />
<meta property="og:title" content="The Legend mod Project" />
<meta property="og:description" content="The most well developed script for smash game" />
<meta property="og:image" content="https://jimboy3100.github.io/banners/CropedImage128.gif" />
<link rel="shortcut icon" href="https://jimboy3100.github.io/banners/icon32croped.ico.gif">
<script>if(location.hostname.indexOf('legendmod.ml')!==-1){var m=document.createElement('link');m.rel='manifest';m.href='/manifest.json';document.head.appendChild(m);}</script>
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Ubuntu:700">
<link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('/lib/sw.js').catch(function () {});
});
}
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:700">
<link rel="stylesheet" href="https://jimboy3100.github.io/LMexpress/master.css">
<link rel="stylesheet" href="https://jimboy3100.github.io/lib/bootstrap-colorpicker.min.css">
</link>
<link rel="stylesheet" href="https://jimboy3100.github.io/lib/toastr.min.css">
</link>
<link rel="stylesheet" href="https://jimboy3100.github.io/lib/switchery.min.css">
</link>
<link rel="stylesheet" href="https://jimboy3100.github.io/lib/rangeslider.css">
</link>
<link rel="stylesheet" href="https://jimboy3100.github.io/lib/perfect-scrollbar.min.css">
</link>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</link>
<link rel="stylesheet" href="https://jimboy3100.github.io/css/ogario.v3.css">
<!--div id="imagebig"><iframe id="loaderIframeIcon1" src="https://jimboy3100.github.io/extras/loader/LoaderNew.html" name="CodePen" allowfullscreen="true" sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-modals allow-forms" allowtransparency="true" scrolling="no" frameBorder="0" class="result-iframe" style="position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe></div-->
<link rel="stylesheet" href="https://jimboy3100.github.io/lib/context-menu.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css">
<script src="https://delt.io/v7/js/runtimechunk~P2PWebSocket.js"></script>
<script src="https://delt.io/v7/js/P2PWebSocket.js"></script>
<script>
/* P2P WebSocket proxy — intercepts hash:// server connections */
(function() {
var OrigWS = window.WebSocket;
var hashPattern = /\/\/([a-z0-9]{20,30})(?:[:/]|$)/;
window.WebSocket = new Proxy(OrigWS, {
construct: function(target, args, newTarget) {
var url = String(args[0]);
var protocols = args[1];
var hashMatch = url.match(hashPattern);
if (hashMatch && !/cloud/.test(url) && typeof P2PWebSocket !== 'undefined') {
console.log('[P2P] Intercepting hash connection:', url);
var socket = new P2PWebSocket('http://' + hashMatch[1], protocols);
/*
* Protocol state belongs to this specific socket.
* Never mutate global legendmod.integrity from asynchronous socket events.
*/
socket._lwIntegrity = false;
socket._lwTransportType = "p2p";
return socket;
}
return Reflect.construct(target, args, newTarget);
},
get: function(target, prop, receiver) { return Reflect.get(target, prop, receiver); },
set: function(target, prop, value, receiver) { return Reflect.set(target, prop, value, receiver); }
});
})();
</script>
<!--script src="https://deltav4.gitlab.io/standby-server.js"></script-->
<script src="https://jimboy3100.github.io/LMexpress/standby-server.js"></script>
<script>delete localStorage['s/s']</script>
<script src="https://jimboy3100.github.io/lib/jquery.min.js"></script>
<script src="https://jimboy3100.github.io/lib/protobuf.min.js"></script>
<script i="hope" u="gamer">
</script>
<div id="captchaWindow"
style="display:none; position:absolute; top:0px; left:0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index:500">
<div id="verifyUser" style="position:absolute; top:50%; left:50%; margin-left:-152px; margin-top:-40px;"></div>
</div>
<div id="captchaWindowV3" style="display:none;"></div>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://jimboy3100.github.io/lib/bootstrap.min.js"></script>
<script src="https://jimboy3100.github.io/lib/bootstrap-colorpicker.min.js"></script>
<script src="https://jimboy3100.github.io/lib/toastr.min.js"></script>
<script src="https://jimboy3100.github.io/lib/switchery.min.js"></script>
<script src="https://jimboy3100.github.io/lib/rangeslider.min.js"></script>
<script src="https://jimboy3100.github.io/lib/perfect-scrollbar.jquery.min.js"></script>
<script src="https://jimboy3100.github.io/lib/Youtubeiframe_api.js"></script>
<script src="https://jimboy3100.github.io/extras/key-event.js"></script>
<script src="https://jimboy3100.github.io/extras/foggy.js"></script>
<script src="https://jimboy3100.github.io/languages/LanguagePackEnglish.js"></script>
<script src="https://jimboy3100.github.io/LMexpress/LMexpress.sniff2.js"></script>
<script src="https://jimboy3100.github.io/LMexpress/i18n.js"></script>
<script src="https://jimboy3100.github.io/LMexpress/proto.decoder.js"></script>
<script src="https://jimboy3100.github.io/ogario/ogario.v4.master.regionobj.js"></script>
<script src="https://jimboy3100.github.io/ogario/ogario.v4.master.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src="https://jimboy3100.github.io/nicks/emoji/DisMojiPicker[1].js"></script>
<!--script type="text/javascript" id="cookieinfo" src="//cookieinfoscript.com/js/cookieinfo.min.js" data-bg="#645862" data-fg="#FFFFFF" data-link="#F1D600" data-height= "50" data-cookie="CookieInfoScript" data-text-align="left" data-close-text="Got it!" data-message="We use cookies to enhance your experience. By continuing using our scripts, you agree to our use of cookies."></script-->
<script src="https://jimboy3100.github.io/lib/TweenMax.min.js"></script>
<script src="https://jimboy3100.github.io/lib/context-menu.min.js"></script>
</head>
<body>
<div id="fb-root"></div>
<script>
/*
var CutNameConflictwithMessage=false;
(function(){
var _privateLog = console.log;
console.log = function (message) {
if (CutNameConflictwithMessage==false){
if (~message.indexOf("OGARio by szymy")){
//console.log = _privateLog;
}
else{
_privateLog.apply(console, arguments);
}
}
};
})();
*/
</script>
<script>
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="overlays" style="position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 200;">
<div id="helloContainer" data-logged-in="0" data-has-account-data="0" data-party-state="0"
data-results-state="0" data-gamemode="">
<div id="leftPanel" class="side-container left-container">
<div class="agario-panel agario-side-panel agario-profile-panel">
<div class="clearfix" style="margin-bottom: 16px;">
<img class="agario-profile-picture"
src="https://jimboy3100.github.io/banners/profilepic_guest.png" />
<div class="agario-profile-name-container">
<div class="agario-profile-name"></div>
<div id="coins" style="display: inline-block;">💰000</div>
<div id="dna" style="display: inline-block;">💊000</div>
<div id="trophy" style="display: inline-block;">🏆000</div>
</div>
<img class="vanilla-skin-preview"
src="https://jimboy3100.github.io/banners/profilepic_guest.png" />
<div id="user-stats" class="clearfix"
style="position: relative; top: 10px; width: 100%; display: none;">
<div id="close-stats" style="float: right;">X</div>
<br />
<div id="stats-content"
style="float: right; width: 50%; font-size: 12px;"></div>
<div id="user-info" style="font-size: 12px;"></div>
<div style="font-size: 12px;">
<div id="UserProfileName">Name: <div id="UserProfileName1" class="user-name"
style="display:inline-block">Guest</div>
</div>
<div id="UserProfileUUID">UID: <input id="UserProfileUUID1" class="user-name"
style="display:inline-block; width: 180px; font-size: 9px;"></div>
<div id="UserProfileUID">Social ID: <input id="UserProfileUID1" class="user-name"
style="display:inline-block"></div>
<div id="TimesUsedPanel" class="user-name" style="display:inline-block;">Times Used:
<div id="TimesUsed" style="display:inline-block"></div>
</div>
</div>
</div>
</div>
<div style="position: relative;" class="clearfix">
<div class="agario-exp-bar progress" style="transform: scale(0.9); transform-origin: center;">
<span class="progress-bar-text"></span>
<div class="progress-bar progress-bar-striped" style="width: 0%;"></div>
</div>
<div class="progress-bar-border"></div>
<div class="progress-bar-star"></div>
</div>
<br clear="both" />
<div style="display: none; width: 100%;">
<select id="s-boost" class="form-control" onchange="" required=""
style="float: left; width: 60%;">
<option selected="" value="" data-itr="--Select boost--"></option>
<option value="mass_boost_3x_24h" data-itr="mass_boost_3x_24h(990):"></option>
<option value="mass_boost_3x_1h" data-itr="mass_boost_3x_1h(490):"></option>
<option value="mass_boost_2x_24h" data-itr="mass_boost_2x_24h(790):"></option>
<option value="mass_boost_2x_1h" data-itr="mass_boost_2x_1h(290):"></option>
<option value="xp_boost_3x_24h" data-itr="xp_boost_3x_24h(990):"></option>
<option value="xp_boost_3x_1h" data-itr="xp_boost_3x_1h(490):"></option>
<option value="xp_boost_2x_24h" data-itr="xp_boost_2x_24h(790):"></option>
<option value="xp_boost_2x_1h" data-itr="xp_boost_2x_1h(290):"></option>
</select>
<button id="buy-boost" class="btn btn-primary" style="float: left; width: 20%;">BUY</button>
<button id="use-boost" class="btn btn-success" style="float: left; width: 20%;">USE</button>
</div>
<br clear="both" />
<div id="xp-active" style="width: 100%;"></div>
<div id="mass-active" style="width: 100%;"></div>
<div id="quest-active" style="width: 100%;"></div>
<div id="player-skins" class="submenu-panel" style="display: none; width: 100%; height: 250px;">
</div>
<div id="potions" class="clearfix" style="display: none">
<div id="potion1" class="potion">
<img src="https://jimboy3100.github.io/banners/potion_empty.png" />
<div>empty</div>
</div>
<div id="potion2" class="potion">
<img src="https://jimboy3100.github.io/banners/potion_empty.png" />
<div>empty</div>
</div>
<div id="potion3" class="potion">
<img src="https://jimboy3100.github.io/banners/potion_empty.png" />
<div>empty</div>
</div>
</div>
<br clear="both" />
</div>
</div>
<div class="center-container">
<div id="mainPanel" class="agario-panel">
<div role="form" novalidate>
<div class="form-group clearfix"></div>
<div class="form-group clearfix">
<input id="nick" class="form-control" placeholder="Nick" />
<select id="gamemode" class="form-control" required>
<option value=":ffa" data-itr="page_gamemode_ffa"></option>
<option value=":battleroyale" data-itr="page_gamemode_battle_royale"></option>
<option value=":teams" data-itr="page_gamemode_teams"></option>
<option value=":experimental" data-itr="page_gamemode_experimental"></option>
<option value=":party" data-itr="page_party"></option>
</select>
</div>
<div id="locationUnknown">
<select id="region" class="form-control" onchange="changeregion()" required>
<option selected value="" data-itr="page_region_select"></option>
<option value="Private" data-itr="Private">Private</option>
<option value="US-Atlanta" data-itr="page_region_north_america"></option>
<option value="BR-Brazil" data-itr="page_region_south_america"></option>
<option value="EU-London" data-itr="page_region_europe"></option>
<option value="RU-Russia" data-itr="page_region_russia"></option>
<option value="TK-Turkey" data-itr="page_region_turkey"></option>
<option value="JP-Tokyo" data-itr="page_region_east_asia"></option>
<option value="CN-China" data-itr="page_region_china"></option>
<option value="SG-Singapore" data-itr="page_region_oceania"></option>
</select>
</div>
<div class="form-group" id="agario-main-buttons">
<div class="row">
<button type="button" onclick="toggleSettings(); return false;"
class="btn btn-info btn-settings"><i class="glyphicon glyphicon-cog"></i></button>
<button type="submit" class="btn btn-play btn-primary btn-needs-server"
data-itr="page_play"></button>
<button type="submit" class="btn btn-play-guest btn-success btn-needs-server"
data-itr="page_play_as_guest"></button>
<button type="submit" onclick="toggleSocialLogin(); return false"
class="btn btn-warning btn-login-play btn-needs-server"
data-itr="page_login_and_play"></button>
</div>
<div id="socialLoginContainer" style="display:none;">
<div class="row">
<button onclick="master.facebookLogin(); return false;"
class="btn btn-primary btn-login btn-fb">
<span class="fa fa-facebook fa-lg"
style="position: absolute; left: 15px; top: 12px;"></span>
<span class="btn-text" data-itr="page_menu_login_facebook"></span>
</button>
</div>
<div class="row">
<button id="gplusLogin" class="btn btn-primary btn-login btn-gplus">
<span class="gplus-icon"></span>
<span class="btn-text" data-itr="page_menu_login_google"></span>
</button>
</div>
</div>
</div>
<div id="settings" class="checkbox" style="display:none;">
<div style="float: left; width: 200px;">
<div id="locationKnown"></div>
</div>
<div style="float: right; width: 120px;">
<button class="btn btn-warning btn-spectate btn-needs-server"
data-itr="page_spectate">Spectate</button>
<button id="logoutbtn" onclick="logout(); return false;"
class="btn btn-danger btn-logout" data-itr="page_logout">Logout</button>
</div>
<br clear="both" />
</div>
</div>
</div>
</div>
<div id="rightPanel" class="side-container right-container">
<div class="agario-panel agario-side-panel agario-party">
<div class="agario-party-6">
<h4>
<center data-itr="page_party"></center>
</h4>
<div class="party-text" data-itr="page_party_join_error"></div>
<div class="clearfix" style="margin: 10px -10px 0px -10px;">
<button id="closePartyAlert" class="btn btn-primary btn-block"
data-itr="page_back_button"></button>
</div>
</div>
</div>
</div>
</div>
</div>
<canvas id="canvas"></canvas>
<script src="https://jimboy3100.github.io/extras/buffer.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/LMexpress/LMexpress.sniff.js"></script>
<script src="https://jimboy3100.github.io/ogario/quadtree.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/wasm_cells.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/wasm_quadtree.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/ogario.v4.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/hotkeysCommand.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/captcha.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/spect.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/lz4.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/autoplay.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/mergetimer.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/anti.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/ogario/ogario.v4.static.js" charset="utf-8"></script>
<script src="https://jimboy3100.github.io/AjaxData/ProLicenceUsersTableJS.js"></script>
<script src="https://jimboy3100.github.io/LMexpress/LMexpress.js"></script>
<script src="https://jimboy3100.github.io/LMexpress/LMexpress.sniff3.js"></script>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadRecaptcha&render=explicit"></script>
<script>
/* Bug #32 fix: Single reCAPTCHA load with combined callback */
function onloadRecaptcha() {
if (typeof onloadCallback === 'function') onloadCallback();
if (typeof onloadCallbackV3 === 'function') onloadCallbackV3();
}
</script>
<script src="//apis.google.com/js/client:platform.js?onload=gapiAsyncInit" async defer></script>
<div style="font-family:'Ubuntu'"> </div>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-92655864-6', 'auto');
ga('send', 'pageview');
</script>
<!--script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script-->
<a href="https://expanding.land/privacy.html"
style="position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;">Privacy Policy</a>
<script>
if ('ontouchstart' in window || navigator.maxTouchPoints > 0) {
var _lmm = document.createElement('script');
_lmm.src = 'https://jimboy3100.github.io/LMmobile/LMmobile.js';
document.body.appendChild(_lmm);
}
</script>
</body>
</html>