
Best HTTP SPY
Universal Script 📌Uploaded byDescription
✨ Key Features 📜 Request & Response Logging + Captures all HTTP requests made by the game, including: + syn.request / http.request + game:HttpGet, game:HttpGetAsync + game:HttpPost, game:HttpPostAsync + game:GetObjects + syn.websocket.connect (WebSocket connections) + Logs request arguments (URL, headers, body, method) + Logs response data (status code, headers, body) + Auto-decodes JSON responses for readability 🎨 GUI Features ✔ Draggable & Resizable Window ✔ Minimize/Restore (with a floating "H" icon) ✔ Clear Logs Button (removes all captured requests) ✔ Filter Box (search logs by keyword) ✔ Copy Button (copies log content to clipboard) ✔ Timestamped Logs (shows when each request was made) ✔ Request Counter (tracks total captured requests) ✔ Toggle Spy On/Off (pause/resume monitoring) 📂 Log Management + Auto-saves logs to a file ([PlaceID]-[Date]-log.txt) + Color-coded logs (requests vs. responses) + ANSI color support (for CLI output) 🛡️ Request Manipulation + Block specific URLs (prevent requests from going through) + Proxy domains (redirect requests to a different host) + Hook responses (modify responses before they return) + Whitelist URLs (allow blocked URLs) ⚙️ API & Advanced Control + Event-driven API (OnRequest event for custom handling) + Programmatic control (enable/disable GUI, change position/size) + Dynamic filtering (hide/show logs based on search terms) 🔧 Compatibility & Safety ✔ Supports Synapse X & other exploits with syn/http ✔ Error handling (graceful fallbacks if features fail) ✔ No external dependencies (self-contained) ✔ Minimal performance impact (coroutine-based processing) This was made based of https://github.com/NotDSF/HttpSpy thanks to NotDSF I just modified some stuff and added a UI for people who dont have Exploit Consoles











