Problem in AutoPatch

07/17/2014 19:49 MrCaSpR#1
hello Every on i make auto patch but it work good on Windows X32

but on Windows X64 i get this error

[Only registered and activated users can see links. Click Here To Register...]

Code is

PHP Code:
if (!Injecting.CreateProcess(Environment.CurrentDirectory + @"\Conquer.exe"" blacknull"ref structureref security_attributes2false0x4000000IntPtr.Zeronullref lpStartupInfoout lpProcessInformation))
            {
                
System.Windows.Forms.MessageBox.Show("We Cannot Find Conquer.exe ! .. please put the loader in Conuqer Folder :) .. \n  Ty For ur Time ;)""Zirax-Team"MessageBoxButtons.OKMessageBoxIcon.Exclamation);               
                
Environment.Exit(0);
            }
            else
            {
                
worker.ReportProgress(10);
                
Thread.Sleep(500);
                
Injecting.InjectDLL(lpProcessInformation.hProcessDLLNameworker);              
            } 
07/17/2014 19:57 GameHackerPM#2
Make your own?! :D (Don't take Xor's Loader and edit it)

It's about the method of CreateProcess, "Did you tried to run as administrator?"! :D Or (Disable UAC?!)
And Set "SetLastError := True" !
Wish it will work!
07/17/2014 21:54 MrCaSpR#3
Quote:
Originally Posted by GameHacker-PM- View Post
Make your own?! :D (Don't take Xor's Loader and edit it)

It's about the method of CreateProcess, "Did you tried to run as administrator?"! :D Or (Disable UAC?!)
And Set "SetLastError := True" !
Wish it will work!
Will try TY
07/18/2014 21:44 abdoumatrix#4
#Solved
was some wierd problem with wpf. just make another Form loader to inject the dll.
07/18/2014 22:33 Healian#5
Quote:
Originally Posted by abdoumatrix View Post
#Solved
was some wierd problem with wpf. just make another Form loader to inject the dll.
How did you know it was solved ? are you the op (multi accounting ?)...
07/18/2014 23:34 abdoumatrix#6
Quote:
Originally Posted by Healian View Post
How did you know it was solved ? are you the op (multi accounting ?)...
cuz he is my friend and it is my wpf autopatcher :D