| View previous topic :: View next topic |
| Author |
Message |
Omega-Assassin Newbie cheater
Reputation: 0
Joined: 11 Apr 2008 Posts: 16
|
Posted: Sat Apr 12, 2008 3:38 pm Post subject: how to insert application into the games GUI |
|
|
im a decent programmer in VB6 but still a novice at it when it comes to coding for games. i was wondering if its possible to put the application im creating into the games GUI... and for those who don't follow
(example: create a form and have the form run actively in the game)
is it possible to do this with VB6 or am i required to use VB.NET... i have both but i havent really worked with .net as much as i should to know any advanced codes such as this.
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Sat Apr 12, 2008 4:16 pm Post subject: |
|
|
Inject a DLL and open a form? is that what you mean? if so, its not possible with .NET, so don't worry.
|
|
| Back to top |
|
 |
Omega-Assassin Newbie cheater
Reputation: 0
Joined: 11 Apr 2008 Posts: 16
|
Posted: Sat Apr 12, 2008 4:24 pm Post subject: |
|
|
| i don't know how it works exactly... thats why im posting in the forum lol... I'm trying to get a program to run in a games GUI... instead it running in a separate window it would run within the game its self... if that makes any sense...
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Apr 12, 2008 5:58 pm Post subject: |
|
|
Inject the game with a DLL?
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Sat Apr 12, 2008 6:29 pm Post subject: |
|
|
Not all games support plugins (to show your form in its GUI) and even if they do support plugins, you will need to make your plugin with different methods from game to game.
so best help will be from your game creator?
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Apr 12, 2008 7:13 pm Post subject: |
|
|
There's no real possible way to do this. I mean, you can inject a dll and have hotkeys in there. Or you could inject a dll to mess with DX. Theres a tutorial for that in General Programming+, but its for C++.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Omega-Assassin Newbie cheater
Reputation: 0
Joined: 11 Apr 2008 Posts: 16
|
Posted: Sat Apr 12, 2008 9:24 pm Post subject: |
|
|
I have seen some programs run within the game its self for so it looks at least.... iv seen it done on ToP/PKO, MU, CS, FlyFF, and a few others... you can get a better idea of what im looking to learn if you check out the page to one of the programs that got me interested in this specific script
(wont allow me to post links yet >_< send me a message for the link i guess )
thats what im talking about when i say i want to put my application into the games GUI.
|
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Sat Apr 12, 2008 9:30 pm Post subject: |
|
|
DxOverlays.
_________________
|
|
| Back to top |
|
 |
Omega-Assassin Newbie cheater
Reputation: 0
Joined: 11 Apr 2008 Posts: 16
|
Posted: Sat Apr 12, 2008 9:32 pm Post subject: |
|
|
| forgive my noob question here but what is a DxOverlay 0_o
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Sat Apr 12, 2008 9:43 pm Post subject: |
|
|
DirectX Overlays.
Example.
|
|
| Back to top |
|
 |
Omega-Assassin Newbie cheater
Reputation: 0
Joined: 11 Apr 2008 Posts: 16
|
Posted: Sat Apr 12, 2008 9:46 pm Post subject: |
|
|
| ahh so i would have to figure that out in order to get my application to work over or in a games GUI?
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Sat Apr 12, 2008 10:29 pm Post subject: |
|
|
| Yes, and it would help prevent flicker when being drawn as well.
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
|
| Back to top |
|
 |
Omega-Assassin Newbie cheater
Reputation: 0
Joined: 11 Apr 2008 Posts: 16
|
Posted: Sun Apr 13, 2008 12:03 am Post subject: |
|
|
since im going to have to learn C# anyways i just downloaded and installed Microsoft Visual C# 2008 Express Edition... im going to learn a little more about the way the code are written and try to recreate my entire beta program in a application then go back into the detail of getting it to run in the games GUI... it would probably be alot easier this way anyways :-/... not to mention i wanted to learn C# anyways
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sun Apr 13, 2008 12:10 am Post subject: |
|
|
| Omega-Assassin wrote: | since im going to have to learn C# anyways i just downloaded and installed Microsoft Visual C# 2008 Express Edition... im going to learn a little more about the way the code are written and try to recreate my entire beta program in a application then go back into the detail of getting it to run in the games GUI... it would probably be alot easier this way anyways :-/... not to mention i wanted to learn C# anyways  |
You might as well upgrade to C++ if you're learning a new language.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
|