I Decompiled a Game

Posted by JoshDreamland on Feb. 28, 2007, 5:35 p.m.

That's right. This is not a joke. Face yourself with two options:

Consider that I am not a noob.

Consider that any noob can hack GM.

I went through ColumnsX and stole the following:

Script names

Scripts

Object names

Room Names

JakeX would kill me if I posted scripts, but room names and object names I will.

ROOM NAMES:

gameplay

init

menu

tutorial

gamecave_intro

battle_results

game_mode_select2

duo_gameplay

battle_menu

game_mode_select

intro

jakex_game

intro2

settings

char_select

pause_menu

badge_view

duo_results

credits

duel_gameplay

OBJECT NAMES:

obj_p1_char_mini

obj_game_controll

obj_p2_char_mini

obj_p2_joinin

obj_p2_drop

obj_p2_nextgem

obj_music_controll

obj_ai_drop

obj_landing_check

obj_marker

obj_title_controll

obj_title_clouds

obj_logo

obj_title_gem

obj_pressenter

obj_menu_controll

obj_menu_option

obj_tutorial_drop

objIntroLine

objLogo

objVibrant

objFadeIn

obj_p1_score

obj_p2_score

obj_greymaker

obj_deadgem

obj_energy_small

obj_energy_burst

obj_mode_card

obj_mode_controll

hugeburstfx

obj_result_shardlauncher

obj_result_shard

obj_battle_winner

obj_setup_menu_controll

obj_submenu_selection

obj_pressure_bar

obj_intro_gem

obj_intro_radial

obj_intro1_controll

END GIANT LIST

He spelled control wrong lol. But this is what I did by injecting pure GML into the running exe. Do not ask how. I will not tell you. I will not distribute scripts. I will not crack games.

What I will do, however, is decompile games that YOU YOURSELF lost to corruption. If you want me to do one for you, since the process is mine I will do it so long as your name is in the credits as leader/main programmer.

This prooves how easy it is. The time it took for me to get each is less than five minutes. I used nine lines of code.

Good luck to those who are trying. Keep in mind I have no intention to misuse this, 'ability,' this was meant as a benefit to those who lost their GM6s and as a challenge to me as well as proof to myself that it can be done and I could do it.

Thanks.

Comments

Graydon 17 years, 2 months ago

One of the game I posted, I lost the gm6 for so could you take the exe and decompile it? PM about it.

Bryan 17 years, 2 months ago

Why did I tell you guys nubcaek's that?

JoshDreamland 17 years, 2 months ago

I'd delete it, if I were you.

JoshDreamland 17 years, 2 months ago

But you and I were vague enough…

Requiem 17 years, 2 months ago

Yeah, I noticed control was spelled wrong, but by that time I had used the object names in too many places to change. They are, after all, core objects.

s 17 years, 2 months ago

Ya,I figured it was probably something like that after I looked over one of my bloated games and found giant lists of 00s…

Thats fixed now that I'm not on a FAT32 system,files just seemed to follow the name.But ya,I tried viewing the stuff with NPad since I had deleted my hexers after playing around with some ROMs.Darn TacticsOgre and their compressed text systems…

Polystyrene Man 17 years, 2 months ago

Quote:
But this is what I did by injecting pure GML into the running exe
When impure GML just won't settle!

JoshDreamland 17 years, 2 months ago

Polystyrene Man - lol Just clarifying no C added. :p Yup.

serprex - Notepad? O_o

JakeX - Akward to see you here…. *Whistles*

s 17 years, 2 months ago

Ya,NPad didn't work out too well…

JoshDreamland 17 years, 2 months ago

I'd imagine, since it just writes characters for each bin value. :P Well, good luck!