Results 1 to 7 of 7
  1. #1
    ryan322's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    Red face No Recoil No Spread (Working) for PeZBots or any Non PB Servers

    //This is a Source Code for Non PB Servers and PeZBots
    // I Wrote this Source and Works for me
    Code:
    #include <windows.h>
    
    HANDLE CallOfDuty4 = GetCurrentProcess(); 
    BYTE NoSpread[] = {0x74, 0x15};//0x75, 0x15 = OFF  
    BYTE NoRecoil[] = {0x75, 0x08};//0x74, 0x08 = OFF
    
    BOOL WINAPI DllMain (HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
        if (dwReason == DLL_PROCESS_ATTACH)
        {
             WriteProcessMemory(GetCurrentProcess(), (void*)0x00416C7B, &NoSpread, 2, 0);
             WriteProcessMemory(GetCurrentProcess(), (void*)0x0041A7BD, &NoRecoil, 2, 0);
        }
       return true;
    }
    Last edited by Jorndel; 05-03-2012 at 01:59 PM. Reason: Added in Code

  2. #2
    Radek2's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Republic Of No Life.
    Posts
    9
    Reputation
    10
    Thanks
    7
    My Mood
    Fine
    How it work ? I'm noob help me. I must write this to console?

  3. #3
    Wonderful's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    France
    Posts
    2
    Reputation
    10
    Thanks
    0
    Code:
    // This is a Source Code for Non PB Servers and PeZBots
    // I Wrote this Source and Works for me
    #include <windows.h>
    
    HANDLE CallOfDuty4 = GetCurrentProcess(); 
    BYTE   NoSpread[]  = {0x74, 0x15};//0x75, 0x15 = OFF  
    BYTE   NoRecoil[]  = {0x75, 0x08};//0x74, 0x08 = OFF
    
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		WriteProcessMemory(GetCurrentProcess(), (void*)0x00416C7B, &NoSpread, 2, 0);
    		WriteProcessMemory(GetCurrentProcess(), (void*)0x0041A7BD, &NoRecoil, 2, 0);
    	}
    	
    	return true;
    }
    I don't understand by you get the pseudo handle of the Call of Duty 4 here:

    Code:
    HANDLE CallOfDuty4 = GetCurrentProcess();
    ... and don't use it as this (since you don't use this variable):

    Code:
    WriteProcessMemory(CallOfDuty4, (void*)0x00416C7B, &NoSpread, 2, 0);
    WriteProcessMemory(CallOfDuty4, (void*)0x0041A7BD, &NoRecoil, 2, 0);
    Last edited by Wonderful; 05-02-2012 at 10:18 PM.

  4. #4
    Activeproandrey's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Belarus
    Posts
    35
    Reputation
    10
    Thanks
    23
    My Mood
    Fine
    Quote Originally Posted by Radek2 View Post
    How it work ? I'm noob help me. I must write this to console?
    Learn C++ dude.....

    ---------- Post added at 07:35 AM ---------- Previous post was at 07:34 AM ----------

    Quote Originally Posted by Wonderful View Post
    Code:
    // This is a Source Code for Non PB Servers and PeZBots
    // I Wrote this Source and Works for me
    #include <windows.h>
    
    HANDLE CallOfDuty4 = GetCurrentProcess(); 
    BYTE   NoSpread[]  = {0x74, 0x15};//0x75, 0x15 = OFF  
    BYTE   NoRecoil[]  = {0x75, 0x08};//0x74, 0x08 = OFF
    
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		WriteProcessMemory(GetCurrentProcess(), (void*)0x00416C7B, &NoSpread, 2, 0);
    		WriteProcessMemory(GetCurrentProcess(), (void*)0x0041A7BD, &NoRecoil, 2, 0);
    	}
    	
    	return true;
    }
    I don't understand by you get the pseudo handle of the Call of Duty 4 here:

    Code:
    HANDLE CallOfDuty4 = GetCurrentProcess();
    ... and don't use it as this (since you don't use this variable):

    Code:
    WriteProcessMemory(CallOfDuty4, (void*)0x00416C7B, &NoSpread, 2, 0);
    WriteProcessMemory(CallOfDuty4, (void*)0x0041A7BD, &NoRecoil, 2, 0);
    It's dll code.
    Isn't executable. In game. Need to inject.

  5. #5
    yoda23456's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    420Sweden
    Posts
    1,335
    Reputation
    16
    Thanks
    384
    My Mood
    Cheerful
    Quote Originally Posted by ryan322 View Post
    // I Wrote this Source and Works for me

    exactly , U meen c&p
    Last edited by yoda23456; 05-16-2012 at 10:40 AM.

  6. #6
    Jukk666's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    dont work for me

  7. #7
    marcelo-o99's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    please rise the file in exe because I not use the c + +

Similar Threads

  1. Working no recoil, no spread, permanent uav etc trainer for mac!
    By monkey41211 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 1
    Last Post: 04-13-2011, 09:37 AM
  2. help making no recoil no spread hack for warrock using VB '08 express
    By cole32547 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 09-16-2009, 08:42 PM
  3. Replies: 17
    Last Post: 04-05-2009, 01:29 PM
  4. SilentScOpe's Recoil / Less Spread (Working Aug 22+)
    By ArcticRaider in forum Combat Arms Hacks & Cheats
    Replies: 132
    Last Post: 09-23-2008, 02:25 PM
  5. {REQUEST}No Recoil, No Spread for Combat Arms
    By alimarin in forum Hack Requests
    Replies: 0
    Last Post: 09-01-2008, 09:27 PM