Results 1 to 11 of 11
  1. #1
    tremaster's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    523
    Reputation
    10
    Thanks
    95
    My Mood
    Amazed

    Help how to find no recoil

    can you tell me how to find no recoil

  2. #2
    Beatz's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In your head.
    Posts
    2,118
    Reputation
    66
    Thanks
    321
    My Mood
    Stressed
    Do you want the code?
    Don't Talk If You Can't Do.


  3. #3
    tremaster's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    523
    Reputation
    10
    Thanks
    95
    My Mood
    Amazed
    no i want to know how to find the addy

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    same here i would like to know??

  5. #5
    rocker340's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    in my house
    Posts
    304
    Reputation
    12
    Thanks
    76
    i have no idea on how to find them but he is the adresses
    https://www.mpgh.net/forum/207-combat...ls-addies.html

    If you need a Lo/Ck/Er/Z invite, PM me! Lo/Ck/Er/Z is a promotion site to watch videos for PTZ, and redeem cool electronics for free by trading in PTZ




  6. #6
    tremaster's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    523
    Reputation
    10
    Thanks
    95
    My Mood
    Amazed
    someone help plex

  7. #7
    rocker340's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    in my house
    Posts
    304
    Reputation
    12
    Thanks
    76
    Quote Originally Posted by tremaster View Post
    someone help plex
    loll i just gave u the adresses u can pm god601 and see if he will give u instructions

    If you need a Lo/Ck/Er/Z invite, PM me! Lo/Ck/Er/Z is a promotion site to watch videos for PTZ, and redeem cool electronics for free by trading in PTZ




  8. #8
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Quote Originally Posted by rocker340 View Post
    loll i just gave u the adresses u can pm god601 and see if he will give u instructions
    just saying this is in Gods Signature

    Code:
    No longer with TopBlast
    
    Back but DON'T PM ME!!!!

  9. #9
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    LoL he can PM me too i have a working no recoil but if he wants the code not in order so figure it out on your own.

    Code:
    #define NR1 //0x3740CEE9
    #define NR2 //0x3740CEF8
    #define NR3 //0x3740CEFD
    #define NR4 //0x3740CF09
    _____________________________
    
    byte NoRecoilOn[3] = { 0x90, 0x90, 0x90 };
    	byte NoRecoilOn2[3] = { 0x90, 0x90, 0x90 };
    	byte NoRecoilOn3[6] = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
    	byte NoRecoilOn4[3] = { 0x90, 0x90, 0x90 };
    	VirtualProtect((LPVOID)NR1, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR2, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR3, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR4, 3, PAGE_READWRITE, &dwProtect);
    	memcpy((PVOID)NR1, (void*)NoRecoilOn, sizeof(NoRecoilOn));
    	memcpy((PVOID)NR2, (void*)NoRecoilOn2, sizeof(NoRecoilOn2));
    	memcpy((PVOID)NR3, (void*)NoRecoilOn3, sizeof(NoRecoilOn3));
    	memcpy((PVOID)NR4, (void*)NoRecoilOn4, sizeof(NoRecoilOn4));
    	VirtualProtect((LPVOID)NR1, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR2, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR3, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR4, 3, dwProtect, &dwProtect);
    Last edited by xXNoobAlertXx; 06-17-2010 at 12:29 PM.

  10. #10
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by xXNoobAlertXx View Post
    LoL he can PM me too i have a working no recoil but if he wants the code not in order so figure it out on your own.

    Code:
    #define NR1 //0x3740CEE9
    #define NR2 //0x3740CEF8
    #define NR3 //0x3740CEFD
    #define NR4 //0x3740CF09
    _____________________________
    
    byte NoRecoilOn[3] = { 0x90, 0x90, 0x90 };
    	byte NoRecoilOn2[3] = { 0x90, 0x90, 0x90 };
    	byte NoRecoilOn3[6] = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
    	byte NoRecoilOn4[3] = { 0x90, 0x90, 0x90 };
    	VirtualProtect((LPVOID)NR1, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR2, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR3, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR4, 3, PAGE_READWRITE, &dwProtect);
    	memcpy((PVOID)NR1, (void*)NoRecoilOn, sizeof(NoRecoilOn));
    	memcpy((PVOID)NR2, (void*)NoRecoilOn2, sizeof(NoRecoilOn2));
    	memcpy((PVOID)NR3, (void*)NoRecoilOn3, sizeof(NoRecoilOn3));
    	memcpy((PVOID)NR4, (void*)NoRecoilOn4, sizeof(NoRecoilOn4));
    	VirtualProtect((LPVOID)NR1, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR2, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR3, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR4, 3, dwProtect, &dwProtect);
    Dude there are functions for that, you don't need to copy+paste it 3 times.

  11. #11
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by xXNoobAlertXx View Post
    LoL he can PM me too i have a working no recoil but if he wants the code not in order so figure it out on your own.

    Code:
    #define NR1 //0x3740CEE9
    #define NR2 //0x3740CEF8
    #define NR3 //0x3740CEFD
    #define NR4 //0x3740CF09
    _____________________________
    
    byte NoRecoilOn[3] = { 0x90, 0x90, 0x90 };
    	byte NoRecoilOn2[3] = { 0x90, 0x90, 0x90 };
    	byte NoRecoilOn3[6] = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
    	byte NoRecoilOn4[3] = { 0x90, 0x90, 0x90 };
    	VirtualProtect((LPVOID)NR1, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR2, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR3, 3, PAGE_READWRITE, &dwProtect);
    	VirtualProtect((LPVOID)NR4, 3, PAGE_READWRITE, &dwProtect);
    	memcpy((PVOID)NR1, (void*)NoRecoilOn, sizeof(NoRecoilOn));
    	memcpy((PVOID)NR2, (void*)NoRecoilOn2, sizeof(NoRecoilOn2));
    	memcpy((PVOID)NR3, (void*)NoRecoilOn3, sizeof(NoRecoilOn3));
    	memcpy((PVOID)NR4, (void*)NoRecoilOn4, sizeof(NoRecoilOn4));
    	VirtualProtect((LPVOID)NR1, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR2, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR3, 3, dwProtect, &dwProtect);
    	VirtualProtect((LPVOID)NR4, 3, dwProtect, &dwProtect);
    Lool. just use a function so you dont have to do that for every single nop >.<

Similar Threads

  1. [Help Request] [Help Request] How to make No Recoil hack in Visual Studio?
    By Tstovall in forum CrossFire Help
    Replies: 5
    Last Post: 07-20-2011, 02:55 AM
  2. [Help] how to find a addy for crossfire?
    By Victoria in forum C++/C Programming
    Replies: 5
    Last Post: 03-02-2011, 09:27 AM
  3. Help - How to find No Recoil addresses?
    By Ragehax in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 25
    Last Post: 05-05-2010, 07:07 PM
  4. [TuT]How to find no recoil and no spread
    By Twisted_scream in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-23-2008, 11:59 AM
  5. How to find Recoil and Spread addresses?
    By V1olATor in forum WarRock - International Hacks
    Replies: 5
    Last Post: 04-20-2007, 09:50 AM