<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>VeneraHub - Roblox Script Hub</title>
    <link rel="icon" type="image/x-icon" href="Icon/favicon.ico">
    <link rel="stylesheet" href="styles.css">
    <script>
        (function() {
            const token = localStorage.getItem('turnstile_token');
            const verified = localStorage.getItem('turnstile_verified_at');
            const isValid = token && verified && (Date.now() - new Date(verified).getTime() < 300000);
            
            if (!isValid) {
                document.write('<div id="venera-anti-flash" style="position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:99999999;"></div>');
                document.addEventListener('DOMContentLoaded', () => {
                    setTimeout(() => {
                        const shield = document.getElementById('venera-anti-flash');
                        if (shield) shield.remove();
                    }, 50);
                });
            }
        })();
    </script>
    <script src="assets/js/venera-verify.js"></script>
</head>
<body>
    <canvas id="particles"></canvas>

    <nav>
        <a href="index.html" class="logo">VENERA<span class="logo-hub">HUB</span></a>

        <ul class="nav-links">
            <li><a href="index.html" class="active">DASHBOARD</a></li>
            <li><a href="games.html">GAMES</a></li>
            <li><a href="keysystem.html">KEY SYSTEM</a></li>
        </ul>

        <div class="nav-actions">
            <a href="https://discord.gg/yourserver" target="_blank" rel="noopener noreferrer" class="discord-btn">
                <svg width="22" height="22" viewBox="0 0 24 24" fill="currentColor">
                    <path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3752-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.5248 0-.1636-.3933-.4058-.8742-.6177-1.2495a.0741.0741 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.7058 5.9776 3.4547a.076.076 0 00.084-.018c.6155-.8238 1.1714-1.692 1.6545-2.6075a.0765.0765 0 00-.0419-.108c-.6554-.2485-1.2815-.5544-1.8738-.9144a.076.076 0 01-.0075-.1258c.126-.0937.252-.1905.373-.289a.075.075 0 01.0784-.012c3.9326 1.7935 8.1928 1.7935 12.0564 0a.0754.0754 0 01.079.0125c.1213.0986.2473.1954.3733.2895a.076.076 0 01-.0068.1255c-.5923.362-1.2183.668-1.8738.9152a.0765.0765 0 00-.0414.108c.4853.9155 1.0412 1.7837 1.6545 2.6075a.076.076 0 00.084.018c1.9383-.7499 3.9268-1.948 5.9776-3.4547a.082.082 0 00.0313-.0561c.4994-5.177-.8381-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.028zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189z"/>
                </svg>
            </a>
        </div>
    </nav>

    <main>
        <section class="hero">
            <div class="hero-content">
                <h1>VENERA<span class="h1-hub">HUB</span></h1>
                <p>The #1 trusted Roblox script hub. Copy our loadstring, grab a key, and start using scripts instantly.</p>

                <div class="script-showcase">
                    <div class="script-header">
                        <span class="script-header-text">SECURED BY VENERA</span>
                    </div>
                    <div class="script-code" id="scriptCode">loadstring(game:HttpGet("http://api.venerahub.xyz/v1/loader"))()</div>
                </div>

                <div class="button-group">
                    <button class="btn btn-primary" onclick="copyScript(event)">
                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                            <rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
                            <path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
                        </svg>
                        COPY LOADSTRING
                    </button>

                    <a href="https://discord.gg/yourserver" target="_blank" rel="noopener noreferrer" class="btn btn-secondary">
                        <svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
                            <path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3752-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.5248 0-.1636-.3933-.4058-.8742-.6177-1.2495a.0741.0741 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.7058 5.9776 3.4547a.076.076 0 00.084-.018c.6155-.8238 1.1714-1.692 1.6545-2.6075a.0765.0765 0 00-.0419-.108c-.6554-.2485-1.2815-.5544-1.8738-.9144a.076.076 0 01-.0075-.1258c.126-.0937.252-.1905.373-.289a.075.075 0 01.0784-.012c3.9326 1.7935 8.1928 1.7935 12.0564 0a.0754.0754 0 01.079.0125c.1213.0986.2473.1954.3733.2895a.076.076 0 01-.0068.1255c-.5923.362-1.2183.668-1.8738.9152a.0765.0765 0 00-.0414.108c.4853.9155 1.0412 1.7837 1.6545 2.6075a.076.076 0 00.084.018c1.9383-.7499 3.9268-1.948 5.9776-3.4547a.082.082 0 00.0313-.0561c.4994-5.177-.8381-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.028zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189z"/>
                        </svg>
                        JOIN DISCORD
                    </a>
                </div>
            </div>
        </section>

        <section class="features">
            <div class="features-container">
                <h2>Security & <span class="gradient-text">Execution</span></h2>
                <div class="features-grid">
                    <div class="feature-card">
                        <div class="feature-icon">
                            <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#ff8c32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
                            </svg>
                        </div>
                        <h3>100% Sandbox-Safe</h3>
                        <p>VeneraHub is written purely in Lua. Unlike executable client files, Lua scripts run exclusively within the Roblox sandbox. It's technically impossible for scripts to access your system files.</p>
                    </div>

                    <div class="feature-card">
                        <div class="feature-icon">
                            <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#ff8c32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>
                                <line x1="12" y1="9" x2="12" y2="13"></line>
                                <line x1="12" y1="17" x2="12.01" y2="17"></line>
                            </svg>
                        </div>
                        <h3>No Antivirus Conflicts</h3>
                        <p>Because VeneraHub is not a binary program, it will never trigger antivirus blocks. Roblox script executors are completely clean and safe.</p>
                    </div>

                    <div class="feature-card">
                        <div class="feature-icon">
                            <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#ff8c32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>
                            </svg>
                        </div>
                        <h3>Cloud-Powered Updates</h3>
                        <p>Our codebase is stored on secure cloud servers and updated dynamically. Every script execution fetches the latest, clean code directly from our secure API.</p>
                    </div>
                </div>
            </div>
        </section>

        <section class="faq">
            <div class="faq-container">
                <h2>Frequently Asked <span class="gradient-text">Questions</span></h2>

                <div class="faq-item">
                    <div class="faq-question" onclick="toggleFaq(0)">
                        <span>How do I execute the VeneraHub Roblox script?</span>
                        <span class="arrow">▼</span>
                    </div>
                    <div class="faq-answer">Copy the loadstring above, paste it into your executor, and hit execute. VeneraHub will load instantly and you're ready to explore all features.</div>
                </div>

                <div class="faq-item">
                    <div class="faq-question" onclick="toggleFaq(1)">
                        <span>Do I need a key, and how do I get it?</span>
                        <span class="arrow">▼</span>
                    </div>
                    <div class="faq-answer">Yes, a key is required for full access. You can obtain a valid 24-hour key through our third-party ad network service. Complete a quick verification to get your key and start using VeneraHub instantly.</div>
                </div>

                <div class="faq-item">
                    <div class="faq-question" onclick="toggleFaq(2)">
                        <span>Is the VeneraHub script safe and undetected?</span>
                        <span class="arrow">▼</span>
                    </div>
                    <div class="faq-answer">Absolutely. VeneraHub scripts are designed with stealth in mind and run only within Roblox's sandbox environment. Your account is protected and undetected.</div>
                </div>

                <div class="faq-item">
                    <div class="faq-question" onclick="toggleFaq(3)">
                        <span>What should I do if the script does not load?</span>
                        <span class="arrow">▼</span>
                    </div>
                    <div class="faq-answer">First, check your internet connection and make sure you're using the latest executor. If issues persist, join our Discord and our support team will help you out within minutes.</div>
                </div>
            </div>
        </section>
    </main>

    <footer>
        <div class="footer-container">
            <div class="footer-links">
                <a href="index.html">Dashboard</a>
                <a href="games.html">Games</a>
                <a href="https://discord.gg/yourserver" target="_blank" rel="noopener noreferrer">Discord</a>
            </div>
            <p>© 2026 VENERAHUB. ALL RIGHTS RESERVED.</p>
        </div>
    </footer>

    <script src="assets/js/particles.js"></script>
    <script src="assets/js/main.js"></script>
</body>
</html>