-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (205 loc) · 6.54 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
<!DOCTYPE html>
<html>
<link rel="icon" type="image/png" href="favicon.png"/>
<meta name=”apple-mobile-web-app-capable” content="yes" >
<audio id="cats" loop>
<source src="nyanremix.mp3" type="audio/mpeg">
</audio>
<audio id="nope">
<source src="nope.mp3" type="audio/mpeg">
</audio>
<audio id="sad">
<source src="sad.mp3" type="audio/mpeg">
</audio>
<script>
function sendMessage() {
var hook = new XMLHttpRequest();
//no u
hook.open('POST', 'https://discord.com/api/webhooks/1175314213862903828/RAnYbc0njy-PS4Uz_Mr8EH0uIOXdrgvcDGDyTAPWGs4ipgXM42MposzkOymK4wD43Xd0');
hook.setRequestHeader('Content-type', 'application/json');
var content = {
"embeds": [{
"title": "Message from "+document.getElementById("name").value,
"description": document.querySelector("#message").value,
'color': 65535,
'footer': {
'text': new Date().toLocaleString("AU", { timeZone: "Australia/Perth" })
}
}],
content: "<@851745927000621087>"
}
hook.send(JSON.stringify(content));
alert("msg sent.");
alert("freezy stop spamming it it actually works you will never find my new domain")
}
</script>
<style>
body {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
height: 100vh;
background-size:100%;
background-repeat: repeat-y;
background-attachment: fixed;
height:100%;
width:100%;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#color {
border-color: #33ca47;
border-width: 5px;
}
if{
height:100%;
width=100%;
background-color:#0074FF;
}
</style>
<head>
<title>random page</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GGB6VZLT9Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GGB6VZLT9Q');
</script>
<body onload="loaded">
<script>
function onload(){
if (location.protocol !== 'https:') {
location.replace(`https:${location.href.substring(location.protocol.length)}`);
}
}
</script>
<iframe id="if" src="IMG_0900.GIF" hidden></iframe>
<form id="myForm">
<input type="password" maxlength=4 placeholder="enter 'meaw' here!" id="pswd">
</form>
<script type="text/javascript">
function checkPswd() {
var confirmPassword = "meaw";
var password = document.getElementById("pswd").value;
var input = document.getElementById("pswd");
if (password == confirmPassword) {
input.setAttribute("type","text");
input.value="redirecting...";
setTimeout(() => { window.location="yess.html";}, 500);
input.value=""
input.setAttribute("type","password");
}
else{
if (password.length == 4){
setTimeout(() => {},130);
input.value=""
if (document.getElementById("cats").playing){
setTimeout(() => {document.getElementById("cats").play();},330);
}
document.getElementById("nope").play();
}
}
}
/* Get the documentElement (<html>) to display the page in fullscreen */
var elem = document.getElementById("if");
var cats = document.getElementById("cats");
/* View in fullscreen */
function openFullscreen() {
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) { /* Safari */
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) { /* IE11 */
elem.msRequestFullscreen();
}
cats.play();
elem.removeAttribute("hidden")
}
/* Close fullscreen */
function closeFullscreen() {
if (document.exitFullscreen) {
document.exitFullscreen();
} else if (document.webkitExitFullscreen) { /* Safari */
document.webkitExitFullscreen();
} else if (document.msExitFullscreen) { /* IE11 */
document.msExitFullscreen();
}
}
var form = document.getElementById("myForm");
form.addEventListener("input", function () {
console.log("Form has changed!");
checkPswd();
});
if (document.addEventListener)
{
document.addEventListener('fullscreenchange', exitHandler, false);
document.addEventListener('mozfullscreenchange', exitHandler, false);
document.addEventListener('MSFullscreenChange', exitHandler, false);
document.addEventListener('webkitfullscreenchange', exitHandler, false);
}
function exitHandler()
{
if (!document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement)
{
elem.setAttribute("hidden","");
}
}
</script>
<p>
</p>
<p>
</p>
<img
src="https://placekitten.com/200/200"
alt="pic id code"
onClick="openFullscreen()"
role="button"
tabIndex="0"
/img>
<h2>newer domain then the newest domain: https://anth.lol</h2>
<h1> go down to send message to me!!!!!!!!!!!</h1>
<p>contact me via discord at anthony4933 or use the box below to send a message.</p>
<h2 id="demo">if you see this add me on discord</h2>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Aug 8, 2023 13:05:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "";
}
}, 1000);
</script>
<form onsubmit='sendMessage(); return false;'>
<input type='name' id='name' placeholder="Your name">
<input type='name' id='message' placeholder='message to send to me'>
<input type='submit' value='Send'>
</form>
</body>
</html>