google analytics

Wednesday, 12 September 2012

BEGINNER TRICKS

frns ...its been a long time since my last article on '"websites on different issues"....today i  am again here to tell you some tricks which will definately make your friend to respect you as a hacker.

  Today i will be showing you some interesting tricks which will let  you jump of your seat.




trick1

cool led trick

How to do that ?

 1. Open Notepad and copy below codes into it.


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
looP
2. Then save this file as led.vbs (.vbs is must) 
3. Open your save file and see your keyboard led blinking like disco lights.



How to disable blinking Led ?

 1. First open Task Manager [ctrl+alt+del ]

 2. Then Go to process tab.
 3. Select wscript.exe 
 4. Click on End process.

TRICK2

how to abort shutdown in windows


In some cases,  the shut down or a restart button of the computer is pressed mistakenly. In such cases, this  operation can be easily aborted. Here are the steps:
 Step1. Press the right button of the mouse on the clean area of the desktop and then choose “shortcut” under “New”
 Step 2: Write “shutdown -a” under “type the location of the item” and click next.
 Step3: Now give the shortcut name of your choice and click on finish.
 Step 4: With this the abort operation icon is ready. Now whenever, you click on the shutdown or restart button, then immediately press this icon and the operation is aborted.






Disable the display


This is a great trick you can play on your friends. To disable the display
of local or networked drives when you click My Computer. step1.Go to start->run.Type regedit.

step2. Now go to:HKEY_CURRENT_USER\Software\Mic rosoft\Windows\Curre ntVersion\Policies\Explorer

step3. Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). 

step4 .Now modify it's value and set it to 3FFFFFF(Hexadecimal) .

step5 Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...).

step6  To enable display ofdrives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.Magic.


I HOPE YOU ALL LIKE THESE TRICKS.IF YES. READ MY ARTICLE ON "UNBLOCKING WEBSITES ON INTERNET"........ AND "HACKING WEBSITES"

No comments:

Post a Comment