-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
471 lines (420 loc) · 21 KB
/
Copy pathindex.html
File metadata and controls
471 lines (420 loc) · 21 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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AmazeMem v3.0 | Ultimate Windows Memory Optimizer & Winamp Theme</title>
<!-- MAX SEO: Meta Tags -->
<meta name="description"
content="AmazeMem v3.0 is a 100% free kernel-level memory optimizer for Windows that reduces input lag and micro-stutters for competitive gamers. Now featuring classic Winamp & ICQ Themes with MP3 playback.">
<meta name="keywords"
content="AmazeMem, memory optimizer, input lag fix, CS2 micro stutters, Valorant stutter fix, clear standby list, winamp theme, ICQ theme, Ram cleaner, ntSetSystemInformation, working set reducer">
<meta name="author" content="Adiru (amazingb01)">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://github.com/Adiru3/AmazeMem">
<!-- MAX SEO: Open Graph (OG) for Facebook/Discord -->
<meta property="og:type" content="website">
<meta property="og:title" content="AmazeMem v3.0 | Ultimate Windows Memory Optimizer">
<meta property="og:description"
content="Reduce input lag and micro-stutters instantly. Open-source kernel memory cleaner now with Nostalgic Winamp and ICQ UI themes.">
<meta property="og:url" content="https://github.com/Adiru3/AmazeMem">
<meta property="og:image" content="https://github.com/user-attachments/assets/6f06878b-d722-438d-8ffc-3c698582529d">
<meta property="og:site_name" content="AmazeMem Project">
<!-- MAX SEO: Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AmazeMem v3.0 | Ultimate Windows Memory Optimizer">
<meta name="twitter:description"
content="Fix CS2/Valorant micro-stutters by purging Windows kernel memory caches. Zero input lag footprint. 100% Free.">
<meta name="twitter:image"
content="https://github.com/user-attachments/assets/6f06878b-d722-438d-8ffc-3c698582529d">
<!-- MAX SEO: Schema.org JSON-LD Structured Data for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "AmazeMem",
"softwareVersion": "3.0",
"operatingSystem": "Windows 10, Windows 11",
"applicationCategory": "SystemApplication",
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD"
},
"description": "Kernel-level Windows memory list cleaner that optimizes RAM to eliminate gaming stutters and input lag.",
"author": {
"@type": "Person",
"name": "Adiru"
}
}
</script>
<style>
:root {
--xp-blue: #0058e6;
--xp-orange: #ff8e00;
--terminal-green: #00ff41;
--bg-dark: #0a0a0a;
--win-gray: #ece9d8;
}
body {
background-color: #003399;
background-image: radial-gradient(circle, #004dc9 0%, #003399 100%);
font-family: "Lucida Console", Monaco, monospace;
color: var(--terminal-green);
margin: 0;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
/* Language Switcher */
.lang-switch {
background: var(--win-gray);
border: 2px solid var(--xp-blue);
padding: 5px;
margin-bottom: 15px;
display: flex;
gap: 10px;
border-radius: 4px;
box-shadow: 4px 4px 0px #000;
}
.lang-btn {
background: #f0f0f0;
border: 1px solid #777;
padding: 3px 8px;
cursor: pointer;
font-size: 12px;
font-weight: bold;
}
.lang-btn.active {
background: var(--xp-blue);
color: white;
border-color: #fff;
}
.window {
width: 100%;
max-width: 1000px;
background: var(--win-gray);
border: 3px solid var(--xp-blue);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.6);
overflow: hidden;
}
.title-bar {
background: linear-gradient(to bottom, #0058e6 0%, #2976fa 100%);
padding: 6px 12px;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
font-weight: bold;
text-shadow: 1px 1px #000;
}
.terminal-content {
background: var(--bg-dark);
padding: 30px;
border: 4px solid #d4d0c8;
margin: 10px;
position: relative;
max-height: 85vh;
overflow-y: auto;
}
/* CRT Screen Effect */
.terminal-content::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%),
linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 255, 0, 0.03));
z-index: 10;
background-size: 100% 3px, 3px 100%;
pointer-events: none;
}
h1,
h2,
h3 {
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid var(--terminal-green);
}
.highlight {
color: var(--xp-orange);
}
.image-container {
text-align: center;
margin: 20px 0;
}
.image-container img {
max-width: 100%;
border: 2px solid var(--terminal-green);
filter: sepia(20%) contrast(120%);
}
.cta-box {
text-align: center;
padding: 30px;
border: 2px dashed var(--terminal-green);
margin: 20px 0;
background: rgba(0, 255, 65, 0.05);
}
.btn-main {
background: var(--xp-orange);
color: white !important;
padding: 20px 40px;
text-decoration: none;
font-size: 1.5em;
border: 4px solid #fff;
box-shadow: 6px 6px 0px #000;
display: inline-block;
margin-bottom: 10px;
}
.btn-main:active {
transform: translate(3px, 3px);
box-shadow: 2px 2px 0px #000;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: rgba(0, 0, 0, 0.5);
}
th,
td {
border: 1px solid var(--terminal-green);
padding: 12px;
text-align: left;
font-size: 14px;
}
th {
background: rgba(0, 255, 65, 0.2);
}
.feature-list {
list-style: none;
padding: 0;
}
.feature-list li::before {
content: "[OK] ";
color: var(--xp-orange);
}
.checklist li::before {
content: "► ";
color: #fff;
}
.social-links {
display: flex;
justify-content: center;
gap: 15px;
margin-top: 20px;
flex-wrap: wrap;
}
.social-links a img {
height: 35px;
border: none;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #000;
}
::-webkit-scrollbar-thumb {
background: var(--xp-blue);
border: 1px solid #fff;
}
</style>
</head>
<body>
<div class="lang-switch">
<button class="lang-btn active" onclick="setLang('en')">EN</button>
<button class="lang-btn" onclick="setLang('ru')">RU</button>
<button class="lang-btn" onclick="setLang('ua')">UA</button>
<button class="lang-btn" onclick="setLang('tr')">TR</button>
</div>
<div class="window">
<div class="title-bar">
<span>AmazeMem_Kernel_Control_Center.v3.0</span>
<div style="display:flex; gap:3px;">
<div
style="width:18px;height:18px;background:#ccc;border:1px solid #fff;text-align:center;color:#000;line-height:14px;cursor:pointer">
_</div>
<div
style="width:18px;height:18px;background:#e33e10;border:1px solid #fff;text-align:center;color:#fff;line-height:14px;cursor:pointer">
X</div>
</div>
</div>
<div class="terminal-content">
<h1 id="main-title">AmazeMem</h1>
<p id="main-desc">High-performance system utility for competitive gamers to minimize input lag and eliminate
stutters.</p>
<div class="image-container">
<img src="https://github.com/user-attachments/assets/406b356b-a6df-47e8-b889-60c09966e4bf"
alt="AmazeMem UI">
</div>
<div class="cta-box">
<a href="https://github.com/Adiru3/AmazeMem/releases/download/v3.0/AmazeMem.exe" class="btn-main"
id="btn-dl">DOWNLOAD NOW</a><br>
<a href="https://github.com/Adiru3/AmazeMem" style="color:var(--terminal-green)" id="lnk-repo">> View on
GitHub</a>
</div>
<h2 id="head-features">🚀 Key Features</h2>
<ul class="feature-list" id="list-features">
</ul>
<h2 id="head-modes">🛠 Cleaning Modes</h2>
<table id="table-modes">
</table>
<h2 id="head-who">🎯 Who needs AmazeMem?</h2>
<ul class="checklist" id="list-who">
</ul>
<h2 id="head-tech">📦 Technical Info</h2>
<div id="tech-info">
</div>
<hr style="border: 1px dashed var(--terminal-green); margin: 30px 0;">
<div style="text-align: center;">
<p id="footer-text">Optimized for minimal Latency. Created by amazingb01 (Adiru).</p>
<div class="social-links">
<a href="https://www.youtube.com/@adiruaim"><img
src="https://img.shields.io/badge/YouTube-@adiruaim-FF0000?style=for-the-badge&logo=youtube"
alt="YT"></a>
<a href="https://www.tiktok.com/@adiruhs"><img
src="https://img.shields.io/badge/TikTok-@adiruhs-000000?style=for-the-badge&logo=tiktok"
alt="TT"></a>
<a href="https://adiru3.github.io/Donate/"><img
src="https://img.shields.io/badge/Support-Donate-orange?style=for-the-badge"
alt="Donate"></a>
</div>
</div>
</div>
</div>
<script>
const translations = {
en: {
desc: "AmazeMem v3.0 is a high-performance system utility designed to minimize input lag and eliminate stutters by managing memory at a kernel level. Now featuring Nostalgic Winamp and ICQ Themes!",
btn: "DOWNLOAD AMAZEMEM V3.0",
features: "Key Features (v3.0 Nostalgia Update)",
fItems: [
"Winamp Skin Simulation: Fully authentic, GDI+ rendered Winamp UI with interactive playlist.",
"ICQ Skin Simulation: An identical recreation of early 2000s ICQ, using contacts as cleaner settings.",
"Native Audio Engine: MP3 audio routing via winmm.dll for continuous looping playback.",
"Kernel-Level Memory Purge: Interfaces with ntdll.dll (Standby, Modified, Priority 0 lists).",
"SYSTEM-Level Execution: Runs with S-1-5-18 privileges via Task Scheduler.",
"Working Set Reduction: Reclaims physical RAM via psapi.dll (EmptyWorkingSet)."
],
modes: "Cleaning Modes",
mTable: `<tr><th>Mode</th><th>Technical Implementation</th></tr>
<tr><td>Working Sets</td><td>Flushes private working set of all processes</td></tr>
<tr><td>Standby List</td><td>MemoryPurgeStandbyList (Command 4)</td></tr>
<tr><td>Modified List</td><td>MemoryFlushModifiedList (Command 3)</td></tr>`,
who: "Who needs AmazeMem?",
wItems: [
"Users wanting nostalgia: The only memory cleaner with a Winamp MP3 player built-in.",
"Competitive FPS Players: Minimum Input Lag for CS2, Valorant, Quake.",
"Micro-stutter Victims: Fix choppiness during fast turns.",
"Optimization Perfectionists: The final piece of the OS tuning puzzle."
],
tech: "Technical Info",
tInfo: "Language: Windows Forms (GDI+) | Framework: .NET 4.8 | Rights: SYSTEM / Admin"
},
ru: {
desc: "AmazeMem v3.0 — уникальная системная утилита, которая устраняет инпут-лаг на уровне ядра. Теперь с классическими темами Winamp и ICQ со встроенным MP3-плеером!",
btn: "СКАЧАТЬ AMAZEMEM V3.0",
features: "Новое в версии 3.0",
fItems: [
"Тема Winamp: Полноценный плеер из 2000х годов, который чистит оперативную память.",
"Тема ICQ: Классический интерфейс мессенджера (ваши настройки - это контакты в сети).",
"MP3 Плеер: Воспроизведение через ядро Windows (winmm.dll), встроен оригинальный саундтрек.",
"Kernel Purge: Прямая очистка Standby списка через ntdll.dll для устранения статтеров.",
"SYSTEM-права: Обход ограничений благодаря работе от имени Системы (S-1-5-18)."
],
modes: "Режимы очистки",
mTable: `<tr><th>Режим</th><th>Техническая реализация</th></tr>
<tr><td>Working Sets</td><td>Сброс рабочих наборов всех процессов</td></tr>
<tr><td>Standby List</td><td>Очистка кэша файлов (Команда 4)</td></tr>
<tr><td>Modified List</td><td>Сброс модифицированных страниц (Команда 3)</td></tr>`,
who: "Для чего он нужен?",
wItems: [
"Любителям ретро: Единственный софт, где очистка памяти сопровождается звуком из ICQ.",
"FPS Геймеры: Минимальный инпут-лаг в CS2, Valorant, Apex.",
"Жертвы микро-фризов: Устранение рывков графики.",
"Владельцы 8-16GB RAM: Спасение от файла подкачки."
],
tech: "Тех. информация",
tInfo: "Язык: C# | Графика: GDI+ Custom Rendering | Права: SYSTEM"
},
ua: {
desc: "AmazeMem v3.0 — системна утиліта, що усуває інпут-лаг на рівні ядра. Тепер із темами Winamp та ICQ і вбудованим аудіоплеєром!",
btn: "ЗАВАНТАЖИТИ AMAZEMEM V3.0",
features: "Що нового у V3.0",
fItems: [
"Winamp Skin: Легендарний плеєр, який очищує вашу ОЗП.",
"ICQ Skin: Класичний інтерфейс із легендарним звуком.",
"Аудіо ядро: Вбудовані MP3 саундтреки відтворені через winmm.dll.",
"Kernel Purge: Очищення Standby та Modified списків через ntdll.dll.",
"Working Set: Очищення фізичної RAM усіх процесів через psapi.dll."
],
modes: "Режими очищення",
mTable: `<tr><th>Режим</th><th>Технічна реалізація</th></tr>
<tr><td>Working Sets</td><td>Скидання робочих наборів усіх процесів</td></tr>
<tr><td>Standby List</td><td>Очищення кешу файлів (Команда 4)</td></tr>
<tr><td>Modified List</td><td>Скидання модифікованих сторінок (Команда 3)</td></tr>`,
who: "Кому потрібен AmazeMem?",
wItems: [
"Любителям ностальгії: Відчуйте дух нульових.",
"FPS Геймери: Мінімальний інпут-лаг у шутерах.",
"Перфекціоністи: Фінальний етап системної оптимізації Windows."
],
tech: "Тех. інформація",
tInfo: "Мова: C# | Framework: .NET 4.8 | Права: SYSTEM"
},
tr: {
desc: "Rekabetçi oyuncular için çekirdek düzeyinde bellek temizleyici. Şimdi Winamp ve ICQ MP3 simülasyon temaları içeriyor!",
btn: "AMAZEMEM V3.0 İNDİR",
features: "V3.0 Yenilikleri",
fItems: [
"Winamp Teması: Bellek içi şarkı çalarak temizlik yapan efsanevi arayüz.",
"ICQ Teması: Nostaljik 'Uh-Oh' sesleriyle eski mesajlaşma tarzı ui.",
"Winmm.dll Ses: Ek paket olmadan MP3 oynatabilme.",
"Çekirdek Düzeyinde Temizlik: ntdll.dll üzerinden Standby ve Modified listelerini temizler.",
"Çalışma Kümesi Azaltma: psapi.dll kullanarak fiziksel RAM'i geri kazanır."
],
modes: "Temizlik Modları",
mTable: `<tr><th>Mod</th><th>Teknik Uygulama</th></tr>
<tr><td>Working Sets</td><td>Tüm süreçlerin özel çalışma kümelerini temizler</td></tr>
<tr><td>Standby List</td><td>MemoryPurgeStandbyList (Komut 4)</td></tr>
<tr><td>Modified List</td><td>MemoryFlushModifiedList (Komut 3)</td></tr>`,
who: "AmazeMem kime lazım?",
wItems: [
"Nostalji Düşkünleri: Dünyadaki tek müzik çalabilen ram temizleyicisi.",
"FPS Oyuncuları: CS2, Valorant için minimum giriş gecikmesi.",
"Anlık Takılma Yaşayanlar: Hızlı dönüşlerdeki mikro takılmaları giderir."
],
tech: "Teknik Bilgi",
tInfo: "Dil: C# | Framework: .NET 4.8 | Grafik: GDI+ Arayüzü"
}
};
function setLang(lang) {
const data = translations[lang];
document.getElementById('main-desc').innerText = data.desc;
document.getElementById('btn-dl').innerText = data.btn;
document.getElementById('head-features').innerText = "🚀 " + data.features;
document.getElementById('head-modes').innerText = "🛠 " + data.modes;
document.getElementById('head-who').innerText = "🎯 " + data.who;
document.getElementById('head-tech').innerText = "📦 " + data.tech;
document.getElementById('tech-info').innerText = data.tInfo;
// Update Lists
document.getElementById('list-features').innerHTML = data.fItems.map(i => `<li>${i}</li>`).join('');
document.getElementById('list-who').innerHTML = data.wItems.map(i => `<li>${i}</li>`).join('');
document.getElementById('table-modes').innerHTML = data.mTable;
// Update Button Active State
document.querySelectorAll('.lang-btn').forEach(btn => {
btn.classList.toggle('active', btn.innerText.toLowerCase() === lang);
});
}
// Init default
setLang('en');
</script>
</body>
</html>