|
Thema |
Forum |
Letzter Beitrag |
Beiträge |
Zugriffe |
 |
Who Can Do This?
Erstellt am: Sa 1. Nov 2008, 11:57
LorDream
Vorschau
Go To Post
Hi all... I want to only nametags and cvar-dvar unlocker... But We can on or off this cheats with numlock key. For example SchoolHackCoD4MultiRC5... Num 1 | Name Tags (We can on or off with numlock 1) Num 7 | CVAR Bypass (We can on or off with numlock 7)
So I want to cheat(for COD5) like this... Thanks for your helping...
|
Call of Duty 4: Modern Warfare |
Sa 1. Nov 2008, 16:32
von KN4CK3R
|
3 |
813 |
 |
Who Can Do This?
Erstellt am: Sa 1. Nov 2008, 11:57
LorDream
Vorschau
Go To Post
I think, 0x5B88CE < CVAR Bypass
Is This True?
TEXT Code: #include <windows.h> #define CVAR Bypass 0x5B88CE BYTE CVAR Bypass[] = {0x74, 0x05}; BYTE CVAR Bypass[] = {0x75, 0x05}; bool WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved) { if(dwReason == DLL_PROCESS_ATTACH) { if(GetAsyncKeyState(VK_NUMPAD0)&1)// ON { WriteProcessMemory(GetCurrentProcess(), (void*)CVAR Bypass, &CVAR BypassOn, sizeof(CVAR BypassOn), NULL); } if(GetAsyncKeyState(VK_NUMPAD1)&1)// OFF { WriteProcessMemory(GetCurrentProcess(), (void*)CVAR Bypass, &CVAR BypassOff, sizeof(CVAR BypassOff), NULL); } } }
|
Call of Duty 4: Modern Warfare |
Sa 1. Nov 2008, 16:32
von KN4CK3R
|
3 |
813 |
 |
Do You Know These?
Erstellt am: Mo 27. Okt 2008, 14:41
LorDream
Vorschau
Go To Post
I want to know something. Firstly, I want to know thats... How can I edit read only console codes at COD4? For example I am writing xx_xxx 1. xx_xxx code is read only... Is there any program for this? Also I want to know perk\'s codes in COD4. For example player_sprinttime X... This code is like extreme conditioning. I want to know dead silence code, stopping power etc. Thanks for your helping...
|
Call of Duty 4: Modern Warfare |
Mo 27. Okt 2008, 14:41
von LorDream
|
0 |
181 |
 |
"Cod4" Interesting condition at Pam And Promod...
Erstellt am: Mo 20. Okt 2008, 21:06
LorDream
Vorschau
Go To Post
Everbody knows that, We can use bandolier and stopping power in Pam or Promod. Somebody is running silently. But They havent got dead silence(perk). How are they doing this? Is this about fps? Have you got any idea? Thanks for your helping...
|
Call of Duty 4: Modern Warfare |
Mo 20. Okt 2008, 23:19
von tiktic
|
1 |
683 |
 |
Konsole Codes
Erstellt am: Sa 18. Okt 2008, 16:50
LorDream
Vorschau
Go To Post
Hi all... I am searching konsole codes for cod4. For example; g_compassShowEnemies: Whether enemies are visible on the compass at all times. But I want to find name tag(for friendly and enemy) and radar(for open and close) codes. I looked cvar(dvar) lists.I didnt find anything. Can anybody help me? Thanks for help...
|
Call of Duty 4: Modern Warfare |
Sa 18. Okt 2008, 17:47
von root.
|
1 |
771 |