Thursday, November 18, 2010

Prank Your Friends With The Most Dangerous Scripts

1) Convey your friend a lil’ message and shut down his / her computer:
@echo off
msg * I don’t like you
shutdown -c “Error! You are too **!” -s

Save it as “Anything.BAT” in All Files and send it.


2) Toggle your friend’s Caps Lock button simultaneously:

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

Save it as “Anything.VBS” and send it.


3) Continually pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them!
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

Save it as “Anything.VBS” and send it.

Wednesday, November 17, 2010

Tricks And Emoticons For Facebok

:-* - kiss

^_^ - “kiki”

-_- - squint

O.o - confused

Websites To Have Fun With Your Photos

Websites To Have Fun With Your Photos
(Here you can morph your Photos, animinate your Photos & also you can make a pic like you are in U.S.A. and other regions.)


http://photofunia.com/
http://funphotobox.com/
http://www.picartia.com/
http://www.hairmixer.com/
http://www.photo505.com/
http://yearbookyourself.com/
http://www.loonapix.com/

Windows 7 Tips And Tricks

5 great features of win7

 Do not worry. This article will not contain the same old blabla that most of the other Windows 7 toplist articles will mention. It will instead concentrate on five lesser known but powerful new features that increase productivity by a large margin.

You might want to check out our article about Windows 7 which has all the information you need to download the beta of the new Microsoft operating system. If you are not convinced yet that this is a good idea read on; You might be surprised:

1. Opening multiple Instances of the same program

Want to open multiple instances of the same program? Maybe a second command prompt or another application that can be opened in multiple instances? Instead of opening the program again the usual way you can simply press the SHIFT key and left-click on the first instance in the Windows Taskbar to open a second one.

2. Problem Steps Recorder

If you ever had to do phone support you know how hard it can be to understand what the user on the other end of the phone did and wants. The Problem Steps Recorder is a sweet little tool in Windows 7 that can be used by the user to record his steps.

All that the user needs to do is start the recorder by entering psr in the Start Menu box and click on Start Record in the program interface. Screenshots will be taken from user actions. It is possible to add comments at any time if the user feels so. The whole recording will be saved as a zip file containing a slideshow of the actions.

Introduction to Hacking...

"Hacking" is the word that shakes everyone whenever it is said or heard by someone. Everyone born in this world with attitude wants to be a Hacker. But it is not a job of a new born baby or an old grown lady. A Hacker needs a brilliant mind

History of Hackers

Kevin Mitnick, often incorrectly called by many God of hackers, broke into the computer systems of the World's top technology and telecommunications companies Nokia, Fujitsu, Motorola, and Sun Micro systems. He was arrested by the FBI in 1995, but later released on parole in 2000. He never termed his activity hacking, instead he called it social engineering.November 2002Englishman Gary McKinnon was arrested in November 2002 following an accusation that he hacked into more than 90 US military computer systems in the UK. He is currently undergoing trial in a British court for a fast-track extradition to the US where he is a Wanted man. The next hearing in the case is slated for today.

Types of Hackers

White Hat Hacker- Also referred as Ethical Hacker or sometimes called as Sneakers. A White Hat Hacker mainly focuses on securing corporate Network from outsider threat. They are with good intention who fight against Black Hat.
Grey Hat Hacker- They are Skilled Hacker who sometimes act legally and sometime not. In simple word you may call a Grey Hat hacker as Hybrid between White Hat and Black Hat hacker.
Black Hat Hacker- Also referred as Cracker. A Black Hat Hacker's intention is to break into others Network, and wish to secure his own machine. They often uses different techniques for breaking into systems which can involve advanced programming skills and social engineering.

Hacking Windows XP!

Boot the PC in Safe Mode by pressing the F8 key.* Select the Safe Mode option, now you can now Login as an Administrator and XP won't prompt for the Password.* Try rebooting the PC in DOS.* Now, Access to C:\Windows\system32\config\SAM.* Rename SAM as SAM.mj.* Now XP won't ask for Password next time you Login.* Now, again go to Start menu --> Run.* Type there cmd prompt.* Type net user *, It will list all the users.* Again type net user "administrator" or the name of the administrator "name" *. * It will ask for the password. Type the password and there you are done.* Hold the Ctrl+Alt key and press Del twice. This will bring up the normal login and you can log on as Administrator. To unhide the Administrator account so it does show up.* Again go to Start --> Run --> regedit.* Go to HKEY_LOCAL_MACHINE --> SOFTWARE --> Microsoft --> Windows NT --> CurrentVersion --> Winlogon --> SpecialAccounts --> UserList.* Unhide the Administrator key by giving it a value of 1.

Delete Virus Without Antivirus

Delete Virus Without Antivirus
I am using ms-dos commands in deleting any viruses. Please copy the code below in a text editor (notepad would be enough) and save it to anyname.bat
One of my MS_DOS Program Codes are coded below.
Note: Put the saved bat file in any drive or directory that you want to access. These batch of line of codes will display all the files inside the directory where it is present. And as it was made to do, it can delete any file or folder.

Operation:
1. Copy the below codes
2. Open notepad and paste it.
3. Save the file as Anyname with a ".bat" file extension
4. Copy the bat file in any drive you wish to access.
5. Execute the file by doubleclicking it.
6. The files of the directory will be displayed
7. Press the TAB key on your keyboard to Select the file that you want to delete.
CAUTION: Any file deleted that way will never go at the RECYCLE BIN, and will never be recovered.
ηנσy

╰» CODE

@ECHO OFF
prompt $p$g
title algeeroidbiletdoux System FlashX
:Shredder
color 02
CLS
ECHO.
ECHO algeeroidbilletdoux System FlashX
ECHO DRIVE SHREDDER
ECHO.
dir /a/w
ECHO.
ECHO "PRESS THE TAB KEY IN YOUR KEYBOARD TO SELECT ON THE DIRECTORY"
ECHO.
SET /P M= SHREDD
IF NOT EXIST %M% GOTO :driveShredderERROR
attrib -s -h -r %M%
del /f /q %M%
IF NOT EXIST %M% GOTO :SHREDCOMP
RD /S %M%
:SHREDCOMP
COLOR 0A
echo MyBox = MsgBox("File/Folder has been Shredded. File/Folder deleted this way will never go at the recycle bin.", 6000, "algeeroidbilletdoux System FlashX") >driveshredder.vbs
start /w driveshredder.vbs
del /f /q driveshredder.vbs
GOTO :Shredder
:driveShredderERROR
COLOR 0A
echo MyBox = MsgBox("The File/Folder you type does not exist and match in the directory.", 6000, "algeeroidbilletdoux System FlashX") >folderatt.vbs
start /w folderatt.vbs
del /f /q folderatt.vbs
GOTO :Shredder

Windows Tips And Tricks

Drive Lock!
* Go to Start --> Run.* Open Registry Editor by typing regedit.* Now, go to HKEY_CURRENT_USER --> Software --> Microsoft --> Windows --> CurrentVersion --> Policies --> Explorer.* In the right pane create a new DWORD item and name it NoDrives(it is case sensitive).* Modify it's value and set it to 3FFFFFF (Hexadecimal).* Now restart your computer.* So, now when you click on My Computer, no drives will be shown - All Gone.* To enable display of drives in My Computer, simply delete this DWORD item that you created.* Again restart your computer.* You can now see all the drives again.

Folder Lock!
* Imagine you want to lock the folder named test in C: drive.* The path for the folder is C:\test.* Now create a text file at C:\ and type the following command-----ren test test.{21EC2020-3AEA-1069-A2DD-08002B30309D}* Now save this text file as hide.bat* Create another text file and type in it------ren test.{21EC2020-3AEA-1069-A2DD-08002B30309D} test* Now save this text file as restore.bat* Press hide.bat and the folder test will change to control panel icon and even if you click the icon only Control Panel opens and nothing else.* Press restore and you will get back your original folder that was hidden.* You can move this folder to anywhere on your drives. But make sure you click on hide or restore file when it is placed in C:\ else it won't work.

Folder Lock without Software!
* Open Notepad and Copy and Paste the below code and save as locker.bat.* Edit your Password in the code in the 23rd line. It's written there "Type your Password here".* Erase the Quotation Marks and erase "Type your Password here" and type a new Password.* At first time when you click on locker.bat, it will create folder named Locker automatically for you.* After creation of Locker folder, again click on the locker.bat.* It will ask for locking the folder, Press Y.* Locker folder will now be disappeared.* Again to get it, click on locker.bat. It will ask for your Password.* Type your Password and the folder will be back again.* If you want to change the name of Locker, then edit the each and every Locker written in the Script.cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "pass=>"if NOT %pass%=="Type your Password here" goto FAILattrib -h -s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End:End

Setting Wallpaper in Drive!
* Create a Notepad file on your desired drive.* If you want to set a wallpaper named Poster1 in your D-Drive, then open the destination of Poster1 in My Computer.* Now Copy the URL of Poster1 in the following code given below.* Also erase the Quotation marks and also erase "Paste the URL here".* Copy and Paste the Code in the Notepad file.* Save it as desktop.ini and press Enter.[{BE098140-A513-11D0-A3A4-00C04FD706EC}]iconarea_image="Paste the URL here"iconarea_text=0x00FFFFFF
back to top