Skip to content

Commit 777f014

Browse files
authored
Update index.html
1 parent 7e6e22e commit 777f014

1 file changed

Lines changed: 20 additions & 27 deletions

File tree

index.html

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,34 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>pobfus | v1.12.01-31 Sync</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>pobfus | .cs Ghost-Shift (Sentinel)</title>
67
</head>
7-
<body style="background-color:#0d1117;color:#c9d1d9;font-family:sans-serif;margin:0;display:flex;height:100vh;overflow:hidden;">
8+
<body style="background-color:#0d1117;color:#c9d1d9;font-family:monospace;margin:0;display:flex;height:100vh;overflow:hidden;">
89

9-
<div style="width:300px;background:#161b22;border-right:1px solid #30363d;display:flex;flex-direction:column;">
10-
<div style="padding:25px;">
11-
<h2 style="margin:0;color:#fff;">pobfus</h2>
12-
<div id="statusTier" style="color:#79c0ff;font-size:10px;font-weight:bold;">v1.12.01-31 ACTIVE</div>
13-
</div>
10+
<div style="width:340px;background:#161b22;border-right:1px solid #30363d;padding:25px;display:flex;flex-direction:column;box-shadow: 5px 0 15px rgba(0,0,0,0.3);">
11+
<h2 style="color:#fff;margin:0;letter-spacing:1px;">pobfus<span style="color:#00A2FF;">.cs</span></h2>
12+
<p style="font-size:10px;color:#444;margin-bottom:20px;">SENTINEL BUILD (DARK-LOGIC)</p>
1413

15-
<div style="flex:1;padding:0 25px;overflow-y:auto;">
16-
<h4 style="font-size:10px;color:#8b949e;text-transform:uppercase;">🌐 Version Control</h4>
17-
<input type="text" id="versionUrl" placeholder="Raw Version URL (GitHub/Pastebin)" style="width:100%;background:#0d1117;border:1px solid #30363d;color:#79c0ff;padding:8px;font-size:11px;border-radius:4px;margin-bottom:15px;">
18-
19-
<h4 style="font-size:10px;color:#8b949e;text-transform:uppercase;">🛡️ Security Mode</h4>
20-
<select id="secMode" style="width:100%;background:#0d1117;border:1px solid #30363d;color:#fff;padding:8px;border-radius:4px;margin-bottom:20px;">
21-
<option value="keyless">Keyless (X)</option>
22-
<option value="keyed">Keyed (✓)</option>
23-
</select>
24-
25-
<div id="keyedFields" style="display:none;">
26-
<input type="text" id="keyValue" placeholder="Secret Key" style="width:100%;background:#0d1117;border:1px solid #30363d;color:#79c0ff;padding:8px;font-size:11px;border-radius:4px;margin-bottom:5px;">
27-
<input type="text" id="webhookURL" placeholder="Anti-Tamper Webhook" style="width:100%;background:#0d1117;border:1px solid #30363d;color:#79c0ff;padding:8px;font-size:11px;border-radius:4px;margin-bottom:15px;">
14+
<div style="background:#0d1117;border:1px solid #30363d;padding:12px;border-radius:6px;margin-bottom:25px;">
15+
<div style="font-size:9px;color:#8b949e;text-transform:uppercase;margin-bottom:8px;">Developer Profile</div>
16+
<div style="display:flex;align-items:center;gap:10px;">
17+
<div style="width:8px;height:8px;background:#238636;border-radius:50%;"></div>
18+
<span style="font-size:12px;color:#fff;font-weight:bold;">tenringsofdoom1x</span>
2819
</div>
29-
30-
<button id="goBtn" style="width:100%;background:#238636;color:#fff;border:0;padding:12px;border-radius:6px;cursor:pointer;font-weight:bold;margin-top:10px;">GENERATE PROTECTED BUILD</button>
20+
<div style="font-size:11px;color:#58a6ff;margin-top:5px;">ID: 3481924324</div>
21+
<a href="https://tenringsofdoom1x.github.io" target="_blank" style="display:block;margin-top:10px;padding:6px;background:#21262d;color:#c9d1d9;text-align:center;text-decoration:none;font-size:10px;border-radius:4px;border:1px solid #30363d;">VIEW SITE ↗</a>
3122
</div>
23+
24+
<button id="goBtn" style="width:100%;background:#238636;color:#fff;border:0;padding:15px;border-radius:6px;cursor:pointer;font-weight:bold;font-size:13px;transition:0.2s;border-bottom:3px solid #1a6328;">GENERATE SENTINEL</button>
25+
<button id="dlBtn" style="width:100%;background:#21262d;color:#fff;border:1px solid #30363d;padding:12px;border-radius:6px;cursor:pointer;font-weight:bold;font-size:12px;margin-top:10px;display:none;transition:0.2s;">DOWNLOAD .LUA</button>
3226
</div>
3327

3428
<div style="flex:1;display:flex;flex-direction:column;">
35-
<div style="flex:1;display:flex;">
36-
<textarea id="input" style="flex:1;background:0;color:#79c0ff;padding:20px;border:0;outline:0;font-family:monospace;border-right:1px solid #333;" placeholder="-- Paste Luau Source..."></textarea>
37-
<textarea id="output" readonly style="flex:1;background:#090c10;color:#d2a8ff;padding:20px;border:0;outline:0;font-family:monospace;" placeholder="-- Result..."></textarea>
38-
</div>
29+
<textarea id="input" style="flex:1;background:#0d1117;color:#79c0ff;padding:30px;border:0;outline:0;font-size:13px;resize:none;" placeholder="-- Paste Source Luau..."></textarea>
30+
<textarea id="output" readonly style="flex:1;background:#090c10;color:#d2a8ff;padding:30px;border:0;outline:0;font-size:10px;border-top:1px solid #30363d;resize:none;" placeholder="-- Dark Logic Output..."></textarea>
3931
</div>
32+
4033
<script src="script.js"></script>
4134
</body>
42-
</html>
35+
</html>

0 commit comments

Comments
 (0)