Skip to content

Commit 83dd3d4

Browse files
authored
Update index.html
1 parent a84957e commit 83dd3d4

1 file changed

Lines changed: 24 additions & 55 deletions

File tree

index.html

Lines changed: 24 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,41 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>pobfus | tenringsofdoom1x.github.io</title>
7-
<link rel="stylesheet" href="style.css">
5+
<title>pobfus | v1.12.01-31 Sync</title>
86
</head>
9-
<body>
7+
<body style="background-color:#0d1117;color:#c9d1d9;font-family:sans-serif;margin:0;display:flex;height:100vh;overflow:hidden;">
108

11-
<div id="loader">
12-
<div class="loader-content">
13-
<svg height="48" viewBox="0 0 16 16" width="48" fill="white"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
14-
<div class="loading-bar"><div class="progress"></div></div>
15-
<p id="loader-text">Initialising pobfus v1.12.01-1...</p>
16-
</div>
17-
</div>
18-
19-
<div id="sidebar">
20-
<div class="brand">
21-
<h2>pobfus</h2>
22-
<div class="verified">✓ Developer Edition</div>
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>
2313
</div>
2414

25-
<nav id="sidebar-scroll">
26-
<div class="nav-item active-nav">Master Engine</div>
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;">
2718

28-
<div class="shame-section">
29-
<h4>💀 Wall of Shame</h4>
30-
<div class="shame-entry">
31-
<b>Grok AI (xAI)</b><br>
32-
<span>Attempted v1.11 bypass. Deep-Fold logic remained unreadable. Status: <font color="#ff3e3e">DEFEATED</font></span>
33-
</div>
34-
</div>
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>
3524

36-
<div class="logs-container">
37-
<h4>Repository History</h4>
38-
<div class="log-entry"><b>v1.12.01-1</b><br>Deep-Fold Integration. All system strings (Domain, Name, Hooks) are now virtualized.</div>
39-
<div class="log-entry"><b>v1.11.05</b><br>Delta/Mobile bit32 fix.</div>
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;">
4028
</div>
41-
</nav>
4229

43-
<div class="status-box">
44-
<div class="status-label">REMOTE PIPELINE</div>
45-
<div class="status-val">ESTABLISHED</div>
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>
4631
</div>
4732
</div>
4833

49-
<main id="content">
50-
<header>
51-
<input type="text" id="scriptName" placeholder="Untitled Project" class="script-title-input">
52-
<div class="header-controls">
53-
<button id="goBtn">Protect & Sync</button>
54-
<button id="copyBtn" class="secondary">Copy Output</button>
55-
<button id="dlBtn" class="secondary" disabled>Download</button>
56-
</div>
57-
</header>
58-
59-
<div class="dual-pane">
60-
<div class="pane">
61-
<label>DEOBFUSCATED (RAW)</label>
62-
<textarea id="input" placeholder="-- Paste source here..."></textarea>
63-
</div>
64-
<div class="pane">
65-
<label>OBFUSCATED (POBFUS)</label>
66-
<textarea id="output" readonly placeholder="-- Encrypted output..."></textarea>
67-
</div>
34+
<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>
6838
</div>
69-
</main>
70-
39+
</div>
7140
<script src="script.js"></script>
7241
</body>
73-
</html>
42+
</html>

0 commit comments

Comments
 (0)