-
Notifications
You must be signed in to change notification settings - Fork 7
/
animation2.html
182 lines (165 loc) · 7.02 KB
/
animation2.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
<!doctype html><html><head><meta charset="gb2312">
<title>Hacked By RS-YAAD</title>
<meta name="title" content="You System Have Been Down!">
<meta name="keywords" content="Hacked By RS-YAAD">
<meta name="description" content="RS-YAAD Was Here! Your Site Security Is Too Low. So, I Hacked It. Upgrade Your Security Level.">
<meta name="author" content="INDONESIAN PREDATOR">
<meta name="viewport" content="width=device-width, initial-scale=0.53">
<meta property="og:description" content="Patch Your Bug!.">
<meta property="og:title" content="This site hacked by RS-YAAD">
<meta property="og:image" content="https://nathanprinsley-files.prinsh.com/data-1/images/NathanPrinsley-NoFace.png">
<link rel="icon" href="https://nathanprinsley-files.prinsh.com/data-1/images/NathanPrinsley-NoFace.png">
<link rel="stylesheet" href="https://nathanprinsley-files.prinsh.com/data-1/css/deface(03-01).css"/>
</head>
<body>
<div class="stars">
<center>
<h1>RS-YAAD</h1>
</center>
</div>
<br>
<div class="twinkling">
<center>
<br>
<br>
<br>
<br>
<br>
<img src="https://nathanprinsley-files.prinsh.com/data-1/images/NathanPrinsley-AnonymousLogo.png" width="250">
<style> img{ animation-name: rotate ; animation-duration: 6s; animation-play-state: running; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes rotate{ 10% {transform:rotateY(36deg)} 20% {transform:rotateY(72deg)} 30% {transform:rotateY(108deg)} 40% {transform:rotateY(144deg)} 50% {transform:rotateY(180deg)} 60% {transform:rotateY(216deg)} 70% {transform:rotateY(252deg)} 80% {transform:rotateY(288deg)} 90% {transform:rotateY(324deg)} 100% {transform:rotateY(360deg)} }
</style>
<br>
<br>
<center>
<h1 class="t3x"> <font color="lime" style="text-shadow: 0 0 20px blue, 0 0 5px red, 0 0 7px red, 0 0 45px red; font-weight:bold: red;font-size:50px"> HACKED BY RS-YAAD </font> </h1>
<br>
</center>
<div class="container">
<div class="text"></div>
</div>
<br>
<br>
<br>
<font face="Sarpanch" color="white" size"10" class="message"> Who Am I? </font>
<br>
<br>
<br>
<marquee behavior="scroll" direction="left" scrollamount="90" scrolldelay="40" width="100%">
<br>
<font color="red" size="4">___________________________________________________________</font>
</marquee>
<div style="text-shadow: 0px 0px 10px green;">
<span style="color: orange;"> <font face="transformers" size="4"><b>Greetzs To : </b></font><b> </b></span>
<b>
<marquee scrollamount="5" direction="left" width="70%">
<font face="Play" color="red" class="cn"> RS-YAAD <font color="cyan">|<font color="lime">..</font><font color="cyan">|</font> </font> .. <font color="cyan">|</font> .. <font color="cyan"> | </font> .. <font color="cyan">|</font> .. <font color="cyan"> | </font> .. <font color="cyan">|
</marquee> </b>
</div><b> <script type="text/rocketscript">/*<![CDATA[*/new TypingText(document.getElementById("message"), 90, function(i){ var ar= new Array("_", " ", "_", " "); return "" +ar[i.length % ar.length]; });//Type out examples:TypingText.runAll();/*]]>*/</script>
<marquee behavior="scroll" direction="right" scrollamount="90" scrolldelay="40" width="100%">
<font color="red" size="4">___________________________________________________________</font>
</marquee> </b></font>
</center>
<font face="Sarpanch" color="white" size"10" class="message"><b><font face="Sarpanch" color="white" size"10" class="message"><font face="Play"><font color="cyan"> </font></font></font></b></font>
</div>
<font face="Sarpanch" color="white" size"10" class="message"><b><font face="Sarpanch" color="white" size"10" class="message"><font face="Play"><font color="cyan">
<div class="clouds">
</div>
<audio src="https://nathanprinsley-files.prinsh.com/data-1/mp3/horizon.mp3" loop="1" autoplay="1"></audio> </font></font></font> </b></font>
<script type="text/javascript" id="dcoder_script">class TextScramble {
constructor(el) {
this.el = el
this.chars = '!@#$%^&*()_-=+{}:"|<>?,./;'
this.update = this.update.bind(this)
}
setText(newText) {
const oldText = this.el.innerText
const length = Math.max(oldText.length, newText.length)
const promise = new Promise((resolve) => this.resolve = resolve)
this.queue = []
for (let i = 0; i < length; i++) {
const from = oldText[i] || ''
const to = newText[i] || ''
const start = Math.floor(Math.random() * 40)
const end = start + Math.floor(Math.random() * 40)
this.queue.push({ from, to, start, end })
}
cancelAnimationFrame(this.frameRequest)
this.frame = 0
this.update()
return promise
}
update() {
let output = ''
let complete = 0
for (let i = 0, n = this.queue.length; i < n; i++) {
let { from, to, start, end, char } = this.queue[i]
if (this.frame >= end) {
complete++
output += to
} else if (this.frame >= start) {
if (!char || Math.random() < 0.28) {
char = this.randomChar()
this.queue[i].char = char
}
output += `<span class="dud">${char}</span>`
} else {
output += from
}
}
this.el.innerHTML = output
if (complete === this.queue.length) {
this.resolve()
} else {
this.frameRequest = requestAnimationFrame(this.update)
this.frame++
}
}
randomChar() {
return this.chars[Math.floor(Math.random() * this.chars.length)]
}
}
const phrases = [
'Your site security is vulnerable.',
'I hacked your site simple.',
'Upgrade your security.',
'But it is true that every security has a vulnerable point.',
'Good bye, pray for me...!'
]
const el = document.querySelector('.text')
const fx = new TextScramble(el)
let counter = 0
const next = () => {
fx.setText(phrases[counter]).then(() => {
setTimeout(next, 1500)
})
counter = (counter + 1) % phrases.length
}
next()
'use strict';
var app = {
init: function () {
app.container = document.createElement('div');
app.container.className = 'animation-container';
document.body.appendChild(app.container);
window.setInterval(app.add, 100);
},
add: function () {
var element = document.createElement('span');
app.container.appendChild(element);
app.animate(element);
},
animate: function (element) {
var character = app.chars[Math.floor(Math.random() * app.chars.length)];
var duration = Math.floor(Math.random() * 15) + 1;
var offset = Math.floor(Math.random() * (50 - duration * 2)) + 3;
var size = 10 + (15 - duration);
element.style.cssText = 'right:'+offset+'vw; font-size:'+size+'px;animation-duration:'+duration+'s';
element.innerHTML = character;
window.setTimeout(app.remove, duration * 1000, element);
},
remove: function (element) {
element.parentNode.removeChild(element);
},
};
document.addEventListener('DOMContentLoaded', app.init);</script>
</body></html>