Today:

Time now:


This blog is back alive!

It's dawn of a new era:

S.O.L.O
<body>
Image hosted by Photobucket.com
Thursday, April 2, 2009
ACT 25: HACKS

Here's some new hacks that I have discovered:


Edit Any Webpage



What Does This Do?

It lets you edit any webpage but it does not save it, so you can't get in trouble and its fun.

What Programs Do You Need?

Any Internet Browser

Steps

1. Go to the webpage you would like to edit

2. Type the following in the address bar:
javascript: document.body.contentEditable= "true"; document.designMode= "on"; void 0

3. Press Enter

Done!
Now you can move images, edit text, and pretty much do whatever you want.


Windows Glitches


Glitch #1

Try to make a folder named CON or PRN. You can't, it's impossible.



Glitch #2

Open Notepad
Type:
Bush hid the facts
Close and re-open the file



Glitch #3

Open Microsoft Word (Doesn't matter what year)
Type: =rand (200, 99)
Then press Enter



Disk Drive Trick



What Does This Do?

You can implement this into anything really, or just send it to a friend for fun.

Open The Drive

1. Open notepad
2. Type:
Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If

3. Save as: anything.vbs
Now once you click it, the disk drive will open.


Close The Drive

1. Open notepad
2. Type:
Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
End If

3. Save as: anything.vbs
When you click this, the disk drive will close.



Google Hacks Logo


Google For Hackers

In Google Type: google l33t
And click "I'm Feeling Lucky"
It comes up with a hacker version of google.

Find Songs For Free

If you want the song: Diary of Jane by Breaking Benjamin
Search: intitle:"index.of" (mp3|wav) diary.of.jane
Now just look in the results for something like: "Diary Of Jane - Breaking Benjamin"
You can also change the file type inside the parentheses to whatever you like, but make sure
there are "."s between each word


Hidden Google Game

Type: google easter
And click "I'm Feeling Lucky"
I feel it gets old after about 10 seconds, but I'll leave that decision up to you.


Gothic Google

Type: google goth
And click "I'm Feeling Lucky"
It's like a gothic google, but it doesn't have much pages (it searches approx. 10,000 pages)

Labels: ,



Posted - 3:52 AM