| View previous topic :: View next topic |
| Author |
Message |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Wed Jul 04, 2007 11:21 am Post subject: [Question] There's a command (Delphi) to... |
|
|
There's a command to close another applications?
Uhh, another way to explain it - if I click a button of MY program, it'll close another one.
For example, I click Button1 to close MapleStory.exe. There's a way to do that?
Thx :]
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Jul 04, 2007 11:22 am Post subject: |
|
|
| No. You can sent a message to the window telling MapleStory you pressed X or alt+f4, but it can choose to reject that message if it wants. Any other methods are stopped or intercepted by GameGuard.
|
|
| Back to top |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Wed Jul 04, 2007 11:28 am Post subject: |
|
|
| appalsap wrote: | | No. You can sent a message to the window telling MapleStory you pressed X or alt+f4, but it can choose to reject that message if it wants. Any other methods are stopped or intercepted by GameGuard. |
Do you know with which command(s) I can send a message to another window to make it close? :/
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Jul 04, 2007 11:29 am Post subject: |
|
|
| DevilGilad wrote: | | Do you know with which command(s) I can send a message to another window to make it close? :/ |
You can't FORCE or MAKE any window close.
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Wed Jul 04, 2007 12:11 pm Post subject: |
|
|
| What about process killing..
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Jul 04, 2007 12:33 pm Post subject: |
|
|
| slippppppppp wrote: | | What about process killing.. |
Can't kill a process if you can't open it. That's what gameguard is for. Plus, terminating a process without its' consent is very messy, you won't give it a chance to clean up whatever messes it has made during its life.
|
|
| Back to top |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Thu Jul 05, 2007 12:29 am Post subject: |
|
|
| appalsap wrote: | | slippppppppp wrote: | | What about process killing.. |
Can't kill a process if you can't open it. That's what gameguard is for. Plus, terminating a process without its' consent is very messy, you won't give it a chance to clean up whatever messes it has made during its life. |
I'm not talking about MapleStory. I gave it for example. Just closing\killing programs WITHOUT GameGuard...
_________________
|
|
| Back to top |
|
 |
Ksbunker Advanced Cheater
Reputation: 0
Joined: 18 Oct 2006 Posts: 88
|
Posted: Thu Jul 05, 2007 1:04 am Post subject: re: |
|
|
szCaption db "Game version x", 0
Invoke FindWindow, NULL, ADDR szCaption
Invoke SendMessage, eax, WM_CLOSE, 0, 0
|
|
| Back to top |
|
 |
assaf84 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 238
|
Posted: Thu Jul 05, 2007 4:35 am Post subject: |
|
|
| I think it's better to send WM_QUIT
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 05, 2007 5:37 am Post subject: |
|
|
use KillTask('ProcessName');
with the const of
processname:= 'maplestory.exe';
you'll need the function though..
|
|
| Back to top |
|
 |
|