forked from KAR0218/KAR0218.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (188 loc) · 7.96 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
<html>
<head>
<meta charset="utf-8">
<title>Karo Host For PS4 505 & 672 & 702 & 75X</title>
<style type="text/css">
body {
background-color: #1A1920;
background-repeat:no-repeat;
height:100%;
}
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: 40px;
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:35px;
}
.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="">
<br><span id="date" ></span><span id="clock" ></span><h1 style='font-size:25px;text-align:center;color:yellow;'>Karo Host For PS4 505 & 672 & 702 & 75X</h1>
<h1 id=msgs2 style='font-size:25px;text-align:center;color:white;'>Status</h1><br>
<div style="text-align:center" id="MyItems">
<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'"; 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><br>
<a href="672/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host 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:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Exploit For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72A </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 with all payloads on New Exploit and Loader For 672'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>6.72NA</B></button></a><br>
<a href="702N/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo New Host Auto Exploit For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02N</B></button></a>
<a href="702d/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Exploit For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02d</B></button></a>
<a href="702/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host For 702'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02 old</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 Lite version'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.02 Lite</B></button></a><br>
<a href="755/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host Auto Exploit For 75X'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55</B></button></a>
<a href="755A/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host old and new For 75X'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55A</B></button></a>
<a href="755old/index.html"><button style='font-size:22px;text-align:center;color:white' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host old For 75X'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55 old</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 Lite version'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>7.55 Lite</B></button></a><br>
<a href="900N/index.html"><button style='font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Karo Host For 9.00 without payload sender'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>9.00</B></button></a><br>
<a href="restore/index.html"><button style='width: 300px;height: 60px;font-size:22px;text-align:center;color:yellow' class="pointer" onMouseOver="msgs2.innerHTML='Restore Host to Users Guide by Karo'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Restore Host</B></button></a>
<a href="restore2/index.html"><button style='width: 300px;height: 60px;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'"; onmouseout="msgs2.innerHTML='Status'" type="button"><B>Restore PS4Trainer</B></button></a>
<br>
<div class="content" >
<div class="text" >
<br><span class="yellow" >Designed, Ported and Compiled by :</span > <span class="hue" >Karo Sharifi</span>
</div>
</div>
</div>
</body>
</html>