Hey , i've been trying to find an Open source play.exe for my testing server i've been searching all over around trying to find a clean ones that's able to connect and be launched by the auto patcher.
Thanks in advance.
Thanks in advance.
var info = new ProcessStartInfo(conquerExePath)
{
WorkingDirectory = ConquerDirectoryPath,
Arguments = "BLACKNULL"
};
Process.Start(info);
Open the exe through ollydbg and search for referenced stringsQuote:
Thanks Xio , this helped me out but i found out that my loader keeps opening external links that pop up with chrome , Do you have a clean GH4ALL.dll? i tried resource tuner but it didn't work out looks like it was crypted to save the copyright.
http://co.99.com/signout/
I download the ollydbg but i couldn't find the referenced strings this is how it looks likeQuote:
Open the exe through ollydbg and search for referenced strings
and search forand then search for an appropriate place to jump the block of code the opens the signout page , which in the latest version I found is the jump that leads to just a few lines below the call for the ShellExecuteA function and then jump it.Code:http://co.99.com/signout/
https://i.imgur.com/Wa8N9vz.jpg/
ok , i've done that i've opened the ollydbg then view > view executable modules > search for play.exe > right click > view resource strings. that's how it looks like it shows two lines and it says " hijacking injector "Quote:
You need to be in the Conquer.exe module do that by opening the modules menu by pressing alt+e or opening it through view -> executable modules then selecting the conquer.exe module.
https://i.imgur.com/Gw13vX2.jpg