Advertisements
Hacking usb ports
block Usb ports C program
Today i am going to write about a cool hack. You can block USB port of a computer system with a simple exe file. So you can play prank with your friends' by blocking USB ports of their computer easily without even working on that system. There are few tricks available which use windows registry modification. This method also do the same with c program. You just need to compile these C programs. One program is for blocking USB ports and another C program is for unblocking. This trick is for windows computer because i am using registry editing for blocking and unblocking.
Download the pack of code which contains
- block_usb_port.c (compile this and create block.exe)
- unblock_usb_port.c (compile this and create unblock.exe)
Now follow these steps:
- compile and make exe of following files.
- create an autorun pendrive which would run block.exe on inserting usb device.
- give this USB disk to any of your friend.
- you can directly send this exe to your friend.
When you want to unblock usb ports run unblock.exe
Download Here:
http://www.ziddu.com/download/13396349/Usb_port_hack.rar.html
Enjoy this trick and comment below if you have any problem in implementation
Enjoy this trick and comment below if you have any problem in implementation
{ 1 comments... read them below or add one }
its not downloading.....
Please paste your code here
Thank you
Post a Comment