Posts by G4T3K33P3R
5 posts total, newest first.
CompTIA Security+ helpin Homework & Learning Section - [QUOTE=mas52292;14406509]Anyone that’s taken the test recently, what was your best study material?[/QUOTE]
If videos work well for you, professor messer has free video and study sessions available on YouTube. This caUtilizing CreateInterface Properlyin Counter-Strike 2 Help - [QUOTE=Extreme@@;15078782]what is "engineClient"[/QUOTE]
A pointer to an instance of the IVEngineClient013 class. You can find this class below. I fear the engineClient assignment may be where the error is because tUtilizing CreateInterface Properlyin Counter-Strike 2 Help - [QUOTE=Extreme@@;15078155]how are you using it?[/QUOTE]
client = (uintptr_t)GetModuleHandle("client.dll");
engine = (uintptr_t)GetModuleHandle("engine.dll");
entList = (EntityList*)(client + dwEntityList);
clientEUtilizing CreateInterface Properlyin Counter-Strike 2 Help - Good evening gentlemen,
I am having some troubles with using CreateInterface for the engine.dll in CSGO. It is functioning with client.dll, and I am able to operate through CreateInterface in this case, but when atteIdentifying local playerin Counter-Strike 2 Help - Good evening gentlemen,
I have recently started hacking CSGO and am trying to understand a way in which I can identify the local player in an online match. I created a trigger bot that was functional offline, but it
Showing the 5 most recent posts.