Injection Games Menu.
-
Hi all i try make an injection into a Game . some peaple draw menu in a lot of games mmorpg or fps like counterstrike. i find this stuff kinda cool also for thing like customise windows application or change games interface let say turn ffxi interface into wow interface etc... now i don't realy understand how peaple do that. at first i though they inject an exe into the game process but look like its impossible. so if peaple only inject a dll how they can draw menu? does the code of the dll draw it self a menu into game? or maybe the dll load an exe into the games? if someone can point me in the rigth direction from ground for built a simple menu into a games? i realise i need c++ over c# not sure also.
-
Hi all i try make an injection into a Game . some peaple draw menu in a lot of games mmorpg or fps like counterstrike. i find this stuff kinda cool also for thing like customise windows application or change games interface let say turn ffxi interface into wow interface etc... now i don't realy understand how peaple do that. at first i though they inject an exe into the game process but look like its impossible. so if peaple only inject a dll how they can draw menu? does the code of the dll draw it self a menu into game? or maybe the dll load an exe into the games? if someone can point me in the rigth direction from ground for built a simple menu into a games? i realise i need c++ over c# not sure also.
evangile wrote:
at first i though they inject an exe into the game process but look like its impossible.
Even forbidden, and you agreed not to when you first logged into Wow. As I remember, the agreement is shown after every update, usually on Wednesday. Wow has a *damn cool* plugin system, can be extended over C#, and there's a coding4fun-article on building your own; TweetCraft[^] :) The way that a plugin is formed, varies from application to application though.
I are Troll :suss:
-
Hi all i try make an injection into a Game . some peaple draw menu in a lot of games mmorpg or fps like counterstrike. i find this stuff kinda cool also for thing like customise windows application or change games interface let say turn ffxi interface into wow interface etc... now i don't realy understand how peaple do that. at first i though they inject an exe into the game process but look like its impossible. so if peaple only inject a dll how they can draw menu? does the code of the dll draw it self a menu into game? or maybe the dll load an exe into the games? if someone can point me in the rigth direction from ground for built a simple menu into a games? i realise i need c++ over c# not sure also.
You most definately need C++ for a task like this, and a program like this usually is comprised of two portions. The first is a DLL which your code that effects the game lays in, and the second program is an injector which will inject your dll into the game process.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
-
You most definately need C++ for a task like this, and a program like this usually is comprised of two portions. The first is a DLL which your code that effects the game lays in, and the second program is an injector which will inject your dll into the game process.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
i know wow have premade plugin for developpe quick but i need learn more than i need build a plugin for wow realy. for the other respons yes i understand the principe of injecting a dll. i can even prolly do a something where the charactere will clap his hand in game fast lol. what i don't d=get is how from an injected dll you can draw a menu or bouton in the game itself. let say i want a button "Clap your hand". possible to draw menu from dll realy?
-
i know wow have premade plugin for developpe quick but i need learn more than i need build a plugin for wow realy. for the other respons yes i understand the principe of injecting a dll. i can even prolly do a something where the charactere will clap his hand in game fast lol. what i don't d=get is how from an injected dll you can draw a menu or bouton in the game itself. let say i want a button "Clap your hand". possible to draw menu from dll realy?
You could probably create a macro for that, no need to inject code.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
-
evangile wrote:
at first i though they inject an exe into the game process but look like its impossible.
Even forbidden, and you agreed not to when you first logged into Wow. As I remember, the agreement is shown after every update, usually on Wednesday. Wow has a *damn cool* plugin system, can be extended over C#, and there's a coding4fun-article on building your own; TweetCraft[^] :) The way that a plugin is formed, varies from application to application though.
I are Troll :suss:
so to eddy you know blizard agreement worth nothing? they actualy more than happy peaple developping private server so they have a cool demo version. + they have mass arangement with rmt.so they not realy care time peaple talk about wow they happy with dollard. ffxi is way differente about that they have 0 tolerance but just for some helper application.
-
You could probably create a macro for that, no need to inject code.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
-
so to eddy you know blizard agreement worth nothing? they actualy more than happy peaple developping private server so they have a cool demo version. + they have mass arangement with rmt.so they not realy care time peaple talk about wow they happy with dollard. ffxi is way differente about that they have 0 tolerance but just for some helper application.
evangile wrote:
so to eddy you know blizard agreement worth nothing?
They have the right to block you if you violate the agreement. I know that they will from personal experience :laugh: The coding4fun article using C# wouldn't be a violation though, the interfaces are defined just as the plugin-system expects it. Injecting things in another way could be seen as an attempt to hack the system (e.g., someone who tries to change the amount of money that's stored in memory; such a thing is impossible to do, but they *can* detect attempts) Creating a mining-bot will get you in the same trouble, after some weeks. And why would you even want to, if there's a ready-to-run example in C# that you can customize to your own needs? They even explain how to make a Wow-like interface-window for your Tweets :)
I are Troll :suss: