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
icon

Go to first new post Cod4 v1.7 Undetected Hack... Erstellt am: So 5. Okt 2008, 21:16

LorDream

preview Vorschau

Go To Post

I am searching cod4 v1.7 undetected hack for PB v1.693...
Is there a cheat like this?
If there is this cheat , Is it free?
Thanks for your helping...
Call of Duty 4: Modern Warfare

Di 7. Okt 2008, 00:30

von higH...xD Go to last post
4 2308
icon

Go to first new post Cod4 v1.7 Undetected Hack... Erstellt am: So 5. Okt 2008, 21:16

LorDream

preview Vorschau

Go To Post

I know this.
We can open these cheats in PB servers.
But from time to time, Punkbuster is checking these cheat codes.
For example cg_LaserForceOn this code opens peculiarity of laser.
When we opened this cheat code with cheat program, we play a few minutes.
After that Punkbuster is scanning these codes.
If There are some changes at this codes, Punkbuster kick you.
Namely, Before scanning, you must close this cheat code.
For example Num9 = lasermod.
You can use this code until the scanning.
But Before scanning You must close this code with num9.
After scanning You can use this code until another scanning becomes.
The most important thing We must know punkbuster scanning time.

Easy Example;
Nametags codes ct_nametags 1 (It is imaginary)
We cant write this code in server.
Because We see the warning... ( This Code Cheat protected)
But We can open this code with cheat program.(Because with bypass)
When Punkbuster saw that , It understands changes in memory.
And We kick by Punkbuster.
You can use this code until the scanning.
But Before scanning You must close this code with num1.
After scanning You can use this code until another scanning becomes.
The most important thing We must know punkbuster scanning time.
Call of Duty 4: Modern Warfare

Di 7. Okt 2008, 00:30

von higH...xD Go to last post
4 2308
icon

Go to first new post Cod4 Scripts Index Searching... Erstellt am: Fr 5. Sep 2008, 12:03

LorDream

preview Vorschau

Go To Post

Hi all...
I am searching Cod4 scripts index.
For example America's Army NO-Recoil/Breathe
TEXT Code:
  1. function Tick(DeltaTime, ViewPort)
  2. PC = ViewPort.Actor
  3. end
  4.  
  5. function PostRender(Canvas)
  6. if (PC.Pawn) then
  7. if (PC.Pawn.Weapon) then
  8. PC.bPerfectAccuracy = true
  9. PC.Pawn.Weapon.bWpnRecoil = false
  10. PC.Pawn.Weapon.bWpnAccuracy = false
  11. end
  12. end
  13. end

But I am searching for COD4 v1.7...
Need ; 2d or 3d radar script , esp script , nametags script , lazer script , CVAR Bypass script...
Thanks for all...
Call of Duty 4: Modern Warfare

Fr 5. Sep 2008, 12:03

von LorDream Go to last post
0 1046
icon

Go to first new post Cod4 2d or 3d Radar and Esp Hack... Erstellt am: Fr 29. Aug 2008, 15:22

LorDream

preview Vorschau

Go To Post

Hi all...
I am searching a cheat for cod4 v1.7.
This cheat must got (only) 2d or 3d radar and esp hack.(for example nametags)
Thanks for all...
Call of Duty 4: Modern Warfare

Fr 29. Aug 2008, 21:28

von AldiSkill Go to last post
4 1852
icon

Go to first new post Cod4 2d or 3d Radar and Esp Hack... Erstellt am: Fr 29. Aug 2008, 15:22

LorDream

preview Vorschau

Go To Post

Zitat
Original von AldiSkill
you find CoD 4 Hacks @ Hackarchiv for example Jägerbot.


mfg
Aldi

But got virus  8)
Call of Duty 4: Modern Warfare

Fr 29. Aug 2008, 21:28

von AldiSkill Go to last post
4 1852
icon

Go to first new post COD4 Wall Hack v1.6 Problem and Request... Erstellt am: Do 14. Aug 2008, 12:50

LorDream

preview Vorschau

Go To Post

Hi all...
I was searching a wall hack for cod4 v1.6.
After , I found SchoolHackCoD4MultiRC4...
I was using only Num 1 | Name Tags...
But, This property isn't working good.
For Example, Name Tags are working at Team Deathmatch...
But Name Tags arent working at the Free-For-All...
I think, İt is working only at team match...
I want a cheat (nametags must be in this cheat) which workes all the game mods( Team Deathmatch, Free-For-All, Sabotage etc.)
I will give a sample from Counter-Strike 1.6 ;

http://img60.imageshack.us/img60/9917/sampleqj6.jpg

This cheat's name is Cdhack 4.33.4...
This cheat has got a lot of properties...
I am searching a cheat like this for COD4...(This cheat isnt necessary for Punkbaster)

In addition I want one more cheat but this cheat is necessary for Punkbaster...
Thanks for your helping...
Call of Duty 4: Modern Warfare

Do 14. Aug 2008, 12:50

von LorDream Go to last post
0 438