| View previous topic :: View next topic |
| Author |
Message |
DeadAge Newbie cheater
Reputation: 0
Joined: 25 Sep 2008 Posts: 19
|
Posted: Thu Oct 16, 2008 11:03 am Post subject: Disable file dialog |
|
|
I am looking for some tutorial how to disable dialog(s) in delphi exe files.
For example: application has info dialog which is enabled by button and I want to modifi or delete button`s code "Dialog1.FormShow".
Thanks for help.
|
|
| Back to top |
|
 |
DeadAge Newbie cheater
Reputation: 0
Joined: 25 Sep 2008 Posts: 19
|
Posted: Thu Oct 16, 2008 1:54 pm Post subject: |
|
|
| I am begginer, what programs I need for it? and how to use them
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Thu Oct 16, 2008 1:57 pm Post subject: |
|
|
You could try a resource editor on it as well.
Other then that you would need to use something like Ollydbg.
|
|
| Back to top |
|
 |
DeadAge Newbie cheater
Reputation: 0
Joined: 25 Sep 2008 Posts: 19
|
Posted: Sun Oct 19, 2008 6:50 am Post subject: |
|
|
I try resources editor and deleted dialog data, but it still works.Are some other ways? What about cheat engine, can I edit dialog code in the memory?
thx
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Sun Oct 19, 2008 7:01 am Post subject: |
|
|
What has this got to do with gamehacking? May I ask what this is actually for?
~Psych
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sun Oct 19, 2008 8:08 am Post subject: |
|
|
Well if it is on a game he messes with, then it is general .
Im guessing maybe trying to crack the demo?
or
Maybe it has some annoyance at the beginning not sure, im curious myself to that matter.
|
|
| Back to top |
|
 |
DeadAge Newbie cheater
Reputation: 0
Joined: 25 Sep 2008 Posts: 19
|
Posted: Sun Oct 19, 2008 11:05 am Post subject: |
|
|
| It`s classical exe file application, no game.I will be really very happy for some ideas how to disable this dialog box.
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Sun Oct 19, 2008 11:26 am Post subject: |
|
|
| PM me the file.
|
|
| Back to top |
|
 |
DeadAge Newbie cheater
Reputation: 0
Joined: 25 Sep 2008 Posts: 19
|
Posted: Sun Oct 19, 2008 1:06 pm Post subject: |
|
|
"Sorry, but you can not pm yet. You need at least 5000 posts and have been registered for 2 years"
I think I will pm you after some years
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Sun Oct 19, 2008 1:11 pm Post subject: |
|
|
Lol, it won't be that long. Get some more posts in, you should be ok for the registered time
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sun Oct 19, 2008 1:31 pm Post subject: |
|
|
If the box pops at beginning of execution of this application like nag or something.
You can possibly change (OEP) Operation Entry Point and fix the problem. I have seen some reversers nop out the code causing it to pop also. But change of OEP is probably the way to go about it unless the pop is after the app is loaded.
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Sun Oct 19, 2008 2:13 pm Post subject: |
|
|
| That mention of the OEP just got my brain going. It never occured to me that the file could be packed/protected. If this is the case most resource edits and other general methods would quite simply fail, unless like Lab said, the nag/button is in the 'stub' of the app, which would make it accessible.
|
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Sun Oct 19, 2008 3:11 pm Post subject: |
|
|
Attach olly and find MessageBoxA/W in user32.dll. Just have it retn and you shouldn't have any dialogue boxes come up. Although you'll probably have to fix the stack, too.
_________________
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Sun Oct 19, 2008 4:11 pm Post subject: |
|
|
Referring to Labrynths post here:
http://forum.cheatengine.org/viewtopic.php?t=304416
about the API's used. He's right, its not MessageBoxA. The guy stated specifically about the button. He also went on to say he was a beginner, and so all this talk of 'hooking', 'fixing the stack' and so on isn't exactly helping
The last post in my opinion was incorrect and the thread was going off the original topic so I locked it. I guess we carry on...
~Psy
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sun Oct 19, 2008 5:18 pm Post subject: |
|
|
I wasnt totally sure so i asked one of our team members about it.
But i had an idea that one only handled message boxes.
Altho, ill bet thats what it is instead of a dialog box. But know one knows until the application is seen.
|
|
| Back to top |
|
 |
|