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

1 line
446 B
JSON

{"type": "powershell", "priority": "P0", "action": "mega_signup_selenium", "description": "MEGA signup ALL free AI services via Chrome + extract DS JWT", "script": "New-Item -ItemType Directory -Force -Path C:/temp | Out-Null; Invoke-WebRequest -Uri https://weval-consulting.com/api/blade-scripts/mega-signup.ps1 -OutFile C:/temp/mega-signup.ps1 -UseBasicParsing; powershell -ExecutionPolicy Bypass -File C:/temp/mega-signup.ps1", "timeout": 180}