







|
|
#1 |
Administrator
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18 ![]() |
|
|
|
|
#2 | |
Guest
Posts: n/a
|
Quote:
|
|
|
|
|
#3 |
Guest
Posts: n/a
|
Don't forget : just for fun
|
|
|
|
#5 |
Guest
Posts: n/a
|
// DWORD Address = 0x1000B512;
DWORD Address = 0x1000C5F2; BYTE PokeValue = 0xEB; DWORD NumberOfBytes = 1; DWORD Write=0; DWORD HLProcessId=0; HWND HLwnd=FindWindow(NULL, "Counter-Strike"); if(!HLwnd) { MessageBox(hwnd,"wnd", "no wnd", MB_ICONINFORMATION); return 0; } DWORD ThreadId =GetWindowThreadProcessId(HLwnd, &HLProcessId); HANDLE HandleWindow = OpenProcess(PROCESS_ALL_ACCESS, FALSE, HLProcessId); WriteProcessMemory(HandleWindow, (LPVOID)Address, &PokeValue, NumberOfBytes, &Write); MessageBox(hwnd,"ok", "good", MB_ICONINFORMATION); my code bypass WH BLock , but i got Kick , please help me !!!
|
|
|
| Last edited by cancoder; 03-31-2010 at 12:20 PM. | |
|
|
#6 | |
Guest
Posts: n/a
|
Quote:
You can try the following places to find 175 memory validation code: Such as: Read Breakpoint at 0x1000C5F2. |
|
|
||
| Last edited by gl32; 03-31-2010 at 01:49 PM. | ||
|
|
#7 | |
Administrator
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18 ![]() |
Quote:
__________________
|
|
|
|
|
#10 | |
Administrator
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18 ![]() |
Quote:
Also stop doing it for the game-play-with-cheats, do it for the skill and knowledge and forget the game.
__________________
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|