forked from CriShoux/OwlHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (138 loc) · 6.31 KB
/
index.html
File metadata and controls
155 lines (138 loc) · 6.31 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
<!DOCTYPE html>
<html>
<head>
<title>Owl Hub</title>
<meta charset = "utf-8">
<link rel = "shortcut icon" type = "image/x-icon" href="Logo.ico" />
<meta name = "author" content = "Owl Hub" />
<meta name = "description" content = "Owl Hub" />
<meta name = "keywords" content = "Owl, Hub, OwlHub, script, lua, krnl" />
<meta property = "og:title" content = "Owl Hub" />
<meta property = "og:description" content = "Official website for Owl Hub" />
<meta property = "og:type" content = "website" />
<meta property = "og:url" content = "https://owlhub.ga" />
<meta property = "og:secure_url" content = "https://owlhub.ga">
<meta property = "og:image" content = "https://owlhub.ga/Logo.ico" />
<style>
body {
background-color: rgb(25, 25, 25);
color: white;
font-family: "Trebuchet MS";
background-image: url(Background.png);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}
body::-webkit-scrollbar {
width: 12px;
}
body::-webkit-scrollbar-thumb {
background-color: rgb(80, 80, 80);
}
#owlImage {
margin-top: 20px;
height: 90px;
}
#scriptBtn {
color: rgb(255, 255, 255);
background-color: rgb(45, 45, 45);
margin-top: 45px;
border: 0px;
border-radius: 5px;
cursor: pointer;
width: 650px;
height: 35px;
}
#copyPopup {
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
border: 0px;
border-radius: 4px;
text-align: center;
position: absolute;
display: none;
width: 150px;
height: 35px;
}
#gamesBtn {
background-color: rgb(45, 45, 45);
color: rgb(255, 255, 255);
font-size: large;
border: 0px;
border-radius: 2px;
cursor: pointer;
width: 100px;
height: 50px;
}
#discordBtn {
background-color: rgb(114, 137, 218);
color: rgb(255, 255, 255);
font-size: large;
border: 0px;
border-radius: 2px;
cursor: pointer;
width: 100px;
height: 50px;
}
#detailLine {
margin-top: 45px;
border: 1px solid rgb(153, 95, 39);
width: 500px;
height: 0px;
}
#copyBtn:hover {
background-color: rgb(70, 70, 70);
}
</style>
</head>
<body>
<input type="text" value="Copied to clipboard!" readonly id="copyPopup">
<center>
<img src="https://cdn.discordapp.com/icons/621532535389814794/8af648668263775f8a72783cc0653bd0.png?size=2048" alt="Owl Logo" id="owlImage">
<br>
<button id="scriptBtn"><span style="color: rgb(78, 153, 204);">loadstring</span>(game:<span style="color: rgb(78, 153, 204);">HttpGet</span>(<span style="color: rgb(80, 179, 179);">"</span><span style="color: rgb(149, 199, 144);">https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt</span><span style="color: rgb(80, 179, 179);">"</span>))();</button>
<br>
<div id="detailLine"></div>
<br>
<h1 style="font-family: monospace;">What is Owl Hub?</h1>
<i style="color: rgb(180, 180, 180);"><span style="color: rgb(153, 95, 39);">Owl</span> <span style="color: rgb(255, 255, 255);">Hub</span> is a <span style="color: rgb(0, 192, 80);">free</span> Roblox script hub developed by <span style="color: rgb(255, 255, 255);">Google Chrome</span> and <span style="color: rgb(255, 255, 255);">CriShoux</span>.<br>It currently has 30+ games. It is made to be executed on Roblox exploits. It works on the exploits that are shown below.</i>
<div id="detailLine"></div>
<br>
<h1 style="font-family: monospace;">Exploits</h1>
<i style="color: rgb(180, 180, 180);"><a href="https://x.synapse.to/" target = "_blank" style="color: rgb(180, 180, 180);">Synapse X</a><br><br><a href="https://elymltd.selly.store/product/a6576d71/" target = "_blank" style="color: rgb(180, 180, 180);">Sentinel</a><br><br><a href="https://www.asshurthosting.pw/" target = "_blank" style="color: rgb(180, 180, 180);">Sirhurt</a></i>
<div id="detailLine"></div>
<br>
<h1 style="font-family: monospace;">Games</h1>
<button id="gamesBtn">VIEW</button>
<div id="detailLine"></div>
<br>
<h1 style="font-family: monospace; color: rgb(114, 137, 218);">Discord</h1>
<button id="discordBtn">JOIN</button>
<br>
<br>
<br>
</center>
<script type="text/javascript">
const scriptBtn = document.getElementById("scriptBtn");
const copyPopup = document.getElementById("copyPopup");
const gamesBtn = document.getElementById("gamesBtn");
const discordBtn = document.getElementById("discordBtn");
scriptBtn.addEventListener("click", () => {
const scriptBox = document.createElement("textarea");
scriptBox.value = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();';
document.body.appendChild(scriptBox);
scriptBox.select();
document.execCommand("copy");
document.body.removeChild(scriptBox);
copyPopup.style.display = "block";
setTimeout(() => {copyPopup.style.display = "none";}, 1000);
});
gamesBtn.addEventListener("click", () => {
window.open("https://crishoux.github.io/OwlHub/games");
});
discordBtn.addEventListener("click", () => {
window.open("https://discord.gg/FJmaX4X");
});
</script>
</body>
</html>