RapidShare Hack.

Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways.

Requesting a new IP address from your ISP server.

Here's how to do it in windows:

1. Click Start

2. Click run

3. In the run box type cmd.exe and click OK

4. When the command prompt opens type the following. ENTER after each new line.


ipconfig /flushdns

ipconfig /release

ipconfig /renew

exit


5. Erase your cookies in whatever browser you are using.

6. Try the rapidshare download again

TRACK IMEI

TRACK IMEI is here to help you locate your lost mobile. If you have lost your mobile and

remember the 14/15 digit IMEI number of your mobile which is a unique number for every mobile

then you can register you mobile with us, if any of our dealers across the world will come across that

mobile having that IMEI number we will contact you on the details provided by you while

registering

with us.

If you have already registered with us the details then you can search for your mobile by entering the

IMEI number in the below search for IMEI number field.

SPY ON MOBILE

1. Activate the "Automatic Answer" in the headset profile of your cell phone and set the ringing volume to "Mute"

 2. Short-circuit the left middle and right pins on the bottom of the mobile phone with all connections touching each other this will activate profile "Headset". If you cant do this just keep your earphone connected to mobile. 

3. Now place it under a table in a room and call it. Now you can use your phone for checking out what people are talking about in a room. Just call on your phone.

 4. The phone receives the call without ringing and you can listen to what people are saying.

Filter out their fun in IE


In Internet Explorer, you can use the Content Advisor to block sites that your victims tend to visit

regularly – Facebook, Ebay, or Google, for example.

To do this, go to 'Tools | Internet Options | Content' and then click 'Enable'. Now click 'Approved

Sites', enter the domain names to block and hit 'Never' to add them to IE's blocklist.

Swap the speakers

As the Buzzcocks once succinctly observed: noise annoys

 – and it's even more irritating when you can't stop it.

To pull off this brand of hi-jink, simply take your target's

speaker cable and plug it into your PC instead of theirs.

Now anything you play on your PC will come through their speakers,

whether it's novelty pop songs, death metal or an array of silly sound effects.

Freeze the desktop

This trick is as old as computers themselves,

 but people still fall for it hook,

line and sinker.

 All you need to do is take a screenshot of your victim's desktop,

 hide all of their icons and then replace their wallpaper with the screenshot.

Sit back and smirk as

they click repeatedly – but all to no avail.

Folder Lock Without Any Software

Folder Lock With Password Without Any Software-
Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely '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.


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
:End

Stick a Message Into their System Clock



We’ve covered this before, but you can easily stick custom text into the clock that sits in the taskbar—and most people won’t have a clue how to switch it back. Just head into Control Panel –> Region and Language –> Additional Settings –> Time, and change the AM or PM symbols to whatever you want. Or you can read how to do it for Windows 7 or Vista.

Create a Shutdown Shortcut that Looks like a Folder


This one is really simple to do—just create a shortcut to shutdown.exe on the desktop, and then change the icon to a regular folder, so when they double-click the folder to see what it might contain, they get a nice system shutdown notice instead. You can change the shutdown time to really far in the future so they won’t lose any work, but mostly so they get the full benefit of your nerd skills.
shutdown -s -t 1925000 -c “System error: overloaded porn folder”
If they are using XP, the effect is nice and dramatic, and you can even have some fun with the shutdown time… on Windows 7 you won’t be able to show off your geek skills quite as well, but they’ll still see something that will confuse them.

Make the Space Key Write the Word SPACE


Here’s a clever prank for you: Make the victim’s computer actually type the word “SPACE” every time they hit the space bar. They’ll be lost trying to figure out what on earth is going on, and it couldn’t be simpler.
Just create a new AutoHotkey script and drop in the following two lines of code—the first one is to hide the tray icon, and the second sets up the hotkey for replacing the text.
#NoTrayIcon
*Space::Send,SPACE
You’ll probably want to right-click on the script and compile it to an executable before putting it on their computer. I’m not providing a download for this! Just stick it somewhere on their PC, launch it, and watch the fun!
What’s really entertaining is that while I was testing this out, I accidentally pranked myself—my AHK scripts are stored in Dropbox and synced across all my PCs, and I’d forgotten about it on my desktop. Whoops!