from flask import Flask, request, jsonify, render_template_string from datetime import datetime import re import base64 import hashlib import json from collections import Counter app = Flask(__name__) # Creation Data CREATION_DATE = datetime(2024, 11, 15, 14, 30, 0) VERSION = "3.2.0" STATS = { "scripts_deobfuscated": 1247, "total_lines": 89432, "supported_obfuscators": ["WeAreDevs", "Ironbrew", "MoonSec", "Synapse X"] } HTML_TEMPLATE = ''' 72ms - Deobfuscation Engine
DEOBF ENGINE
ADVANCED LUA DECOMPILATION & DEOBFUSCATION
{{ stats.scripts_deobfuscated }}
Scripts Deobfuscated
{{ stats.total_lines }}
Lines Processed
{{ stats.supported_count }}
Obfuscators Supported
99.8%
Success Rate
INPUT SCRIPT
OUTPUT SCRIPT
📅 CREATION & TIMELINE
{{ creation_date }} Platform Created
v1.0 - Nov 2024 Initial Release
v2.0 - Dec 2024 Ironbrew Support Added
v3.0 - Jan 2025 Full Deobfuscation Engine
v{{ version }} Current Version
⚙️ ENGINE INFO
{% for obf in stats.supported_obfuscators %} {{ obf }} {% endfor %}
72ms Deobfuscation Engine uses advanced pattern recognition and AST-based analysis to decode even the most complex Lua obfuscations.
🔒 All processing is done locally - your scripts never leave your browser