Can make gunz load a flash file, like change the ext of .jpg to load .swf???
Printable View
Can make gunz load a flash file, like change the ext of .jpg to load .swf???
No, only things allowed by fmod.dll will be loaded into gunz.
That why it is possible to use .mp3 instead of .ogg with newer fmod.dll's.
--' i want to change loginbg.jpg to loginbg.swf
but in hex dont work
Gunz doesn't support that format as far as I know, you'd have to edit the runnable majorly :p
Its the runnable im trying to edit
you cant end it there <.< if you dont even know how gunz loads files then why are you even trying? fmod.dll imports all other files into the gunz client <.< and if fmod does not allow you to use flash objects then you cant do it <.< end it there
Heres a tip.
Make a DLL,
wrap FlashOcx's functions,
Create a codecave to load the DLL.
create another codecave at the loginbg function.
Make your wrapper dll process the function
return
And thats basically it. Its alot more complicated then I told you but You get the general idea.