Skip to content

Commit 55a7b92

Browse files
authored
Update index.html
1 parent 1ac397e commit 55a7b92

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ <h1>POBFUS 0.7</h1>
7171
<textarea id="inputCode" placeholder="print('Hello World')"></textarea>
7272

7373
<button onclick="pobfusStart()">PROTECT & VIRTUALIZE</button>
74+
75+
<div style="display: flex; gap: 10px; margin-top: 10px;">
76+
<button onclick="copyToClipboard()" style="background: #238636;">COPY CODE</button>
77+
<button onclick="downloadFile()" style="background: #8957e5;">DOWNLOAD .LUA</button>
78+
</div>
79+
80+
<div id="toast" style="display:none; position:fixed; bottom:20px; right:20px; background: #58a6ff; color:white; padding:10px 20px; border-radius:5px; font-weight:bold;">Copied!</div>
7481

7582
<label style="margin-top: 20px; display: block;">OBFUSCATED OUTPUT:</label>
7683
<textarea id="outputCode" readonly></textarea>

0 commit comments

Comments
 (0)