Thread: No Recoil

Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive

    Thumbs up alterIW No Recoil

    Code:
    const DWORD mw2_pid = 0; // <<< INSERT MW2 PID HERE
    HANDLE h = OpenProcess(PROCESS_ALL_ACCESS, false, mw2_pid);
    float norecoil[3] = {0};
    for(;;){
    if(false){// check if the program should close
    break;
    }
    WriteProcessMemory(h, (PVOID)(0xB35980), norecoil, sizeof(norecoil), NULL);
    }
    CloseHandle(h);
    Fix this code, combine with LMG = lol
    Last edited by alteriw-norecoil; 07-29-2011 at 08:19 PM.

  2. #2
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Moved to Source Code.
    Texture Mods


    Obedear, the sky is low

  3. #3
    Charlemagne's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    17
    Reputation
    17
    Thanks
    2
    My Mood
    Devilish
    Why keep writing to that address? Just NOP the function or write once, and then use VirtualProtectEx() to protect that?

  4. #4
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive
    I did that, but I don't want to give away my real code. I gave away this code because it's shit.

    But doesn't VirtualProtectEx result in an access violation?

  5. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. #6
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive
    My PRIVATE no recoil only needs to overwrite two bytes.

  7. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    it's memory writing it will get yo ass banned in....3 seconds?

  8. #8
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive
    I used both the posted method and my private method all day yesterday. There was no (automatic) ban. The admins still ban me though.

    Over 12 hours seems quite more than 3 seconds...

  9. #9
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    No youre lying. RJ or gtfo.

  10. #10
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive
    If you don't believe me, try this code out for yourself. It's undetected right now. It will be undetected until they move the offset.

  11. #11
    shadowx360's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    305
    Reputation
    15
    Thanks
    69
    My Mood
    Cynical
    Quote Originally Posted by alteriw-norecoil View Post
    If you don't believe me, try this code out for yourself. It's undetected right now. It will be undetected until they move the offset.
    Considering the aIW staff browse this forum daily, it won't be undetected for long though.

  12. #12
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    It's for aIW, or Steam, and in both of cases it would be detected. Since when you write to a address in the process they will detected that. Plus I've tried a code like that on mw2 aiw, and it was detected.

  13. #13
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive
    If this code is detected, firing your weapon would be detected too. This just nulls the recoil vector and that address gets written to anyways when you shoot.

  14. #14
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by alteriw-norecoil View Post
    If this code is detected, firing your weapon would be detected too. This just nulls the recoil vector and that address gets written to anyways when you shoot.
    Code:
    PBYTE _data = 0x90;
    memcpy((LPVOID)_data, (LPVOID)<addy>, sizeof(_data));
    if(_data == NULL)
    {
          return CheatDetectedBooom;
    }

  15. #15
    alteriw-norecoil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    having a threesome with your sister and your mom
    Posts
    23
    Reputation
    7
    Thanks
    11
    My Mood
    Aggressive
    but since _data != NULL, the function does not return CheatDetectedBooom!

    And why would you write <addy> to 0x90? What's so important about that address?

    Revised your code for you (consider it a favor)
    Code:
    memcpy((LPVOID)0x90, (LPVOID)<addy>, sizeof(PBYTE));
    I bet you're just some alteriw admin troll who doesn't even know how memcpy works.

    This is probably what you meant:
    Code:
    BYTE _data = 0x90;
    memcpy((LPVOID)<addy>, &_data, sizeof(_data));
    /*
    // 0x90 != 0, so why not comment out this section?
    if(_data == NULL)
    {
          return CheatDetectedBooom;
    }
    */
    Last edited by alteriw-norecoil; 08-03-2011 at 10:36 AM.

Page 1 of 3 123 LastLast

Similar Threads

  1. How to find Recoil and Spread addresses?
    By V1olATor in forum WarRock - International Hacks
    Replies: 5
    Last Post: 04-20-2007, 09:50 AM
  2. No Recoil Hack
    By quin123 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 9
    Last Post: 03-21-2007, 03:14 PM
  3. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM
  4. No recoil hack????
    By max.here in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-21-2007, 05:52 AM
  5. No recoil/no spread addys?
    By IBEZ in forum WarRock - International Hacks
    Replies: 8
    Last Post: 01-14-2007, 08:39 PM