
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




