-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
236 lines (230 loc) · 8.62 KB
/
index.html
File metadata and controls
236 lines (230 loc) · 8.62 KB
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
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="RamaFounderNCS" />
<meta name="description" content="DEFACE GENERATO NEWBIE CYBER SECURITY" />
<title>DEFACE GENERATOR NEWBIE CYBER SECURITY</title>
<link rel="icon" href="https://i.ibb.co/G3t7BNSx/n.png" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Orbitron&family=Montserrat&display=swap" rel="stylesheet" />
<style>
html { scroll-behavior: smooth; }
body {
background: linear-gradient(to right, #000, #111);
color: #00ffe1;
font-family: 'Orbitron', sans-serif;
padding-bottom: 100px;
}
h1, h4, label { color: #0ff; }
.form-control {
background: #111;
color: #0f0;
font-family: monospace;
border: 1px solid #0ff;
transition: border 0.3s ease;
}
.form-control:focus {
border-color: #ff0055;
box-shadow: 0 0 10px #ff0055;
}
.btn-custom, .btn-copy, .btn-download {
font-weight: bold;
border: none;
border-radius: 8px;
transition: 0.3s;
}
.btn-custom {
background: #ff0055;
color: white;
}
.btn-custom:hover {
background: #cc0033;
}
.btn-copy, .btn-download {
background: #0ff;
color: #000;
margin: 5px;
}
.btn-copy:hover, .btn-download:hover {
background: #00cccc;
}
iframe.preview-frame {
width: 100%;
height: 400px;
background: #000;
border: 2px solid #0ff;
border-radius: 10px;
margin-top: 20px;
}
footer {
text-align: center;
margin-top: 60px;
padding: 20px;
color: #888;
}
footer a {
color: #0ff;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container py-5">
<div class="text-center mb-5">
<h1>DEFACE GENERATOR <span class="badge bg-danger">N.C.S</span></h1>
<p class="text-muted">BY NEWBIE CYBER SECURITY</p>
</div>
<div class="row g-4">
<!-- Form Input -->
<div class="col-lg-6">
<div class="row g-3">
<div class="col-md-6">
<label>URL Gambar</label>
<input type="url" id="gambar" class="form-control" placeholder="https://i.ibb.co/...png">
</div>
<div class="col-md-6">
<label>Warna Background</label>
<input type="text" id="background" class="form-control" placeholder="#000 / RED">
</div>
<div class="col-md-12">
<label>URL Icon</label>
<input type="url" id="icon" class="form-control" placeholder="https://i.ibb.co/...png">
</div>
<div class="col-md-6">
<label>Nama Attacker</label>
<input type="text" id="nick" class="form-control" placeholder="RamaFounderNCS">
</div>
<div class="col-md-3">
<label>Warna</label>
<input type="text" id="warna_nick" class="form-control" placeholder="#0ff">
</div>
<div class="col-md-3">
<label>Font</label>
<select id="font_nick" class="form-control">
<option>Orbitron</option><option>Arial</option><option>Courier New</option><option>Impact</option><option>Comic Sans MS</option>
</select>
</div>
<div class="col-md-6">
<label>Team</label>
<input type="text" id="tim" class="form-control" placeholder="NEWBIE CYBER SECURITY">
</div>
<div class="col-md-3">
<label>Warna</label>
<input type="text" id="warna_tim" class="form-control" placeholder="#f0f">
</div>
<div class="col-md-3">
<label>Font</label>
<select id="font_tim" class="form-control">
<option>Orbitron</option><option>Arial</option><option>Courier New</option><option>Impact</option><option>Comic Sans MS</option>
</select>
</div>
<div class="col-md-12">
<label>Kata 1</label>
<input type="text" id="kata1" class="form-control" placeholder="Pesan baris pertama">
</div>
<div class="col-md-6">
<label>Font Pesan</label>
<select id="font_pesan" class="form-control">
<option>Arial</option><option>Courier New</option><option>Verdana</option><option>Comic Sans MS</option>
</select>
</div>
<div class="col-md-6">
<label>Warna Pesan</label>
<input type="text" id="warna_pesan" class="form-control" placeholder="#ff0">
</div>
<div class="col-md-12">
<label>Kata 2</label>
<input type="text" id="kata2" class="form-control" placeholder="Pesan baris kedua">
</div>
<div class="col-md-12">
<label>Kata 3</label>
<input type="text" id="kata3" class="form-control" placeholder="Pesan baris ketiga">
</div>
<div class="col-md-12">
<label>Thanks To</label>
<input type="text" id="thanks" class="form-control" placeholder="All Supporters">
</div>
<div class="col-md-12">
<label>Musik (URL atau Upload)</label>
<input type="url" id="musik_url" class="form-control mb-2" placeholder="https://example.com/audio.mp3" />
<input type="file" id="musik_file" accept="audio/*" class="form-control" />
</div>
</div>
</div>
<!-- Output -->
<div class="col-lg-6">
<h4 class="text-center mb-3">Hasil Script HTML</h4>
<textarea id="hasil" class="form-control mb-2" rows="12" readonly></textarea>
<div class="text-center">
<button class="btn btn-copy" onclick="copyScript()">Copy Script</button>
<button class="btn btn-download" onclick="downloadScript()">Download .html</button>
</div>
<iframe id="preview" class="preview-frame"></iframe>
</div>
</div>
<footer class="mt-5">
© 2025 <strong>NEWBIE CYBER SECURITY</strong> | POWERED BY <a href="https://github.com/RamaFounderNCS" target="_blank">RAMAFOUNDERNCS</a>
</footer>
</div>
<script>
const get = id => document.getElementById(id).value;
function generateScript() {
let musikSrc = get("musik_url");
const file = document.getElementById("musik_file").files[0];
if (file) {
musikSrc = URL.createObjectURL(file);
}
const html = `<!DOCTYPE html>
<html><head><meta charset='UTF-8'><meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Hacked By ${get('nick')} - ${get('tim')}</title>
<link rel='icon' href='${get('icon')}'><style>
body{background:${get('background')};color:white;text-align:center;font-family:sans-serif;padding:30px;}
h1{color:${get('warna_nick')};font-family:${get('font_nick')}}
h2{color:${get('warna_tim')};font-family:${get('font_tim')}}
p{color:${get('warna_pesan')};font-family:${get('font_pesan')};font-size:20px;margin:20px auto}
</style></head><body>
<audio autoplay loop hidden><source src="${musikSrc}" type="audio/mpeg"></audio>
<img src='${get('gambar')}' style='width:30%;max-width:300px'><br>
<h1>Hacked By ${get('nick')}</h1>
<h2>${get('tim')}</h2>
<p>${get('kata1')}</p>
<p>${get('kata2')}</p>
<p>${get('kata3')}</p>
<marquee style='margin-top:50px;color:${get('warna_tim')};font-weight:bold;'>Thanks To: ${get('thanks')}</marquee>
<footer style="margin-top:50px;color:#888;">Powered by N.C.S Deface Generator PRO+</footer>
</body></html>`;
document.getElementById("hasil").value = html;
const blob = new Blob([html], { type: "text/html" });
document.getElementById("preview").src = URL.createObjectURL(blob);
}
async function copyScript() {
try {
await navigator.clipboard.writeText(document.getElementById("hasil").value);
alert("Script berhasil disalin!");
} catch {
alert("Gagal menyalin script.");
}
}
function downloadScript() {
const blob = new Blob([document.getElementById("hasil").value], { type: "text/html" });
const link = document.createElement("a");
link.href = URL.createObjectURL(blob);
link.download = "deface_pro+.html";
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
}
const inputs = document.querySelectorAll("input, select");
inputs.forEach(el => {
el.addEventListener("input", () => {
generateScript();
});
});
</script>
</body>
</html>