-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (209 loc) · 14.3 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
<html>
<head>
<meta charset="utf-8">
<title>Karo整站离线版 by PSGO.TK ,支持505 & 672 & 702 & 75X & 900</title>
<style type="text/css">
body {
background-color: #1A1920;
background-repeat:no-repeat;
height:95%;
}
button {
background:rgba(0,0,0,0.5);
box-shadow: 0 5px 20px 0 white;
border: 2px solid black;
border-radius: 10px;
width: 170px;
height: 43px;
text-align: center;
padding: 6px;
margin: 6px;
}
button:hover {
box-shadow: 0 5px 50px 0 white;
background-color: #0F0F53;
color: white;
border-radius: 10px;
}
#clock{
float:right;
margin-right:2.25%;
margin-top: 18px;
font-weight:bold;
font-size:28px;
color: white;
}
#date {
float:left;
margin-left:1.25%;
font-weight:bold;
margin-top: 18px;
font-size:28px;
color: white;
}
.content {
width:80%;
margin-left:7.5%;
background:rgba(0,0,0,0.5);
color:white;
margin-top:1%;
font-size:25px;
text-align:center;
border-radius:30px;
padding:20px;
line-height:40px;
}
.title {
font-size:40px;
margin:0;
padding:0;
box-sizing:border-box;
font-weight:bolder;
margin-bottom:10px;
}
.yellow {
color:yellow;
}
.hue {
color:yellow;
padding:10px;
border-radius:10px;
animation:hue 5s linear infinite;
-webkit-animation: hue 5s linear infinite;
box-shadow: 0px 0px 50px yellow;
color:white;
background:rgba(255,255,0,0.4);
}
.hue:hover{
color:yellow;
background:transparent;
}
@keyframes hue{
0%{
filter:hue-rotate(0deg);
-webkit-filter:hue-rotate(0deg);
}
10%{
box-shadow: 0px 1px 50px yellow;
}
20%{
box-shadow: 1px 1px 50px yellow;
}
30%{
box-shadow: 1px 0px 50px yellow;
}
40%{
box-shadow: 1px -1px 50px yellow;
}
50%{
box-shadow: 0px -1px 50px yellow;
}
60%{
box-shadow: -1px -1px 50px yellow;
}
70%{
box-shadow: -1px 0px 50px yellow;
}
80%{
box-shadow: -1px 1px 50px yellow;
}
90%{
box-shadow: 0px 1px 50px yellow;
}
100%{
filter:hue-rotate(360deg);
-webkit-filter:hue-rotate(360deg);
}
}
.text {
padding-bottom:50px;
}
.back {
font-size:25px;
margin-top:10px;
display:block;
line-height:55px;
width:20%;
text-decoration:none;
height:50px;
background:white;
color:black;
border-radius:15px;
}
.back:hover{
border:2px solid white;
background:transparent;
box-sizing:border-box;
color:white;
}
.pointer {cursor: pointer;}
</style>
<script>
function showdate() {
var dt = new Date();
Hour= dt.getHours();
Minute= dt.getMinutes();
Day=dt.getDate();
Month=dt.getMonth()+1;
Year=dt.getFullYear();
if (Minute < 10) { Minute = "0" + Minute; };
if (Hour < 10) { Hour = "0" + Hour; };
document.getElementById("date").innerHTML = (Day+"/"+Month+"/"+Year);
document.getElementById("clock").innerHTML = (Hour+":"+Minute);
}
setInterval(showdate,0);
</script>
</head>
<body class="bg-darker">
<div id="container" style="">
<span id="date" ></span><span id="clock" ></span><h1 style='font-size:25px;text-align:center;color:yellow;'>Karo整站离线版 by PSGO.TK ,支持505 & 672 & 702 & 75X & 900</h1>
<h1 id=msgs2 style='font-size:25px;text-align:center;color:white;'>Status</h1>
<div style="text-align:center" id="MyItems">
<a href="copych/index.html"><button style='width: 200px;height: 40px;font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Copy Cheat For 505 & 672 & 702 & 755 & 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Copy Cheat </B></button></a>
<a href="https://karo218.ir/espweb/index.html"><button style='width: 200px;height: 40px;font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo WEB ESP For 505 & 672 & 702 & 755 & 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>WEB ESP </B></button></a>
<a href="binloader/index.html"><button style='width: 200px;height: 40px;font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Binloader For 505 & 672 & 702 & 755 & 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Binloader </B></button></a><br>
<!--<a href="505N/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='New Karo Host For 505'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>5.05N</B></button></a>-->
<a href="505/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host For 505'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>5.05 old</B></button></a>
<a href="505Gold/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Gold For 505'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>5.05 Gold</B></button></a>
<a href="Goldhen505/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Goldhen 2.2.4 For 505'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Goldhen505</B></button></a>
<a href="http://karo218.ir/esp505tr/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='ESP host (ps4trainer + goldhen + webrte + binloader) Host For 505'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>ESP505tr</B></button></a><br>
<a href="672/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Manual Exploit Full Cache and Compressed version For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72 </B></button></a>
<a href="672A/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Exploit Full Cache and Compressed version For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72A </B></button></a>
<a href="672L/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Light For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72L </B></button></a>
<a href="Goldhen672/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Goldhen 2.2.4 For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Goldhen672</B></button></a>
<a href="http://karo218.ir/esp672tr/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='ESP host (ps4trainer + goldhen + webrte + binloader) Host For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>ESP672tr</B></button></a>
<!--<a href="672N/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host New Exploit and Loader For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72N </B></button></a>
<a href="672NA/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host New Exploit and Loader with All Payloads For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72NA </B></button></a>
<a href="672Mix/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host very stable For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72 Mix </B></button></a>-->
<br>
<a href="702/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo New Host Auto Exploit and Compressed version For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02</B></button></a>
<a href="702L/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host For 702 Light version'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02L</B></button></a>
<a href="http://karo218.ir/702Gold/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Gold with payload sender For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02 Gold</B></button></a>
<a href="Goldhen702/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Goldhen 2.2.2 For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Goldhen702</B></button></a>
<a href="http://karo218.ir/esp702tr/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='ESP host (ps4trainer + goldhen + webrte + binloader) Host For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>ESP702tr</B></button></a><br>
<a href="755/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Exploit and Compressed version For 75X'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55</B></button></a>
<a href="755L/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host For 75X Light version'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55L</B></button></a>
<a href="http://karo218.ir/755Gold/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Gold with payload sender For 75X'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55 Gold</B></button></a>
<a href="Goldhen755/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Goldhen 2.2.2 For 755'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Goldhen755</B></button></a>
<a href="http://karo218.ir/esp755tr/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='ESP host (ps4trainer + goldhen + webrte + binloader) Host For 755'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>ESP755tr</B></button></a><br>
<a href="http://karo218.ir/900/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Gold with payload sender For 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00 Gold</B></button></a>
<!--<a href="900N/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Manual Explot For 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00N</B></button></a>
<a href="900NA/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Explot For 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00NA</B></button></a>-->
<a href="900CM/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Manual Exploit Full Cache and Compressed version For 900 (hippie68 Method)'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00CM</B></button></a>
<a href="900C/index.html"><button style='font-size:22px;text-align:center;color:green' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Exploit Full Cache and Compressed version For 900 (hippie68 Method)'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00CA</B></button></a>
<a href="900L/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Explot Light For 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00L</B></button></a>
<a href="Goldhen900/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host auto Exploit and auto Goldhen 2.2.4 For 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Goldhen900</B></button></a>
<a href="http://karo218.ir/esp900tr/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='ESP host (ps4trainer + goldhen + webrte + binloader) Host For 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>ESP900tr</B></button></a><br>
<a href="http://karo218.ir/PS4TRAINER/index.html"><button style='width: 470px;height: 50px;font-size:22px;text-align:center;background-color:#0B0B61;color:white' class="pointer" onMouseOver="msgs2.innerHTML='PS4Trainer Offline from server 1 (Karo)'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>PS4Trainer Offline (20.08.2022) server 1</B></button></a>
<a href="http://85.214.115.33/index.html"><button style='width: 470px;height: 50px;font-size:22px;text-align:center;background-color:#0B0B61;color:white' class="pointer" onMouseOver="msgs2.innerHTML='PS4Trainer Offline from server 2 (DNS)'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>PS4Trainer Offline (20.08.2022) server 2</B></button></a><br>
<a href="restore/index.html"><button style='width: 300px;height: 50px;font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Restore Hosts to Users Guide by Karo For 505 & 672 & 702 & 755 & 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Restore Host</B></button></a>
<a href="restore2/index.html"><button style='width: 300px;height: 50px;font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Restore PS4Trainer Offline to Users Guide by Karo For 505 & 672 & 702 & 755 & 900'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Restore PS4Trainer Offline</B></button></a>
<a href="http://karo218.ir/esp/index.html"><button style='width: 300px;height: 50px;font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Restore ESP hosts (ps4trainer+goldhen+webrte+binloader) to Users Guide by Karo For All FW'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Restore ESP Hosts</B></button></a>
<div class="content" >
<div class="text" >
<br><span class="yellow" >设计、编译 :</span > <span class="hue" >Karo Sharifi</span>
</div>
</div>
</div>
</body>
</html>