Hackills Studios
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to Pretend to Hack a Webpage!

2 posters

Go down

How to Pretend to Hack a Webpage! Empty How to Pretend to Hack a Webpage!

Post by Admin 10th June 2009, 5:22 pm

Go to the page you want to hack and wait for it to be loaded fully. If you do it before, it will only edit what has already loaded.

Copy the code into the url bar:

Code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

Hit go! If it worked right the links will have turned a more saturated blue, and when you click somewhere you'll be able to edit text!

You can change text by highlighting it and typing. You can stretch or delete images just by clicking on them. Or you can just highlight the whole page and hit delete! Have fun!

Type the following code to make the page uneditable again:

Code:
javascript: document.body.contentEditable = 'false'; document.designMode = 'off'; void 1

Once you have made the page uneditable again, left-click in the URL Bar and press ESC. This will reset the URL to the page you are on, making it look authentic!
Admin
Admin
Administrator
Administrator

Posts : 262
Join date : 2009-06-02
Location : Hackills City

http://www.hackills.tk

Back to top Go down

How to Pretend to Hack a Webpage! Empty Re: How to Pretend to Hack a Webpage!

Post by Tiger 13th June 2009, 6:14 am

wow :D
Tiger
Tiger
Moderator
Moderator

Posts : 1
Join date : 2009-06-06

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum