-
Valued Member
Little Question ••
Can make gunz load a flash file, like change the ext of .jpg to load .swf???
-
-
Re: Little Question
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.
-
Valued Member
Re: Little Question
--' i want to change loginbg.jpg to loginbg.swf
but in hex dont work
-
Member
Re: Little Question
Gunz doesn't support that format as far as I know, you'd have to edit the runnable majorly :p
-
Valued Member
Re: Little Question
Its the runnable im trying to edit
-
Re: Little Question
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
-
The End Of The World~~
Re: Little Question
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.