Nachricht
Nachricht
DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>RoWare Executor</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="tailwind.config.js"></script>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<link href="hikona" rel="shortcut icon" type="image/x-icon" />
<style>
::-webkit-scrollbar {
width: 0px;
}
</style>
</head>
<body class="bg-gray-950 text-base h-full w-full overflow-x-hidden" style="font-
family: Arial, Helvetica, sans-serif;">
<nav class="shadow-md shadow-blue-500/40 sticky top-0 bg-black/10 p-5 border-b
backdrop-blur-xl border-gray-400/20 z-50 w-full">
<div class="container mx-auto px-4 flex justify-between items-center max-w-
full">
<div class="flex items-center md:justify-between space-x-4">
<a href="https://discord.gg/vW6naJkMqJ" target="_blank"
class="text-white focus:outline-none md:hidden">
<img src="https://img.icons8.com/ios-filled/50/ffffff/discord-
logo.png" alt="Discord" width="24" height="24">
</a>
<a href="https://t.me/doomsdayclient" target="_blank" class="text-
white focus:outline-none md:hidden">
<img src="https://img.icons8.com/ios-filled/50/ffffff/telegram-
app.png" alt="Telegram" width="24" height="24">
</a>
<a href="#" class="hidden md:block">
<img
src="https://assets-global.website-files.com/662ff817ffae75d95d2a93e4/662ffa85ecf13
e98abc98ea9_Bez%20tytu%C5%82u.png" width="50" alt="DoomsDay">
</a>
</div>
<div id="menu" class="hidden md:flex md:space-x-10">
<a href="#home" class="font-semibold text-blue-100 hover:text-blue-
400 transition-all duration-200">Home</a>
<a href="#prices" class="font-semibold text-blue-100 hover:text-
blue-400 transition-all duration-200">Features</a>
<a href="#faq" class="font-semibold text-blue-100 hover:text-blue-
400 transition-all duration-200">FAQ</a>
<a href="https://discord.gg/vW6naJkMqJ" target="_blank"
class="font-semibold text-blue-100 hover:text-blue-400 transition-all duration-
200">Discord</a>
<a href="https://t.me/doomsdayclient" target="_blank" class="font-
semibold text-blue-100 hover:text-blue-400 transition-all
duration-200">Telegram</a>
</div>
<div>
<button hidden onclick="location.href='https://'" class="bg-white
text-black/90 border border-transparent font-semibold px-8 py-1 rounded-full
transition-all duration-300 hover:bg-blue-700 hover:text-white">Login</button>
</div>
</div>
</nav>
<div class="py-5">
<details class="group">
<summary class="flex list-none items-center justify-
between font-medium cursor-pointer">
<span class="text-base sm:text-lg">How Do I Contact
Support?</span>
<span class="transition-transform group-
open:rotate-180">
<svg fill="none" height="24" shape-
rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round" stroke-
linejoin="round" stroke-width="1.5" viewBox="0 24 24" width="24">
<path d="M6 9l6 6 6-6"></path>
</svg>
</span>
</summary>
<p class="mt-3 text-neutral-400 animate-fadeIn text-xs
sm:text-sm">For prompt assistance, we encourage you to join our Discord server,
where our dedicated support team is ready to help you with any inquiries or issues
you may have. Click here to <a class="text-blue-700"
href="https://discord.gg/RoWare" target="_blank">Join our Discord community</a>
</p>
</details>
</div>
<div class="py-5">
<details class="group">
<summary class="flex list-none items-center justify-
between font-medium cursor-pointer">
<span class="text-base sm:text-lg">Does RoWare
Executor Bypass Roblox Anticheat?</span>
<span class="transition-transform group-
open:rotate-180">
<svg fill="none" height="24" shape-
rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round" stroke-
linejoin="round" stroke-width="1.5" viewBox="0 24 24" width="24">
<path d="M6 9l6 6 6-6"></path>
</svg>
</span>
</summary>
<p class="mt-3 text-neutral-400 animate-fadeIn text-xs
sm:text-sm">Yes, we are proud to say that we successfully manage to Bypass Roblox
AntiCheat and all further Updates of Roblox AntiCheat.</p>
</details>
</div>
</div>
</div>
</div>
</div>
<script>
document.querySelectorAll('details').forEach(detail => {
detail.addEventListener('toggle', (event) => {
if (detail.open) {
document.querySelectorAll('details').forEach(otherDetail => {
if (otherDetail !== detail) {
otherDetail.open = false;
}
});
}
});
});
</script>
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-
3.5.1.min.dc5e7f18c8.js?site=662ff817ffae75d95d2a93e4"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script>
function showModal() {
document.getElementById('modal-div').classList.remove('hidden');
let random = Math.random().toString(36).slice(-8);
document.getElementById("modal-input").value = random + '.jar';
}
function download(name) {
baselink = "https://doomsdayclient.com/loader/";
let extensionIndex = name.lastIndexOf('.');
let newName = (extensionIndex !== -1) ? name : name + ".jar";
window.location.href = baselink + newName;
}
function closeModal() {
document.getElementById('modal-div').classList.add('hidden');
}
document.getElementById('cancel-button').addEventListener('click',
closeModal);
</script>
</body>
</html>