forked from Vortron-rd/T-Crack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (54 loc) · 2.89 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
<!DOCTYPE html>
<html>
<head>
<title>Jayden-Return Of The Hacker</title>
<link rel="stylesheet" href="styles.css">
<a href="https://github.com/jaydenmcl/Discord">Source</a>
</head>
<body>
<script>
window.intercomSettings = {
api_base: "https://api-iam.intercom.io",
app_id: "p1rll1g3",
user_id: user.id, // IMPORTANT: Replace "user.id" with the variable you use to capture the user's ID
name: user.name, // IMPORTANT: Replace "user.name" with the variable you use to capture the user's name
email: user.email, // IMPORTANT: Replace "user.email" with the variable you use to capture the user's email address
created_at: user.createdAt, // IMPORTANT: Replace "user.createdAt" with the variable you use to capture the user's sign-up date
};
</script>
<script>
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/p1rll1g3'
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/p1rll1g3';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
</script>
<div id=title>
<img src="logo.png" width=50% style="display: block; margin-left: 20%; margin-right: auto;">
<p><em>"The Return Of The KING OF HACKING."</em></p>
</div>
<div id="hub-menu">
<ul>
<li onclick="loadGame('https://e.widgetbot.io/channels/1052695540367896706/1052695540367896709')">Discord do whatever</li>
<li onclick="loadGame('https://maroon-corrie-48.tiiny.site')">Eaglercraft 1.8</li>
<li onclick="loadGame('https://www.google.com/webhp?igu=1')">Google Search</li>
<li onclick="loadGame('https://cdn-factory.marketjs.com/en/port-shipping-tycoon/index.html')">Port Ship tycoon</li>
<li onclick="loadGame('https://gams-offline.github.io/Gams/Gams.html')">Offline Game buches features and game it can disuise it self</li>
<li onclick="loadGame('https://htmlpreview.github.io/?https://github.com/Parcoil/nativegames.net-v1/blob/main/play/bitlife/index.html')">Bitlife</li>
</ul>
<div id="custom-url">
<input id="url-input" placeholder="Im Always Watching You :}" type="url">
<button id="url-btn" onclick="loadCustomGame()">Custom Url</button>
</div>
</div>
<div id="game-menu">
<ul style="">
<li><button id="fullscreen-btn" onclick="toggleFullscreen()">Fullscreen</button></li>
</ul>
</div>
<div id="game-container">
<!-- Placeholder for the game content -->
</div>
window.Intercom('boot', {
app_id: 'p1rll1g3',
});
window.Intercom('show');
</body>
</html>