-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
214 lines (185 loc) · 4.76 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
<!-- •°• It's Me Lief | Not Hacker •°• -->
<!--
°• Gw cuma bisa buat sc nya doang, klo ngedepes masih nub bwangg
°• Nih pake sc depes gw yg dulu pernah gw pake tebas index web nasa :D
°• Lu pake nih sc, dijamin auto minder para mastah
°• Tapi kalo mau pake/recode, izin dulu bwangg :)
°• Jika mau request sc, bilang saya ya, insya Allah. saya bisa membantu
-->
<!-- Version 1.0 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="[ L13F.R ]">
<!-- Title -->
<title>Script Deface by ./L i e f</title>
<!-- Icon Title -->
<link rel="icon" type="image/gif" href="https://4.bp.blogspot.com/-gyXTeoYfZYU/WLGzd5IbNEI/AAAAAAAAAgI/7yE1wnuMN4ssfET4BA4GIq18k6xTETuEQCLcB/s1600/logo%2B3.png">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
margin: 0;
padding: 0;
height: 100vh;
width: 100%;
background-size: cover;
background-position: center;
overflow: hidden;
}
.bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(96, 90, 82, 0.37);
}
.box {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 80%;
color: #ecf0f3;
}
.title h1 {
font-size: 4.8em;
letter-spacing: 2px;
font-family: 'Tangerine', cursive;
}
h3 {
transform: rotate(0deg);
font-size: 3em;
letter-spacing: 2px;
font-family: 'Patrick Hand', cursive;
opacity: 0;
animation: blink 1.5s linear forwards;
animation-delay: 2.5s;
}
@keyframes blink {
0% {
color: black;
}
100% {
color: white;
opacity: 1;
}
}
@keyframes blink-hacker {
0% {
color: white;
}
100% {
color: #fb3640;
opacity: 1;
}
}
p {
font-size: 20px;
letter-spacing: 2px;
font-family: 'Poppins', sans-serif;
}
span {
opacity: 0;
animation: blink-hacker 2.5s linear forwards;
animation-delay: 7.5s;
}
/* Responsive */
@media screen and (max-width: 425px) {
.title h1 {
font-size: 3.8em;
}
h3 {
font-size: 1.5em;
}
p {
font-size: 15px;
}
}
</style>
<script language="javascript">
function onKeyDown() {
// current pressed key
var pressedKey = String.fromCharCode(event.keyCode).toLowerCase();
if (event.ctrlKey && (pressedKey == "c" ||
pressedKey == "v" ||
pressedKey == "u")) {
// disable key press porcessing
event.returnValue = false;
}
} // onKeyDown
</script>
</head>
<body onload="randombg()" id="random" onkeydown="onKeyDown()">
<div class="bg"></div>
<div class="box">
<!-- Lagu ngab -->
<iframe width="0" height="0" src="https://f.top4top.io/m_1623ia6u06.mp3" frameborder="0" allowfullscreen></iframe>
<div class="title">
<h1>For You</h1>
</div>
<p>{ Message }</p>
<p><h3>" Apa kamu ingin seumur hidupmu merusak website? Atau ikut denganku menjadi <span>heker!</span> "</h3></p>
<br>
<p>{ It's Me Lief }</p>
<!-- Social link -->
<div class="social-links">
<a href="https://www.facebook.com/heyy.liff.56"><i class="fa fa-facebook"></i></a>
<a href="https://github.com/itsmelief"><i class="fa fa-github"></i></a>
<a href="https://wa.me/6282113345886?text=Halo+Bang+Lief"><i class="fa fa-whatsapp"></i></a>
</div>
<style type="text/css">
.social-links {
text-align: center;
}
.social-links .fa {
height: 40px;
width: 40px;
font-size: 23px;
color: #fff;
line-height: 40px;
margin: 10px 15px 0;
border-radius: 50%;
cursor: pointer;
transition: .5s;
}
/*.social-links .fa:hover {
background: linear-gradient(235deg, #ff005e, #2196F3);
color: #fff;
transform: translateY(-7px);
}*/
.social-links .fa-facebook:hover {
background: #3b5998;
color: #d8e3e7;
transform: translateY(-7px);
}
.social-links .fa-github:hover {
background: #171515;
color: #d8e3e7;
transform: translateY(-7px);
}
.social-links .fa-whatsapp:hover {
background: #25d366;
color: #d8e3e7;
transform: translateY(-7px);
}
</style>
</div>
<style>
body {
background: url("https://www.miciogatto.it/new/wp-content/uploads/2018/02/tumblr_mthttshEvL1sslsrio1_400.gif")
no-repeat fixed;
background-size: 100% 100%;
background-color: black;
color: white;
}
</style>
</body>
</html>