-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.25 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
<html>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<head>
<title>SkriX - Roblox DOORS Exploiter</title>
<link rel="shortcut icon" href="SkriXIcon.png" type="image/x-icon">
</head>
<body>
<h1 class="skrix-header">SkriX</h1>
<p class="fictusRANK">Best website Roblox <s>DOORS</s> Exploiter</p>
<br>
<div class="container1" style="position: relative;">
<center>
<a href="Conciere.lrob" download="Linker.exe">
<button type="button" class="linkerinstall">Install linker</button>
</a>
</center>
</div>
<br>
<div class="exploiter-container">
<center>
<p class="instructions">After you downloaded the linker, type or paste your script here...</p>
<br>
<textarea name="script_roblox" id="rblxscriptarea" cols="140" rows="30" placeholder="Script here...">loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()</textarea>
<br>
<br>
<button type="submit" class="execute">Execute</button>
</center>
</div>
</body>
</html>