You should be able to use that, however you'll need to inject a dll. Doing it on another window is a different task, never tried that.
Another way to separate windows would be to "save" the PID of the different windows into a file, alternatively just type them out into whatever bot/program you're using. That way you can get the right window/hwnd you need to send whatever you're doing to.
Hey thanks for answers. but i think this is not what im looking for. i wanna change the window title beforehand. So that when i run my application it can iterate over all window handle and can check which window title is set. changing it in my application would mean that i have to make an extra iteration to change the window title and feed this extra information manually.
Maybe i open the engine in some editor? Winhex, ida, ... Maybe there are ways to change the title?
Hey thanks for answers. but i think this is not what im looking for. i wanna change the window title beforehand. So that when i run my application it can iterate over all window handle and can check which window title is set. changing it in my application would mean that i have to make an extra iteration to change the window title and feed this extra information manually.
Maybe i open the engine in some editor? Winhex, ida, ... Maybe there are ways to change the title?
Modifications directly within the resources are probably detected (i suppose, but i don't know).
I'd say modifying the engine to change the window name will not work (they probably check it). However you can try, maybe try using resource hacker?
Not quite sure if it was private server or not, but i think somewhere they have a current checksum of the engine. If not, you can simply use IDA, reverse the location where they create the window (i think they are doing that with WinMain?) and see where the string is loaded from.
Not quite sure if it was private server or not, but i think somewhere they have a current checksum of the engine. If not, you can simply use IDA, reverse the location where they create the window (i think they are doing that with WinMain?) and see where the string is loaded from.
Yeah but to do that you'd still need to modify engine or use something else to either change it at startup.
I think the best way to do this is a simple proxy dll, and when it starts just have it change the title. Easiest and most reliable way without having to mess around with the engine. Also you don't have the risk of having to re-do it if they update engine.exe in an update.
[C#] Getting PID from window title 01/10/2013 - .NET Languages - 11 Replies I searched everywhere and can not find anything useful on this topic. Is this even possible?
I have multiple process. Each have the same process name, but different window titles.
I want to use the window title to find out the process ID.
Any suggestions? Thank you.
How to change window title 01/05/2013 - Flyff Private Server - 1 Replies how to change the window title of all program .exes from accountserver.exe to worldserver.exe
in source???
Window Title 04/22/2008 - Perfect World - 3 Replies anybody knows how to change the window title of pwo?
maybe with olly or smth... ?
thx in advance!
Rename CO2 window title (any window actually) 05/13/2006 - CO2 Exploits, Hacks & Tools - 4 Replies I have seen a few posts requesting this. It is a simple autohotkey macro nothing fancy here. You will notice also that the UPX packer detection is not triggered. If you use autohotkey and want to know how to remove the packer PM me it is rather simple. To use this little tool thingie it is very simple:
Execute the code.
Focus your window.
Press Hotkey CTRL+WIN+w
Change the Title.
Apply