Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


GMD Recovery crack?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Sat Jun 23, 2007 7:12 pm    Post subject: GMD Recovery crack? Reply with quote

Does anyone have the GMD Recovery program, or could anyone please crack it for me?
_________________
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Sat Jun 23, 2007 7:14 pm    Post subject: Reply with quote

I googled the program and turns out it's written in visual basic. I'm not touching a filthy VB program, you shouldn't be using them either Mad
Back to top
View user's profile Send private message
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Sat Jun 23, 2007 7:47 pm    Post subject: Reply with quote

Its for an MMO game made with the GM language. The creator of the game, has shut it down 2 years ago. Now, Im trying to decompile his language so I can re host it. Ive asked him if I could do so, and he said it was okay. But he lost the open source file! So now I need this program to decompile the .exe. But the retards want 15 bucks for it. Please, please, could you do it? Crying or Very sad Crying or Very sad
_________________
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat Jun 23, 2007 7:56 pm    Post subject: Reply with quote

decompiler. Ollydbg is the answer!
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Sat Jun 23, 2007 8:18 pm    Post subject: Reply with quote

Will this Olly thing decompile all the sprites as well? I mainly need those.
_________________
Back to top
View user's profile Send private message
DeltaFlyer
Grandmaster Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 666

PostPosted: Sat Jun 23, 2007 8:32 pm    Post subject: Reply with quote

Olly is a disassembler, not a decompiler...
_________________

Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Back to top
View user's profile Send private message
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Sat Jun 23, 2007 8:33 pm    Post subject: Reply with quote

Sad

So now what?
Is there a program that can take out sprites of a program?

_________________
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat Jun 23, 2007 8:59 pm    Post subject: Reply with quote

See, I never knew what sprites were exactly. I always thought they were images. Well, if they are, and they are stored in .wz files. Run this program and it will alow you to extract all images from the .wz file.


The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
DeltaFlyer
Grandmaster Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 666

PostPosted: Sat Jun 23, 2007 9:04 pm    Post subject: Reply with quote

See how it's called MAPLE dump? (hint: Maple Story).
See how it extracts .WZ files? (hint: Wizet archive files).

_________________

Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat Jun 23, 2007 9:06 pm    Post subject: Reply with quote

T.T I didn't know that .wz standed for that. And I just thought it was called maple_dump because most people would use it for that, oh w/e.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Sun Jun 24, 2007 6:40 am    Post subject: Reply with quote

Yes, sprites are images. But in the GM language, they can be stored as any type of picture. .bmp,.png, etc.
And if the picture is animated, like a walking animation it would be stored in a .gif.
Okay, my friend SORT of told me how to extract all the images in the game I need WITHOUT GMD Recovery. But, he didn't explain very well. Do you think one of you could explain? It uses Cheat Engine.
PS- the name of the game is RoPW


Quote:

Ok here is how to GML inject.

First open up a Memory Editor whilst ROPW is running.

Find a line of code you can replace with 'execute_file("a.txt")'

Then close the game.

Open it up again.

Whilst the loading bar is... loading you must quickly use your memory editor, find this line of code and replace it with 'execute_file("a.txt")'

Create a txt file in the same folder called "a.txt"
And put this code that I created into it:

QUOTE
{
n=0
img=0
sprite_try=300;
backcol=c_white;
pass=50;
pass2=50;
screen_refresh();
//if (directory_exists(working_directory+"\SpriteExports\")) {}
//else { show_message("Folder Doesnt exist!"); game_end(); break }
for (i=0;i<sprite_try;i+=1) {
n+=1;
if (sprite_exists(i)) {
// draw_healthbar(0,0,room_width,room_height,0,backco
l,backcol,backcol,1,false,false)
//draw_rectangle(0,0,room_width,room_height,false)
directory_create(working_directory+"\[SPRID=" + string(i) + "]" + sprite_get_name(i))
for (m=0;m<sprite_get_number(i);m+=1) {
draw_sprite(i,m,pass2,pass2)
screen_refresh();
screen_save_part(working_directory+"\[SPRID=" + string(i) + "]" + sprite_get_name(i) + "\" + "[SPRNAME=" + sprite_get_name(i)+"][SUBIMG="+string(m)+"].bmp",pass2-10,pass2- 10,sprite_get_width(i)+pass+10,sprite_get_height(i
)+pass+10)
//screen_redraw();
draw_clear(backcol);
}
}
else
{
show_message("Sprite Doesn't Exist! (" + string(i) + ")")
game_end();
break;
}
}
if (n=0) { show_message("Error #Array Not Working"); game_end(); break }
show_message("FINISHED!")
game_end();
}


A very good method of finding the code also is using Cheat Engine, search for the string, that you can replace and close the program. There is a small chance that when you re-open the game the address will be the same for that code, if not keep searching until you have a list of em so you will be sure of what to replace.

Enjoy


And then he said:

Quote:

Search for :

global.lg = 1global.lg1 = 1
execute_file("a.txt")

This will replace the login code with this, making the login button rip sprites.

Also replace the end with spaces, you should be able to Copy and Paste the spaces after execute_file that way it replaces all the code.

Anyway that SHOULD work.

_________________
Back to top
View user's profile Send private message
BRONiUS
Expert Cheater
Reputation: 0

Joined: 26 Jun 2006
Posts: 154
Location: Vilnius, Lithuania

PostPosted: Sun Jun 24, 2007 8:59 am    Post subject: Reply with quote

Nova Extractor.
_________________


Rhapsody in Blue is Epic.
Back to top
View user's profile Send private message
PunkMilitia
Grandmaster Cheater Supreme
Reputation: -1

Joined: 14 Jun 2007
Posts: 1270
Location: South England.

PostPosted: Sun Jun 24, 2007 9:02 am    Post subject: Reply with quote

oib111 wrote:
T.T I didn't know that .wz standed for that. And I just thought it was called maple_dump because most people would use it for that, oh w/e.


yeah ^_^ .wz = wizet ^_^
Back to top
View user's profile Send private message
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Sun Jun 24, 2007 9:12 am    Post subject: Reply with quote

BRONiUS wrote:
Nova Extractor.


Explain?

Sorry for double post, but googling that program didn't bring up too many results...

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites