-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (268 loc) · 9.78 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Grabbercord" property="og:title" />
<meta content="#100 homepage of the #1 team" property="og:description" />
<meta content="https://discord.gg/W9kmeDQFNG" property="og:url" />
<meta content="https://raw.githubusercontent.com/capped-uwu/Grabbercord/main/favicon.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="favicon.png" type="image/png">
<title>Grabbercord</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
margin: 0;
font-family: 'Roboto', sans-serif;
background-color: #0e0e0e;
color: #fff;
overflow-x: hidden;
}
header {
background: linear-gradient(90deg, #2b0050, #800080);
padding: 20px;
text-align: center;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
animation: fadeInDown 1.2s ease-in-out;
}
nav {
display: flex;
justify-content: center;
gap: 15px;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 12px 25px;
background: linear-gradient(90deg, #4b0082, #2b0050);
border-radius: 25px;
transition: background 0.4s, transform 0.4s, box-shadow 0.4s;
text-transform: uppercase;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
animation: popIn 1s ease-in-out forwards;
}
nav a:hover {
background: linear-gradient(90deg, #800080, #4b0082);
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
section {
padding: 40px;
text-align: center;
opacity: 0;
animation: fadeIn 1.2s forwards;
}
.downloads, .scripts, .members, .tutorial {
display: none;
}
h2 {
margin-bottom: 20px;
font-size: 2.2em;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
}
.btn {
display: inline-block;
padding: 12px 25px;
margin: 15px;
font-size: 1em;
color: #fff;
background: linear-gradient(90deg, #4b0082, #2b0050);
border: none;
border-radius: 25px;
cursor: pointer;
transition: background 0.4s, transform 0.4s, box-shadow 0.4s;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.btn:hover {
background: linear-gradient(90deg, #800080, #4b0082);
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.script-item {
background: #1a1a1a;
border-radius: 15px;
padding: 20px;
margin: 15px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: transform 0.4s;
text-align: left;
max-width: 600px;
animation: popIn 1.2s ease-in-out forwards;
}
.script-item:hover {
transform: translateY(-10px);
}
.script-name {
font-size: 1.3em;
color: #a6a6a6;
margin-bottom: 10px;
}
.getscript-btn {
display: inline-block;
padding: 8px 15px;
margin-top: 10px;
font-size: 0.9em;
color: #fff;
background: linear-gradient(90deg, #4b0082, #2b0050);
border: none;
border-radius: 25px;
cursor: pointer;
transition: background 0.4s, transform 0.4s, box-shadow 0.4s;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.getscript-btn:hover {
background: linear-gradient(90deg, #800080, #4b0082);
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.member-item {
background: #1a1a1a;
border-radius: 15px;
padding: 20px;
margin: 15px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: transform 0.4s;
text-align: left;
max-width: 600px;
animation: popIn 1.2s ease-in-out forwards;
}
.member-item:hover {
transform: translateY(-10px);
}
.member-name {
font-size: 1.5em;
color: #a6a6a6;
margin-bottom: 10px;
}
.partner-item {
background: #1a1a1a;
border-radius: 15px;
padding: 20px;
margin: 15px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: transform 0.4s;
text-align: left;
max-width: 600px;
animation: popIn 1.2s ease-in-out forwards;
}
.partner-item:hover {
transform: translateY(-10px);
}
.partner-name {
font-size: 1.3em;
color: #a6a6a6;
margin-bottom: 10px;
}
.pjoindiscord-btn {
display: inline-block;
padding: 8px 15px;
margin-top: 10px;
font-size: 0.9em;
color: #fff;
background: linear-gradient(90deg, #4b0082, #2b0050);
border: none;
border-radius: 25px;
cursor: pointer;
transition: background 0.4s, transform 0.4s, box-shadow 0.4s;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pjoindiscord-btn:hover {
background: linear-gradient(90deg, #800080, #4b0082);
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes popIn {
from { transform: scale(0.8); opacity: 0; }
to { transform: scale(1); opacity: 1; }
}
</style>
</head>
<body>
<header>
<h1>Grabbercord</h1>
<nav>
<a href="#home" onclick="showSection('home')">Home</a>
<a href="#downloads" onclick="showSection('downloads')">Downloads</a>
<a href="#scripts" onclick="showSection('scripts')">Scripts</a>
<a href="#members" onclick="showSection('members')">Member</a>
<a href="#tutorial" onclick="showSection('tutorial')">Tutorial</a>
<a href="#partner" onclick="showSection('partner')">Partners</a>
<a href="#discord" onclick="openDiscord()">Discord</a>
</nav>
</header>
<section id="home">
<h2>We are making the Grabber, Roblox Script</h2>
<h3>Join Discord please!</h3>
</section>
<section id="downloads" class="downloads">
<h2>Downloads</h2>
<button class="btn" onclick="window.location.href='https://github.com/capped-uwu/Grabbercord/releases/download/1.0.1/GrabberCord.ver1.0.1.exe'">Download Latest</button>
<button class="btn" onclick="window.location.href='https://github.com/capped-uwu/Grabbercord/releases/download/1.0.1/GrabberCord.ver1.0.1.exe'">Download Static</button>
</section>
<section id="scripts" class="scripts">
<h2>RBLX Scripts</h2>
<div class="script-item">
<div class="script-name">Plrinfo(TOO MANY BUGS)</div>
<button class="getscript-btn" onclick="window.location.href='https://pastebin.com/raw/gYYupCEb'">Get Script</button>
</div>
<div class="script-item">
<div class="script-name">CP's Privatemessage SPY</div>
<button class="getscript-btn" onclick="window.location.href='https://pastebin.com/raw/S32qxNLk'">Get Script</button>
</div>
</section>
<section id="members" class="members">
<h2>Members</h2>
<div class="member-item">
<div class="member-name">bruhbasic(CP)</div>
<p>Leader(Founder) of Grabbercord. がんばります!! pls join discord!!</p>
</div>
<div class="member-item">
<div class="member-name">kinakoagepandayo</div>
<p>co founder. power</p>
</div>
</section>
<section id="tutorial" class="tutorial">
<h1>Tutorial</h1>
<h2>Here is the Grabbercord*1 s tutorial!</h2>
<h3>1. make the cfg file!</h3>
<h3>2. generate the file!(select the cfg)</h3>
<h3>you can edit the cfg file.</h3>
<h4>*1 a software. you can download in "Downloads"</h4>
</section>
<section id="partner" class="partner">
<h2>Partner's discord server!</h2>
<div class="partner-item">
<div class="partner-name">"roblox hack" by muuchan(muu1233)</div>
<button class="pjoindiscord-btn" onclick="jd1()">Join discord</button>
</div>
</section>
<script>
function showSection(section) {
document.querySelectorAll('section').forEach(sec => sec.style.display = 'none');
document.getElementById(section).style.display = 'block';
}
function openDiscord() {
window.location.href = "https://discord.gg/W9kmeDQFNG";
}
function jd1() {
window.location.href = "https://discord.gg/UFZEJn7ttQ";
}
showSection('home');
</script>
</body>
</html>