Jump to content


neomaster

Member Since 23 Nov 2008
Offline Last Active Private

Topics I've Started

Gm:S In Future Can Decompile Or Not?

12 June 2013 - 07:14 PM

now, i'm find topic about decompile in this forums , and now i'm will move my project to GM:S,

and i'm think again about decompile if future 1, 2 ..... 10 year or later, it will have problem decompile or not?

and so decompile in game maker 6,7,8 and later it very mad can decompile like original source all line script , comment, all resource

 

some game 2 - 4 year for development, hacker decompile 0.1 seconds for decompile from .exe to full source

 

i'm think no fair for developer, and that is game online i'm think it so bug problem for server

 

if developer of anti-decompile stop project , or no have , for developer like me will can do something about this problem?


Why Game Maker Can Decompile?

09 June 2013 - 08:16 PM

why game maker can decompile, gm6,gm7,gm8,gm8.1 and i'm think if have new version will have like this,

i'm need to know what time yoyogames will fix this?

 


Room Speed Not Work On Mobile?

26 May 2013 - 10:18 PM

i'm change room_speed to 60 and 120, but room speed no change

 

v1.1.964


Sprite Create Bug In 1.1.964

23 May 2013 - 08:53 AM

i'm have problem on windows work, and try to android platform have bug about sprite create from xxxx

 

work on windows , html5 not work on android


_newsprite = sprite_create_from_screen( _COL_SIZE*_ix, _COL_SIZE*_iy, _COL_SIZE, _COL_SIZE,0,0,0,0 );
sprite_add_from_screen( _newsprite , _COL_SIZE*_ix, _COL_SIZE*_iy, _COL_SIZE, _COL_SIZE , 0 , 0 );


_newsprite = sprite_create_from_surface( _surf, _COL_SIZE*_ix, _COL_SIZE*_iy, _COL_SIZE, _COL_SIZE, 0, 0, 0, 0);
sprite_add_from_surface( _surf
                                    , _newsprite
                                    , _COL_SIZE*_ix
                                    , _COL_SIZE*_iy
                                    , (_COL_SIZE*_ix)+_COL_SIZE
                                    , (_COL_SIZE*_iy)+_COL_SIZE
                                    , 0
                                    , 0 );
 


About Decompiler In Studio Version..

03 April 2013 - 06:00 PM

now , i'm know about decompiler in gm7,8,81 now,

i'm try studio version
i'm compiler my game,
i'm see data.win << if no have this file game can not run,

and i'm need to know it possible or not about decompiler my game to source code