Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: MU Online Launcher – AntiCheat + WebView + AdminCP  (Visto 469 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline v1rusjkee Posteado: June 07, 2025, 10:34:10 AM | Modificado: June 07, 2025, 12:52:17 PM by v1rusjkee

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 75
  • Gracias recibida: 28
  • lt

🛡️ Security & Protection

Anti-Cheat System: process scanning, SHA256 hash validation, detection by name, and auto-termination. 
🚫 Manual main.exe launch blocking: terminates all unauthorized PIDs. 
🔐 License check: key, ID, and expiration date. 
🔒 Mutex (mutual exclusion): prevents multiple launcher instances. 
📸 Screenshot on suspicion: taken and sent to the server. 
🕵️ Cheat report system (`report`): includes IP, HWID, process name, hash, and ban reason. 
Ban system: IP + HWID blacklist with progressive ban duration.

---

🔁 Update & File Integrity

♻️ Auto-update via update.zip: download and extract. 
🧾 File hash checking: compared with `update_hashes.json`. 
🧩 DLL hashing & anti-cheat hash check: validated with `hash.json`.

---

🧠 Interface & Structure

🌐 HTML interface using local `index.html`, tabs: News, Events, Changelogs. 
📦 Embedded WebView with full JS, CSS, and WebChannel support. 
🪟 main.exe embedded inside launcher window (via HWND). 
🎨 Custom UI: sidebar, character avatars, window switching. 
🧊 Transparent panels + stylish blur effects. 
🧭 Mini-Hub (MiniWidget) support overlayed on `main.exe`, showing AntiCheat status, version, and online count.

---

⚙️ Settings

🌍 Language selection: RU / LT / EN (+ more via JSON). 
🧬 Themes: light / dark mode. 
🔊 Volume control (via pycaw). 
🧩 .pyd module support (`LauncherAdds.pyd`).

---

📡 Integrations & Online

💬 Discord integration: online count, top players, Castle Siege info. 
🔗 WebChannel JSON access: cache from `characters-cache.json`, `guilds`, `pvp`, `logs`, etc. 
📈 Online statistics: real-time player and guest count. 
💳 Donate system: PayPal / Stripe / USDT (TRC20) supported. 
🛒 Market interface: view and sell items from `characters-cache.json`. 
🏅 Rankings with filters: PvP, Online, General, Guilds, ELO, with pagination. 
📖 Guides: multi-language support.

---

👮 Admin Features

🧑‍💼 Admin Panel (AdminCP): anti-cheat reports, ban list, donation logs. 
📋 Ban viewer: HWID, IP, process name, detected hash, attempts, screenshot.

---

🧪 Other Features

🪪 HWID + IP tracking — stored on launch. 
🎭 Window switching for multiple main.exe instances via avatar click. 
🎯 Window title check: if "Admin" is detected, AdminCP button appears. 
⏱️ Launch animations (fade-in, fade-out). 
🛑 Interface lockout on ban.

💸 Pricing
  • 🕒 3 Months License – €50 
  • 📅 1 Year License – €100 
  • 🧠 Full Source Code – €500 (one-time)
💬 Need help or want to buy? 
Join our official Discord: 
https://discord.gg/XjWyFmRagR


Contact Information:

📱 WhatsApp 
💬 Discord

Gracias:


Offline v1rusjkee #1 Posteado: June 08, 2025, 08:11:15 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 75
  • Gracias recibida: 28
  • lt
Spoiler for 1. Preloader:
Spoiler for 2. License cheker:
Spoiler for 3. Home Page:
Spoiler for 4. Settings Button:
Spoiler for 5. Rankings Page:
Spoiler for 6. Donate Page:
Spoiler for 7. Guides Page:
Spoiler for 8. Main.exe Page:
Spoiler for 9. AdminCP Button:
Spoiler for 10. Admin Control Page:
Spoiler for 11. Block Page:

Contact Information:

📱 WhatsApp 
💬 Discord

Offline v1rusjkee #2 Posteado: June 08, 2025, 04:22:28 PM | Modificado: June 08, 2025, 04:24:29 PM by v1rusjkee

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 75
  • Gracias recibida: 28
  • lt
Spoiler for 📄 Footer with License Info and Copyright:
We added a footer displaying license details and copyright information.


Spoiler for 🚫 Ban List with Screenshot View and Unban:
Created a ban list feature that allows viewing screenshots of banned users and lifting active bans.


Spoiler for 💰 Donation Log Tracking:
Implemented donation logs to monitor and track financial transaction traffic in real time.


Spoiler for 🧙 Character List & Controls:
Developed a character list with functions to take screenshots, issue or remove bans, add currencies (WCoinC, WCoinP, Goblin Points), and review screenshots for verification.


Spoiler for 🛡️ Improved AntiCheat System:
The AntiCheat system has been enhanced. 
Now it not only checks forbidden file hashes but also monitors running processes, window titles, keywords in file paths, and more to detect cheats more effectively.


Contact Information:

📱 WhatsApp 
💬 Discord

Offline v1rusjkee #3 Posteado: June 09, 2025, 05:28:24 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 75
  • Gracias recibida: 28
  • lt
🔥 Today's Launcher Updates:

Spoiler for 🔐 Security: Sensitive Actions Moved to Python Bridge:
✔️ All sensitive actions (bans, screenshot deletion, requests) are now handled securely via the Python bridge. 
✔️ JavaScript no longer has direct access — improved security and integrity.

Spoiler for 📸 Player Screenshot Requests:
✔️ Admins can now request a screenshot by character name. 
✔️ The screenshot is captured silently and uploaded to the server (`screenshots_admin`). 
✔️ Supports `request.txt` and `add_request.php` integration.

Spoiler for 🛡️ AntiCheat Improvements:
✔️ Now checks not only SHA256 hashes but also: 
• Running processes 
• Window titles 
• Suspicious keywords 
✔️ Progressive ban system: from 3 hours to permanent ban.

Spoiler for 🖥️ AdminCP WebView Integration:
✔️ Admin panel (`admincp.html`) now loads all data via QWebChannel. 
✔️ No `fetch` requests — safer and cleaner. 
✔️ Admin-only actions are handled securely on the backend.

Spoiler for 📄 License Footer:
✔️ License & copyright footer 
✔️ Only displayed on `index.html` 
✔️ Injected via `inject_footer_license()` from Python bridge.

Spoiler for 🧪 Emulator Compatibility:
✔️ Fully tested and 100% working on the following servers:

✅ Louis Emulator 
✅ MSPro 
✅ MuDevs 
✅ IGNC 

Confirmed full compatibility

Contact Information:

📱 WhatsApp 
💬 Discord

Offline v1rusjkee #4 Posteado: June 11, 2025, 12:18:32 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 75
  • Gracias recibida: 28
  • lt
Works with Louis, MSPro emulators, MuDevs, IGNC

Contact Information:

📱 WhatsApp 
💬 Discord

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
13 Replies
2993 Views
Last post February 20, 2018, 09:42:35 AM
by jesusvelasquezz
3 Replies
1968 Views
Last post January 31, 2019, 01:57:18 PM
by Jhootaz
1 Replies
1343 Views
Last post August 05, 2019, 12:32:05 PM
by Gaboo;
8 Replies
754 Views
Last post May 19, 2022, 09:36:49 PM
by Mathi
26 Replies
2324 Views
Last post April 03, 2023, 12:07:40 PM
by kbjj