So I'm playing with the latest official swf decompiled by jpexs. But I can't modify player.as because jpex complains about this line of header code which imports Square#58.as class (from decompile, not written by me):
I don't even know why Square#58.as can be a class since actionscript classes can't contain # in the class name. I tried to get around it by removing #58 but the recompiled client just wouldn't load. Is this some sort of anti-tampering trick Kabam/Deca added?
Btw is there any easy way to convert a swf file into a working flash project on flashdevelop? It's way too painful to code in jpexs.
Why are you using JPEXS? Can't you use Intellij Idea?
I'm pretty sure you can get automade decompiled clients for RotMG.
How? I checked and Intellij can't decompile swf unless I missed something.
Just go to CrazyJani's github, or any other github that has the client ready in a source. (This is if you wanna make hacks or something out of it). If not, then I can't really help you.
I'm trying to mod the official client itself so they won't help unless I manually revert all modded files to original..