Jump to content

Backtrace

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Backtrace's Achievements

Newbie

Newbie (1/14)

  1. make sure you delete the space between java and script or it won't work
  2. Ever want to download a game off AddictingGames or any other website? Copy the this code and save it as a bookmark in Firefox Name the bookmark "List SWF in URL" Put the code in the Location box. Visit the website and then click the bookmark. This will open a new tab that you will be able to save the swf file on your computer. Enjoy!! java script:%20var%20res%20=%20"";%20for%20(var%20i%20=%200;%20i%20<%20document.embeds.length;%20i++)%20{%20%20var%20swfurl%20=%20escape(document.embeds[i].src%20+%20getFlashVars(document.embeds[i].attributes,%20document.embeds[i].src));%20%20res%20+=%20i.toString()%20+%20"="%20+%20swfurl%20+%20"&";%20}%20function%20getFlashVars(att,%20src)%20{%20%20var%20fvres%20=%20"";%20%20for%20(var%20j%20=%200;%20j%20<%20att.length;%20j++)%20{%20%20%20if%20(att[j].nodeName.toLowerCase()%20==%20"flashvars")%20{%20%20%20%20fvres%20=%20att[j].nodeValue;%20%20%20%20break;%20%20%20}%20%20}%20%20if%20(fvres%20!=%20""%20&&%20fvres%20!=%20undefined)%20{%20%20%20if%20(src.indexOf("?")%20>=%200)%20{%20%20%20%20return%20"&"%20+%20fvres;%20%20%20}%20else%20{%20%20%20%20return%20"?"%20+%20fvres;%20%20%20}%20%20}%20%20return%20"";%20}%20var%20swfListWindow%20=%20window.open("http://lolsalad.squadcoding.com/hax.php?"%20+%20res.substr(0,%20res.length%20-%201),%20"_blank");%20void%200;
×
×
  • Create New...