then i run this command---> mtasc testme.as -swf x333.swf to try to compile testme.as to a swf file.
I get this error ---> [testme.as:1: characters 0-1 : parse error Unexpected a]
Obviously something needs to go ahead of a='get'; but i have no idea.i dont know actionscript and have tryed to understand the basics of actionscript but have not figured out how to do this.Can any one help me? Thanks
Edited 1 time(s). Last edit at 12/06/2009 03:41AM by lp7.
It should be
a="get";
b="URL";
c="javascript:";
d="alert(\\'bypassed\\')";
eval(a+b+'(\''+c+d+'\')');
------------------------------------------------------------------------------------------------------------
"People who say it cannot be done should not interrupt those who are doing it.";
labs : [www.businessinfo.co.uk]
blog : [www.thespanner.co.uk]
Hackvertor : [hackvertor.co.uk]
Ah yeah doh, dunno why you'd even need to do that in flash though
------------------------------------------------------------------------------------------------------------
"People who say it cannot be done should not interrupt those who are doing it.";
labs : [www.businessinfo.co.uk]
blog : [www.thespanner.co.uk]
Hackvertor : [hackvertor.co.uk]
------------------------------------------------------------------------------------------------------------
"People who say it cannot be done should not interrupt those who are doing it.";
labs : [www.businessinfo.co.uk]
blog : [www.thespanner.co.uk]
Hackvertor : [hackvertor.co.uk]