-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm2.html
More file actions
1 lines (1 loc) · 3.01 KB
/
Copy pathmm2.html
File metadata and controls
1 lines (1 loc) · 3.01 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>CodeCrackerGaming – MM2</title><style>body{margin:0;background:#000;font-family:Inter,Arial;color:#fff;overflow-x:hidden;opacity:0;animation:fade 2s forwards}@keyframes fade{to{opacity:1}}.container{max-width:900px;margin:auto;padding:40px 16px;text-align:center}.header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.header img{width:60px;height:60px;border-radius:50%;border:3px solid #22c55e}.back{display:inline-block;margin-bottom:20px;color:#22c55e;text-decoration:none;font-weight:700}h1 span{color:#22c55e}.script-box{background:#111;border:1px solid #1f2937;border-radius:16px;padding:16px;margin-top:20px}.script-scroll{overflow-x:auto;overflow-y:hidden;}.script-scroll::-webkit-scrollbar{height:8px}.script-scroll::-webkit-scrollbar-thumb{background:#22c55e;border-radius:10px}pre{background:#000;padding:16px;border-radius:12px;min-width:520px;white-space:pre;color:#22c55e;margin:0}button{margin-top:14px;background:#22c55e;border:none;padding:14px 20px;border-radius:12px;font-weight:800;cursor:pointer}#copied{margin-top:10px;color:#22c55e;font-weight:700;display:none}.stats{display:flex;gap:16px;justify-content:center;margin-top:30px;flex-wrap:wrap}.stat{background:#111;padding:16px 22px;border-radius:14px;border:1px solid #1f2937}.stat-value{color:#22c55e;font-size:24px;font-weight:800}.stat-label{color:#9ca3af;font-size:13px}</style><script async src="https://www.googletagmanager.com/gtag/js?id=G-V65HF7P1XY"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V65HF7P1XY');</script></head><body><div class="container"><a class="back" href="index.html">← Back to Hub</a><div class="header"><img src="https://cdn.discordapp.com/attachments/1515841909124370465/1530311324465107205/d03f1c8d-602f-45fa-9256-672c83cd1928.png?ex=6a651cfb&is=6a63cb7b&hm=211bd01c13f620caca8e0e99f199ea647ca5c3e46f8dbf955b5e68aaf4174a5f&"><h2>CodeCrackerGaming</h2></div><h1>Murder Mystery 2 <span>Script</span></h1><p>Fast, stable and lightweight MM2 automation.</p><div class="script-box"><div class="script-scroll"><pre id="script">loadstring(game:HttpGet("https://raw.githubusercontent.com/CodeCrackerXGaming/AutoFarms/refs/heads/main/Summer%20MM2"))()</pre></div><button onclick="copyScript()">Copy Script</button><div id="copied">✓ Copied</div></div><div class="stats"><div class="stat"><div class="stat-value">10K+</div><div class="stat-label">Executions</div></div><div class="stat"><div class="stat-value">100+</div><div class="stat-label">Users</div></div></div></div><script>function copyScript(){ navigator.clipboard.writeText( document.getElementById("script").innerText ); gtag('event','copy_script',{ event_category:'mm2', event_label:'MM2 Script Copy' }); const c = document.getElementById("copied"); c.style.display="block"; setTimeout(()=>{c.style.display="none"},2000);}</script></body></html>