| View previous topic :: View next topic |
| Author |
Message |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Fri Aug 31, 2007 7:04 pm Post subject: [Help]Always on top with Delphi |
|
|
Hi. I have a fairly good amount of programming experience with Delphi but I don't know how to make my programs stay over games. I know how to make them stay over regular windows but they won't stay over full screen games like Maplestory or Gunbound. Can anyone help me? In case you're wondering, it's a trainer I made.
Is GameGuard the problem?
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Fri Aug 31, 2007 7:06 pm Post subject: Re: [Help]Always on top with Delphi |
|
|
| rapion124 wrote: | Hi. I have a fairly good amount of programming experience with Delphi but I don't know how to make my programs stay over games. I know how to make them stay over regular windows but they won't stay over full screen games like Maplestory or Gunbound. Can anyone help me? In case you're wondering, it's a trainer I made.
Is GameGuard the problem? |
Its DirectX. It takes control of the screen.
Just hook DirectX and inject a DirectX GUI. Like Anttweakbar.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Fri Aug 31, 2007 7:15 pm Post subject: Re: [Help]Always on top with Delphi |
|
|
| Flyte wrote: | | rapion124 wrote: | Hi. I have a fairly good amount of programming experience with Delphi but I don't know how to make my programs stay over games. I know how to make them stay over regular windows but they won't stay over full screen games like Maplestory or Gunbound. Can anyone help me? In case you're wondering, it's a trainer I made.
Is GameGuard the problem? |
Its DirectX. It takes control of the screen.
Just hook DirectX and inject a DirectX GUI. Like Anttweakbar. |
Not really, the Game is set to WS_TOPMOST when it calls CreateWindow. DirectX just sets it to fullscreen.
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Fri Aug 31, 2007 7:29 pm Post subject: Re: [Help]Always on top with Delphi |
|
|
| noz3001 wrote: |
Not really, the Game is set to WS_TOPMOST when it calls CreateWindow. DirectX just sets it to fullscreen. |
I am talking about the DDSCL_EXCLUSIVE flag.
|
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Sat Sep 01, 2007 12:04 am Post subject: |
|
|
uhm download DXwnd and use that
now that i helped can i have delphi lol
_________________
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Sat Sep 01, 2007 6:06 am Post subject: |
|
|
| Can't you change Maple to WS_TOPMOST=False?
|
|
| Back to top |
|
 |
Xanatos I post too much
Reputation: 18
Joined: 06 May 2007 Posts: 2559 Location: US
|
Posted: Sat Sep 01, 2007 12:41 pm Post subject: |
|
|
I take it that you already tried a timer/one command setting the form's propety so it is topmost.
_________________
|
|
| Back to top |
|
 |
|