Results 1 to 5 of 5
  1. #1
    Daten119's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    BO2 4D1 NoRecoil help

    Hey everyone,

    i want to create a norecoil hack for Bo2 4D1 fourdeltaone, but i dont know what i have to do next.
    So i think i found the address for no recoil in ollydbg:

    004ACD58 81C6 A8800400 ADD ESI,480A8 norecoil

    and i renamed JE:

    004ACD52 74 13 JE SHORT t6mp 004ACD67

    to this:

    004ACD52 EB 13 JMP SHORT t6mp 004ACD67


    but it still doesnt works, somebody told me that i have to overwrite the byte 116 to 225, but i have no idea what this means.

    i know my english isnt good and im not experiecnd at all in game hacking, but can please anybody help me?

    Thank you very very much.

  2. #2
    2000callum's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    UK
    Posts
    56
    Reputation
    10
    Thanks
    93
    try writing it in value -1
    Had a break for awhile, moved to xbox modding with a freind and i am now a ZZ9.

  3. #3
    roy3805's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    28
    I have a working no recoil! Go check my thread!

  4. #4
    thijsduijker's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    368
    Reputation
    44
    Thanks
    185
    My Mood
    Doh
    Quote Originally Posted by roy3805 View Post
    I have a working no recoil! Go check my thread!
    He wants to make it by hisself.
    Stop advertising.
    ~Thijz

  5. #5
    desertflame's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Posts: 23847611237
    Posts
    380
    Reputation
    48
    Thanks
    850
    My Mood
    Amused
    This is probably a stupid bump, but if that's the right address, reverse the JE so it becomes JNE(or JNZ, I forgot).
    When you're implementing it into your hack you can do it like this:

    Code:
    BYTE NoRecON[2] = {0x75, 0x2C}; //this will be simply overwriting the bytes from the intial JE to JNZ.
    Then you just use a simple WriteProcessMemory.

    I don't know if that's the right address you have though.

Similar Threads

  1. [Help Request] BO2 XP Trainer help?
    By newgrounds90 in forum Call of Duty Black Ops 2 Help
    Replies: 0
    Last Post: 05-17-2013, 11:48 PM
  2. [Discussion] BO2 Multiplayer crack help
    By LittleMo in forum Call of Duty Black Ops 2 Discussions
    Replies: 1
    Last Post: 05-07-2013, 10:31 AM
  3. 4d1 fullbright help
    By adamy0 in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 04-04-2013, 06:34 PM
  4. [Help] CoD4 NoRecoil help
    By yge3d in forum Coders Lounge
    Replies: 1
    Last Post: 11-04-2012, 03:28 PM
  5. NoRecoil help
    By maximus8011 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 11-30-2011, 03:17 PM