OldSchoolHack

Registrieren / Anmelden Deutsch

Benutzersuche: LorDream

Such-Informationen
LorDream
Themen im Forum
Thema Forum Letzter Beitrag Beiträge Zugriffe
icon

Go to first new post Who Can Do This? Erstellt am: Sa 1. Nov 2008, 11:57

LorDream

preview 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 Go to last post
3 813
icon

Go to first new post Who Can Do This? Erstellt am: Sa 1. Nov 2008, 11:57

LorDream

preview Vorschau

Go To Post

I think, 0x5B88CE < CVAR Bypass

Is This True?
TEXT Code:
  1. #include <windows.h>
  2.  
  3. #define CVAR Bypass 0x5B88CE
  4.  
  5. BYTE CVAR Bypass[] = {0x74, 0x05};
  6. BYTE CVAR Bypass[] = {0x75, 0x05};
  7.  
  8. bool WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
  9. {
  10. if(dwReason == DLL_PROCESS_ATTACH)
  11. {
  12. if(GetAsyncKeyState(VK_NUMPAD0)&1)// ON
  13. {
  14. WriteProcessMemory(GetCurrentProcess(), (void*)CVAR Bypass, &CVAR BypassOn, sizeof(CVAR BypassOn), NULL);
  15. }
  16. if(GetAsyncKeyState(VK_NUMPAD1)&1)// OFF
  17. {
  18. WriteProcessMemory(GetCurrentProcess(), (void*)CVAR Bypass, &CVAR BypassOff, sizeof(CVAR BypassOff), NULL);
  19. }
  20. }
  21. }
Call of Duty 4: Modern Warfare

Sa 1. Nov 2008, 16:32

von KN4CK3R Go to last post
3 813
icon

Go to first new post Do You Know These? Erstellt am: Mo 27. Okt 2008, 14:41

LorDream

preview 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 Go to last post
0 181
icon

Go to first new post "Cod4" Interesting condition at Pam And Promod... Erstellt am: Mo 20. Okt 2008, 21:06

LorDream

preview 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 Go to last post
1 683
icon

Go to first new post Konsole Codes Erstellt am: Sa 18. Okt 2008, 16:50

LorDream

preview 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. Go to last post
1 771
Downloads
Es wurden keine entsprechenden Downloads gefunden.