-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadoptme.html
More file actions
240 lines (204 loc) · 5.28 KB
/
Copy pathadoptme.html
File metadata and controls
240 lines (204 loc) · 5.28 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
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeCrackerGaming – Adopt Me</title>
<style>
/* GENEL */
body{
margin:0;
font-family:Inter,Arial;
color:#fff;
overflow-x:hidden;
opacity:0;
animation:fade 2s forwards;
position:relative;
}
@keyframes fade{to{opacity:1}}
/* YILDIZLI ARKA PLAN */
#stars{
position:fixed;
inset:0;
background:#000;
z-index:-1;
overflow:hidden;
}
.star{
position:absolute;
background:#fff;
border-radius:50%;
animation:
fall linear infinite,
twinkle 2.5s infinite alternate;
}
@keyframes fall{
from{transform:translateY(-10vh)}
to{transform:translateY(110vh)}
}
@keyframes twinkle{
0%{opacity:.2}
50%{opacity:1}
100%{opacity:.2}
}
/* CONTAINER */
.container{
max-width:900px;
margin:auto;
padding:40px 16px;
text-align:center;
position:relative;
z-index:1;
}
/* HEADER */
.header{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
margin-bottom:20px;
}
.header img{
width:60px;
height:60px;
border-radius:50%;
border:3px solid #22c55e;
}
/* BACK */
.back{
display:inline-block;
margin-bottom:20px;
color:#22c55e;
text-decoration:none;
font-weight:800;
}
/* TITLES */
h1 span{color:#22c55e}
/* SCRIPT BOX */
.script-box{
background:#111;
border:1px solid #22c55e;
border-radius:16px;
padding:16px;
margin-top:20px;
}
.script-scroll{
overflow-x:auto;
}
.script-scroll::-webkit-scrollbar{height:8px}
.script-scroll::-webkit-scrollbar-thumb{
background:#22c55e;
border-radius:10px;
}
pre{
background:#000;
padding:16px;
border-radius:12px;
min-width:520px;
white-space:pre;
color:#22c55e;
margin:0;
}
/* BUTTON */
button{
margin-top:14px;
background:#22c55e;
border:none;
padding:14px 20px;
border-radius:12px;
font-weight:900;
cursor:pointer;
}
/* COPIED */
#copied{
margin-top:10px;
color:#22c55e;
font-weight:800;
display:none;
}
/* STATS */
.stats{
display:flex;
gap:16px;
justify-content:center;
margin-top:30px;
flex-wrap:wrap;
}
.stat{
background:#111;
padding:16px 22px;
border-radius:14px;
border:1px solid #1f2937;
}
.stat-value{
color:#22c55e;
font-size:24px;
font-weight:900;
}
.stat-label{
color:#9ca3af;
font-size:13px;
}
</style>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V65HF7P1XY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V65HF7P1XY');
</script>
</head>
<body>
<!-- ⭐ ARKA PLAN -->
<div id="stars"></div>
<div class="container">
<a class="back" href="index.html">← Back to Hub</a>
<div class="header"> <img src="https://cdn.discordapp.com/attachments/1515841909124370465/1530311324465107205/d03f1c8d-602f-45fa-9256-672c83cd1928.png?ex=6a651cfb&is=6a63cb7b&hm=211bd01c13f620caca8e0e99f199ea647ca5c3e46f8dbf955b5e68aaf4174a5f&"> <h2>CodeCrackerGaming</h2> </div>
<h1>Adopt<span>Me</span></h1> <p>Fast, safe and smooth automation for AdoptMe.</p>
<!-- ⭐ SCRIPT 1 -->
<div class="script-box"> <div class="script-scroll"> <pre id="script1">loadstring(game:HttpGet("https://raw.githubusercontent.com/CodeCrackerXGaming/UniversalHub/refs/heads/main/Adopt%20Me/VisualAndFarm"))</pre> </div>
<button onclick="copyScript('script1', 'copied1')">Copy Script</button>
<div id="copied1">✓ Copied</div> </div>
<!-- ⭐ SCRIPT 2 -->
<div class="script-box"> <div class="script-scroll"> <pre id="script2">loadstring(game:HttpGet(https://raw.githubusercontent.com/CodeCrackerXGaming/UniversalHub/refs/heads/main/Adopt%20Me/Spawner))</pre> </div>
<button onclick="copyScript('script2', 'copied2')">Copy Script</button>
<div id="copied2">✓ Copied</div> </div>
<div class="stats"> <div class="stat"> <div class="stat-value">5K+</div> <div class="stat-label">Executions</div> </div>
<div class="stat"> <div class="stat-value">80+</div> <div class="stat-label">Active Users</div> </div> </div>
</div>
<!-- ⭐ COPY SCRIPT FUNCTION -->
<script> function copyScript(scriptId, copiedId) { const script = document.getElementById(scriptId).innerText; navigator.clipboard.writeText(script).then(() => { const copied = document.getElementById(copiedId); copied.style.display = "block"; setTimeout(() => { copied.style.display = "none"; }, 2000); }); } </script>
<!-- ⭐ YILDIZ OLUŞTUR -->
<script>
const starCount = 140;
const stars = document.getElementById("stars");
for(let i=0;i<starCount;i++){
const s = document.createElement("div");
s.className = "star";
const size = Math.random()*3 + 1;
s.style.width = size+"px";
s.style.height = size+"px";
s.style.left = Math.random()*100+"vw";
s.style.top = Math.random()*100+"vh";
s.style.opacity = Math.random()*0.8 + 0.2;
s.style.animationDuration = (Math.random()*6 + 4)+"s";
s.style.animationDelay = Math.random()*5+"s";
stars.appendChild(s);
}
/* COPY SCRIPT */
function copyScript(){
navigator.clipboard.writeText(
document.getElementById("script").innerText
);
gtag('event','copy_script',{
event_category:'escape_tsunami',
event_label:'Escape Tsunami Script Copy'
});
const c=document.getElementById("copied");
c.style.display="block";
setTimeout(()=>c.style.display="none",2000);
}
</script>
</body>
</html>