07-15-2008, 01:43 AM
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:
and that code un encrypted is as follows
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 advance
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
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 advance

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