-
Adresse for EnemiesPositions at CS:S
Voltron plz add me on msn [email protected]
-
Adresse for EnemiesPositions at CS:S
ok i've got it^^ it points :P and all made extern
-
Adresse for EnemiesPositions at CS:S
ok... i found what i needed but there's a other problem....i want to set my angle of view on the enemy.....but i think the adress is protected....here is the addr + my writemem function //WriteMem functon void WriteMem(char* window, LPCVOID address, int value) { HWND hWnd = FindWindow(0, window); DWORD proc_id; GetWindowThreadProcessId(hWnd, &proc_id); HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, proc_id); BYTE newdata=value; DWORD newdatasize = sizeof(newdata); WriteProcessMemory(hProcess, (LPVOID)address, &newdata, newdatasize, 0); CloseHandle(hProcess); } WriteMem("Counter-Strike Source", (LPCVOID)0x0DF69140, pitch); WriteMem("Counter-Strike Source", (LPCVOID)0x0DF69144, yaw); need help:wow:
-
Adresse for EnemiesPositions at CS:S
wow nice Voltron thank u very much
-
Adresse for EnemiesPositions at CS:S
no...i don't want to make an esp...ic want to make an extern aimer
-
Adresse for EnemiesPositions at CS:S
thaht should show that the adress of the enemies posi exists....but i tried a lot of things to find the right adress....but no success.....maybe u could help me wav ?
-
Adresse for EnemiesPositions at CS:S
i think u all know the cvar command snd_show 1 at cs:s.... and i need the extern adress of the position of the enemies
-
Adresse for EnemiesPositions at CS:S
Hi guys! i need the adresse of the enemies the includes the information of the PLayerPosition! And the adress of my angle of view would be nice and usefull too! It's for my extern Aimb0t + ESP which im going to release when it's finished:cool:
aVitamin
Members
-
Joined