-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprxy.html
73 lines (73 loc) · 2.21 KB
/
prxy.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
<!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" />
<title>Lunar Eclipse</title>
<link href="style.css" rel="stylesheet" />
<script
src="https://kit.fontawesome.com/1abfab8baa.js"
crossorigin="anonymous"
></script>
<link
rel="shortcut icon"
href="img/lunar.png"
type="image/png"
class="favicon"
/>
</head>
<body>
<nav class="nav" id="nav">
<a href="index.html">Home</a>
<a href="prxy.html" class="active">Prxy</a>
<a href="gxmes.html">Gxmes</a>
<a href="settings.html">Settings</a>
<div class="right">
<button class="panic">Panic Switch [P]</button>
<p id="time">loading...</p>
</div>
</nav>
<div class="line"></div>
<div class="content">
<div class="title">
<i class="fa-solid fa-moon"></i><br large />
<div class="space"></div>
pRXy/bypXss
</div>
<div class="space"></div>
<div class="prxys">
<h1 class="mleft">Please choose an option:</h1>
<p class="space mleft">
[B]: May be blxcked<br />[L]: Might work or not, it's just blind
luck.<br />[L+]: Still luck but will probably work<br />[P]: May be
already patched in a recent update, or currently being patched.
</p>
<button class="space mmleft" onclick="redir('./prxy/prxy.html')">
[B] Default (slow, not recommended)</button
><br />
<button class="space mmleft" onclick="redir('./prxy/flow.html')">
[B] FlowOS</button
><br />
<button class="space mmleft" onclick="redir('./prxy/ins3curly.html')">
[P] Insecurly</button
><br />
<button class="space mmleft" onclick="redir('./prxy/dextensify.html')">
[L+] Dextensify</button
><br />
<button
class="space mmleft"
onclick="redir('./prxy/securlyunblxcker.html')"
>
[L] [P]: S3curly Unblxcker (only s3curly)
</button>
<h4 class="mleft space">
If [B] bypxsses are being blxcked, you can insert your own link in
settings. We also provide alternate links for both types.
</h4>
</div>
</div>
<script src="https://util.tinymooshmallow.repl.co/util.js"></script>
<script src="script.js"></script>
</body>
</html>