My guess is that this program sets a higher security descriptor on startup. So you might need to embed a manifest to your application which requests more privileges. I would recommend "highestAvailable". After you did that you should adjust your process token privileges by requesting SE_DEBUG.
My guess is that this program sets a higher security descriptor on startup. So you might need to embed a manifest to your application which requests more privileges. I would recommend "highestAvailable". After you did that you should adjust your process token privileges by requesting SE_DEBUG.
Did you do what I said? Did you embed the manifest with "requestedExecutionLevel" set to "highestAvailable"? Or "requireAdministrator"?
Try to run the program as admin to test. But you should still embed the manifest!
No, but I'll try later today. Thanks
EDIT: I embedded it. still the same **** @_@
also changed the if (test = 0 ) to if (!test) and it still says that the Privilege has been setted succesfuly~
Well S4 is using Hackshield or ? I think u need to load your DLL before Hackshield is loaded.
The are using Hackshield, so you have to inject before Hackshield starts up.
I released an open-source variant of such an Injector a very long time ago, but you can give it a shot:
The are using Hackshield, so you have to inject before Hackshield starts up.
I released an open-source variant of such an Injector a very long time ago, but you can give it a shot:
Padmak
I have XTrap bypassed.
It shouldn't be a problem.
and it's a **** console application, not a DLL
The are using Hackshield, so you have to inject before Hackshield starts up.
I released an open-source variant of such an Injector a very long time ago, but you can give it a shot:
Padmak
Once you managed to get the SE_DEBUG privilege it shouldn't matter unless this "Hack Shield" is installing some driver (I would suggest to write your own driver in this case to work around that stupid piece of ****).
Once you managed to get the SE_DEBUG privilege it shouldn't matter unless this "Hack Shield" is installing some driver (I would suggest to write your own driver in this case to work around that stupid piece of ****).
It's basically a game of cat-and-mouse.
Imma just take a break. Thank you for ya help. i appreciate it ;3
Sorry, maybe i didn't read it as well as i should have. My bad. But you could give it a shot, though? Usually DLL-Injection makes ones life a lot easier
@Master674b:
It's exactly like you said: HackShield is using a driver to prevent programs from accessing their process
Cheat Engine "Error while opening this process" 11/11/2012 - Dekaron - 3 Replies Why cant i attach CE to dekaron.exe??
I have tried different bypasses and different versions of CE but they all give the same error
Error while opening Process 07/28/2010 - Kal Online - 4 Replies Hey ppl
i star my UCE and then there come an error
"Error while opening Process"
any one can help me pls?
New problem (Error while opening this process) 05/13/2010 - Kal Online - 2 Replies Hi all Every time i try to open engine.exe with cheat engine its told me (Error while opening this process):mad: can any one tell me how to fix this problem but plz don't say change ur CE coz its the only one i can open it with out the hack shield detect me
Thnx alot
Error while opening process! 12/19/2009 - S4 League - 3 Replies Ich hab ein Problem hab S4 mit der gecrackten Exe mit Injector alles gestartet dann Cheat Engine geöffnet wollt den Process suchen fand ihn auch S4Client exe... dann drauf gedrück kommt aber immer
"Error while opening process" wie kann ich das umgehen oder woher passiert der fehler :x
Opening Kal Process, with debug privileges 08/06/2009 - Kal Online - 8 Replies Hi,
This is my simple program that reads the value from KalOnline speed pointer.
#include <windows.h>
#include <iostream>
#include <conio.h>
LPCWSTR lpstrWindowName = L"KalOnline";
HWND hWindow;
DWORD dwProcess;