| Loader-chan is a loader. there are other content protected swfs necessary to make this work. you should be able to extract the URLs with SWFTools as text, or you can decompile this with JPEX flash decompiler and attemt to fix the URLs to be non-local and recompile. a local URL is a file in the same folder on the website like: "//scene1.swf" but the full URL might actually be: "https://www.meetandfuckgames/games/Iron_Giant_2/ assets/scene1.swf" you should be able to find this out in browser inspector by rightclicking the page selecting inspector and looking through the resources linked. you might have to view source and them navigate to other source documents like JS scripts to find the actual folder and link. but the loader itself usually isn't worth much. |