|
2 | 2 | <html lang="ru">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 |
| - <title>Скачать Windofrar</title> |
| 5 | + <title>Скачать читы на Among Us</title> |
6 | 6 | <style>
|
7 |
| - body { margin: 0; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: Arial, sans-serif; font-size: 18px; } |
8 |
| - h1 { font-size: 36px; margin-bottom: 20px; } |
9 |
| - button { padding: 10px 20px; font-size: 24px; border: none; border-radius: 20px; color: #fff; cursor: pointer; margin: 0 10px; } |
| 7 | + body { |
| 8 | + margin: 0; |
| 9 | + height: 100vh; |
| 10 | + display: flex; |
| 11 | + flex-direction: column; |
| 12 | + align-items: center; |
| 13 | + justify-content: center; |
| 14 | + font-family: Arial, sans-serif; |
| 15 | + font-size: 18px; |
| 16 | + } |
| 17 | + h1 { |
| 18 | + font-size: 36px; |
| 19 | + margin-bottom: 20px; |
| 20 | + } |
| 21 | + button { |
| 22 | + padding: 10px 20px; |
| 23 | + font-size: 24px; |
| 24 | + border: none; |
| 25 | + border-radius: 20px; |
| 26 | + color: #fff; |
| 27 | + cursor: pointer; |
| 28 | + margin: 0 10px; |
| 29 | + } |
10 | 30 | .download-button { background-color: #34C759; }
|
11 | 31 | .download-button:hover { background-color: #2F865C; }
|
12 | 32 | .code-button { background-color: #45A0E6; }
|
13 | 33 | .code-button:hover { background-color: #2F7AC8; }
|
14 |
| - .header-image { width: 100%; height: 350px; background: url('qwee.jpg') center/contain no-repeat; cursor: pointer; } |
15 |
| - .button-group { display: flex; justify-content: center; margin-bottom: 20px; } |
| 34 | + .header-image { |
| 35 | + width: 100%; |
| 36 | + height: 350px; |
| 37 | + background: url('cheat.jpg') center/contain no-repeat; |
| 38 | + cursor: pointer; |
| 39 | + } |
| 40 | + .button-group { |
| 41 | + display: flex; |
| 42 | + justify-content: center; |
| 43 | + margin-bottom: 20px; |
| 44 | + } |
| 45 | + .collapsible { |
| 46 | + background-color: #f9f9f9; |
| 47 | + padding: 20px; |
| 48 | + border: 1px solid #ddd; |
| 49 | + border-radius: 10px; |
| 50 | + margin-bottom: 20px; |
| 51 | + width: 100%; |
| 52 | + } |
| 53 | + .collapsible-header { |
| 54 | + padding: 10px; |
| 55 | + border-bottom: 1px solid #ddd; |
| 56 | + cursor: pointer; |
| 57 | + text-align: center; |
| 58 | + font-weight: bold; |
| 59 | + } |
| 60 | + .collapsible-content { |
| 61 | + display: none; |
| 62 | + padding: 0; |
| 63 | + transition: max-height 0.5s; |
| 64 | + } |
| 65 | + .collapsible-content.show { display: block; } |
| 66 | + iframe { |
| 67 | + width: 49%; |
| 68 | + height: 49vh; |
| 69 | + border: none; |
| 70 | + display: inline-block; |
| 71 | + vertical-align: top; |
| 72 | + } |
| 73 | + .toggle-button { |
| 74 | + display: none; |
| 75 | + margin-top: 20px; |
| 76 | + padding: 10px 20px; |
| 77 | + font-size: 18px; |
| 78 | + border: none; |
| 79 | + border-radius: 20px; |
| 80 | + color: #fff; |
| 81 | + cursor: pointer; |
| 82 | + transition: background 0.3s ease; |
| 83 | + } |
| 84 | + .youtube { background: linear-gradient(45deg, #f41240, #1c232b); } |
| 85 | + .youtube:hover { background: linear-gradient(45deg, #d40f35, #1a1f26); } |
| 86 | + .rutube { background: linear-gradient(45deg, #FF0000, #FFFFFF); } |
| 87 | + .rutube:hover { background: linear-gradient(45deg, #CC0000, #FFFFFF); } |
16 | 88 | </style>
|
17 | 89 | </head>
|
18 | 90 | <body>
|
19 |
| - <div class="header-image" id="clickable-image"></div> |
20 |
| - <h1>Самый лучший активатор Windows/Office/WinRAR</h1> |
| 91 | + <div class="header-image" id="headerImage"></div> |
| 92 | + <h1>Самые лучшие читы на Among Us</h1> |
21 | 93 | <div class="button-group">
|
22 |
| - <a href="https://github.com/MAINER4IK/windofrar/releases/download/Release/windofrar.exe" download> |
23 |
| - <button class="download-button">Скачать windofrar</button> |
| 94 | + <a href="https://github.com/MAINER4IK/SickoPolar/releases/download/Release/SickoMenu.zip" download> |
| 95 | + <button class="code-button">Скачать на Windows</button> |
| 96 | + </a> |
| 97 | + <a href="https://github.com/MAINER4IK/SickoPolar/releases/download/Release/Polar.Pather.zip" download> |
| 98 | + <button class="download-button">Скачать на Android</button> |
24 | 99 | </a>
|
25 |
| - <button class="code-button" onclick="window.location.href='https://github.com/MAINER4IK/windofrar/';">Открытый код</button> |
26 | 100 | </div>
|
27 |
| - <div style="text-align: center;">Количество скачиваний: <span id="count">0</span></div> |
28 |
| - <div style="text-align: center; margin-top: 10px;">Без вирусов и вредоносного кода. Активатор выложен на GitHub, где вы можете посмотреть исходный код.</div> |
29 |
| - |
| 101 | + <div class="collapsible"> |
| 102 | + <div class="collapsible-header"><b>Геймплеи Читов в Игре👇</b></div> |
| 103 | + <div class="collapsible-content"> |
| 104 | + <iframe src="https://www.youtube.com/embed/pODqFp3aHlA" allowfullscreen></iframe> |
| 105 | + <iframe src="https://www.youtube.com/embed/GRUAosXuc8M" allowfullscreen></iframe> |
| 106 | + <button id="toggleHost" class="toggle-button youtube">Поменять на Rutube</button> |
| 107 | + </div> |
| 108 | + </div> |
30 | 109 | <script>
|
31 |
| - const getCounter = (key) => parseInt(localStorage.getItem(key)) || 0; |
32 |
| - const setCounter = (key, value) => localStorage.setItem(key, value); |
33 |
| - const resetCounters = () => { |
34 |
| - localStorage.removeItem('imageClickCount'); |
35 |
| - localStorage.removeItem('deletePressCount'); |
36 |
| - }; |
37 |
| - |
38 |
| - let imageClickCount = getCounter('imageClickCount'); |
39 |
| - let deletePressCount = getCounter('deletePressCount'); |
| 110 | + const collapsibleHeader = document.querySelector('.collapsible-header'); |
| 111 | + const collapsibleContent = document.querySelector('.collapsible-content'); |
| 112 | + const toggleButton = document.getElementById('toggleHost'); |
| 113 | + const headerImage = document.getElementById('headerImage'); |
| 114 | + |
| 115 | + collapsibleHeader.addEventListener('click', () => { |
| 116 | + collapsibleContent.classList.toggle('show'); |
| 117 | + toggleButton.style.display = collapsibleContent.classList.contains('show') ? 'block' : 'none'; |
| 118 | + }); |
40 | 119 |
|
41 |
| - document.getElementById('clickable-image').addEventListener('click', () => { |
42 |
| - if (++imageClickCount >= 3) { |
| 120 | + let clickCount = 0; |
| 121 | + headerImage.addEventListener('click', () => { |
| 122 | + if (++clickCount === 3) { |
43 | 123 | window.location.href = 'Among_Us.html';
|
44 |
| - resetCounters(); |
45 |
| - } else { |
46 |
| - setCounter('imageClickCount', imageClickCount); |
47 | 124 | }
|
48 | 125 | });
|
49 | 126 |
|
50 |
| - document.addEventListener('keydown', event => { |
51 |
| - if (event.key === 'Delete') { |
52 |
| - if (++deletePressCount >= 3) { |
| 127 | + let delCount = 0; |
| 128 | + document.addEventListener('keydown', e => { |
| 129 | + if (e.key === 'Delete') { |
| 130 | + if (++delCount === 3) { |
53 | 131 | window.location.href = 'Among_Us.html';
|
54 |
| - resetCounters(); |
55 |
| - } else { |
56 |
| - setCounter('deletePressCount', deletePressCount); |
57 | 132 | }
|
| 133 | + } |
| 134 | + }); |
| 135 | + let inputBuffer = ''; |
| 136 | + document.addEventListener('keydown', event => { |
| 137 | + if (event.key.toLowerCase() === 'x') { |
| 138 | + inputBuffer = 'x'; |
| 139 | + } else if (inputBuffer === 'x' && event.key.toLowerCase() === 'n') { |
| 140 | + window.location.href = 'xneon.html'; |
| 141 | + inputBuffer = ''; |
58 | 142 | } else {
|
59 |
| - deletePressCount = 0; |
60 |
| - setCounter('deletePressCount', deletePressCount); |
| 143 | + inputBuffer = ''; |
61 | 144 | }
|
62 | 145 | });
|
63 | 146 |
|
64 |
| - fetch('https://api.github.com/repos/MAINER4IK/windofrar/releases/latest') |
65 |
| - .then(response => response.json()) |
66 |
| - .then(data => { |
67 |
| - const count = data.assets.find(a => a.name === 'windofrar.exe')?.download_count || 'Не найдено'; |
68 |
| - document.getElementById('count').textContent = count; |
| 147 | + const videoUrls = { |
| 148 | + youtube: [ |
| 149 | + "https://www.youtube.com/embed/pODqFp3aHlA", |
| 150 | + "https://www.youtube.com/embed/GRUAosXuc8M" |
| 151 | + ], |
| 152 | + rutube: [ |
| 153 | + "https://rutube.ru/video/embed/905b437601d2bdf29a9944c5071ad733", |
| 154 | + "https://rutube.ru/video/embed/67bfd7ce3f0a30b1e8d5f28cd9352578" |
| 155 | + ] |
| 156 | + }; |
| 157 | + |
| 158 | + let isYouTube = true; |
| 159 | + toggleButton.addEventListener('click', () => { |
| 160 | + isYouTube = !isYouTube; |
| 161 | + document.querySelectorAll('.collapsible-content iframe').forEach((iframe, index) => { |
| 162 | + iframe.src = videoUrls[isYouTube ? 'youtube' : 'rutube'][index]; |
69 | 163 | });
|
| 164 | + toggleButton.textContent = isYouTube ? "Поменять на Rutube" : "Вернуться на YouTube"; |
| 165 | + toggleButton.className = `toggle-button ${isYouTube ? 'youtube' : 'rutube'}`; |
| 166 | + }); |
70 | 167 | </script>
|
71 | 168 | </body>
|
72 | 169 | </html>
|
0 commit comments