Monday, 18 August 2014

Ghost Typing Keyboard

ghost

Four Simple Steps:

Step 1 : Right click on your desktop move to new and select Text Document

Step 2 : Copy all the code below and paste it to your text document

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 120
wshshell.sendkeys "R"
wscript.sleep 200
wshshell.sendkeys " M"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 140
wshshell.sendkeys "R"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 50
wshshell.sendkeys " T"
wscript.sleep 120
wshshell.sendkeys "R"
wscript.sleep 170
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 50
wshshell.sendkeys "K"
wscript.sleep 120
wshshell.sendkeys "S"
wscript.sleep 160
wshshell.sendkeys " P"
wscript.sleep 200
wshshell.sendkeys "L"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 120
wshshell.sendkeys "A"
wscript.sleep 200
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 140
wshshell.sendkeys " V"
wscript.sleep 100
wshshell.sendkeys "I"
wscript.sleep 50
wshshell.sendkeys "S"
wscript.sleep 120
wshshell.sendkeys "I"
wscript.sleep 170
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys " :"
wscript.sleep 50
wshshell.sendkeys " W"
wscript.sleep 120
wshshell.sendkeys "W"
wscript.sleep 160
wshshell.sendkeys "W"
wscript.sleep 200
wshshell.sendkeys "."
wscript.sleep 100
wshshell.sendkeys "S"
wscript.sleep 120
wshshell.sendkeys "O"
wscript.sleep 200
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "T"
wscript.sleep 140
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "F"
wscript.sleep 50
wshshell.sendkeys "T"
wscript.sleep 120
wshshell.sendkeys "E"
wscript.sleep 170
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "H"
wscript.sleep 50
wshshell.sendkeys "N"
wscript.sleep 120
wshshell.sendkeys "O"
wscript.sleep 160
wshshell.sendkeys "L"
wscript.sleep 200
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "G"
wscript.sleep 120
wshshell.sendkeys "Y"
wscript.sleep 200
wshshell.sendkeys "."
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 140
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "M"
wscript.sleep 100

Step 3 : After that, save your notepad file as your desired name.vbs to desktop and don't forget to change Save as type to "All Files" and file extension must be .vbs

Step 4 : Now you have created the notepad tricks, so let test is it work or not. Open the file .vbs and you will see the text type automatically.

UNLOCK SECURITY CODE OF SAMSUNG MOBILE

samsung


Just Follow these two simple steps:

1. Just Dial From Your Samsung Mobile
*2767*3855#
If you forget your Password.

2. Then your mobile will restart and is
successfully unlocked.

NOTE: 
Backup your phone memory i.e
SMS,CONTACTS,yo ur phone memory
will clear …enjoy..

Thursday, 7 August 2014

Change Windows Password Without Knowing Old One

We are all active in number of social websites,having lots of gmail account.Then we are all stressed to remember those passwords.Due to this stress,if we forget our own system password means I will tell you to recover from that problem.


Today I am going to tell you a trick to change windows password without knowing it. As you all know without knowing the old password we are unable to change it but by following the few steps given below will help you to change it easily. This trick works for Windows Vista, Windows XP, Windows 7, Windows8. 

password


Procedure For Changing Windows Password Without Knowing Old :-

Step 1 : Start Menu > Computer > Right Click > Manage.


Step 2 :System Tool > Local User and Group


Step 3 :Double Click on User (exp. your Pc Name )


Step 4 :Chose User > Right Click on It > Set Password


Step 5 :Click on Proceed button


Step 6 :Then Set your New Password

What is phishing and how to be safe from phishing ?

What is Phishing ?
Phishing is one of the type of hacking . It is a method of acquiring sensitive information such as username, password, bank information etc. Phishing page could be saif as an duplicate page of real one. Its look exactly similar as the real page.But when user enter sensitive information on such phishing page his information is send to the E-mail address provided in the phishing page or you can say the one who created that phishing page. Phishing page is mostly send via mail. Target of phishing are mostly social networking sites like facebook, orkut etc. Also Banks website to acquire credit card details,website like yahoo, gmail are also target of phishing.


phishing


Example of Phishing scams:

1.Email asking you to login to your locked account to unlock it.

2.Email carrying a Link to sites like Facebook,yahoo etc and asking you to Login.

3.Emails containing some Information of your Interest and asking you to Login to Your Account.

How to be safe from phishing ?

1.Never login to any of your account through link provided in the Email.


2.Go to real website dont click on any link posted anywhere. such as link posted on your facebook wall by friend or link provided in comments or link to ceratin website on any blog.


3.Check the URL of website before entering any sensitive information. Because the URL of phishing page is not same as the URL of real one.


4.Real gmail page looks like gmail.com while phishing looks different somthing like gmail.anything.com

Wednesday, 6 August 2014

Slowly Type Messages

This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! 

notepad



Follow the below mentioned steps to perform this trick:


1.Open Notepad.

2.Paste the following code in the notepad file:

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 “, ho”

WScript.Sleep 500

WshShell.SendKeys “w a”

WScript.Sleep 500

WshShell.SendKeys “re ”

WScript.Sleep 500

WshShell.SendKeys “you”

WScript.Sleep 500

WshShell.SendKeys “? ”

WScript.Sleep 500

WshShell.SendKeys “I a”

WScript.Sleep 500

WshShell.SendKeys “m g”

WScript.Sleep 500

WshShell.SendKeys “ood”

WScript.Sleep 500

WshShell.SendKeys ” th”

WScript.Sleep 500

WshShell.SendKeys “ank”

WScript.Sleep 500

WshShell.SendKeys “s! “
Save the file with any name and with .vbs extension and close it.

3.Now open the file and see how freakishly slow the messages appear!


NOTE: 


In order to end the process, open task manager and end the .vbs process.

Monday, 4 August 2014

Funny Desktop Trick

It is very interesting trick. You can apply it on your friend’s pc for joke. Your friend will be fooled whenever he tries to click any desktop icon.

desktop


 Follow these steps.

1.Copy your desktop by clicking “prtscn”.

2.Past it in paint program.

3.Save this file as JPG format.


4.Now open this image file and make it desktop wallpaper.

5.Right click on desktop, click on “arrange icon by”, now click on “hide
desktop icon” to hide all the icons from your desktop
Now “unlock” the taskbar. Done.


Your desktop will be look like original but you can’t click on any icon.
Try it.

Friday, 1 August 2014

. Test Your Anti-Virus using Notepad

Sometimes we don't know whether our antivirus is working properly or not.To detect it,here i will show one trick using notepad. Now we will going to create a exe file like test virus,and then we will make a scan by our corresponding antivirus.If our antivirus detects the file means, it works properly.Otherwise we have to make a move.Lets start it...!!!!

                           
You can also test your anti-virus program using notepad. Follow the steps below to know more:

Step 1: Open Notepad.

Step 2: Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Step 3: Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) instantly and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to change your anti-virus program.

Disclaimer: The EICAR test file (#3) is a 16-bit application and cannot be tested 64-bit versions of Windows.
Tricks and Tips