Request:
I just want to know if you can run the program, connect and log into the game . This is not grimoire this is my SWF file I need tested. Idk if the flashplayer.exe provided will work without flash installed, but I believe so.
Here it is. Thank you.
Messed up twice, figured it out....90% sure the download is right this time.
Edit: If you are getting a white screen/movie not loaded, try making sure the files are in a folder by themselves named MPGHLoader if they are not.
I just installed dotPeek and Visual Studio and decompiled the .exe of grimoire 4.0. I'm a complete beginner of this stuff and really wanna help out.
Btw, the new alpha loader is working great as well.
Originally Posted by rjgrl
I just installed dotPeek and Visual Studio and decompiled the .exe of grimoire 4.0. I'm a complete beginner of this stuff and really wanna help out.
Btw, the new alpha loader is working great as well.
Thank you!
For Learning:
You can learn more about all of the parameters of the swf files with Adobe Animate 2021.
They have portable versions but aspects & functions vary with the editions, so I suggest only the 2021 release if possible.
Try looking into AS3 a.k.a. Action Script 3 https://edutechwiki.unige.ch/en/Acti...20to%20re-use.
Then you will need some type of SWF decompiler.
Such as:
Sothink SWF Decompiler
Sothink Exe to Swf Extractor
Sothink SWF Quicker (I don't think I use this one)
[the Sothink programs require Flash to be installed.]
If you have a Flash.ocx you trust.
you can use this tool... https://www.chestysof*****m/dllregsvr/default.asp
to register/remove the Flash.ocx easily. put the ocx file in your Windows System32/Macromed or SysWOW64/Macromed
Next:
Get ahold of the SWF you want via web-link/browser or the Exe Extractor mentioned above.
Once decompiled to .fla start checking out the .as code, figure out what does what and rewrite it. "Simple" as that.
Then rebuild the swf from the decompiled .fla format in Animate 2021 and you can test and see params sent and recieved there.
Hope this helps it's been stated before probably many times through the years but would take some digging and much would be out of date.
Also I suggest grimoire 3.8 source if you were to want to start something in visual studio for study/practice, 4.0 has been dismantled and modified to work without flash but in doing so, disabled the parameters that give it connection to the file/game and now they won't work without proper modification.