| View previous topic :: View next topic |
| Author |
Message |
pedropmp Cheater
Reputation: 0
Joined: 17 Jan 2010 Posts: 27
|
Posted: Sun Jan 17, 2010 9:58 am Post subject: Delphi D3D Overlay |
|
|
Hi, I'm currently developing a small app for Cabal Online, it shows a small overlay when you press "insert", then it let's you write commands such as "/wiki 'info to search' " which will open the browser on the wiki page.
I searched a lot for tutorials on how to overlay DX games, etc though I never found anything for Delphi, is there anyone who can provide me with a example or tutorial on how to create a game overlay in Delphi?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25952 Location: The netherlands
|
Posted: Sun Jan 17, 2010 1:13 pm Post subject: |
|
|
get the jedi library for directx
then hook the api's like you would do in c and draw the same as if in c
liik at ce's directxmess, is has some basic overlay functionality
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
pedropmp Cheater
Reputation: 0
Joined: 17 Jan 2010 Posts: 27
|
Posted: Mon Jan 25, 2010 3:00 pm Post subject: |
|
|
Thanks for the answer,
can you show me a working example so that I can try and "explore" the code by myself?
|
|
| Back to top |
|
 |
|