Results 1 to 2 of 2
  1. #1
    yamero2.0's Avatar
    Join Date
    Dec 2022
    Gender
    female
    Posts
    17
    Reputation
    10
    Thanks
    9
    My Mood
    Hot

    Raven Ridge update

    From what I've seen so far, most (or all) of the codes are no longer working, and some functions in the source file, such as damage, for example, have been completely changed (If I'm not mistaken).

    If any code still works, or you find an interesting string, feel free to share it here

    Guys, let's get to work!

    - - - Updated - - -

    These two codes were working very well before the update:

    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint Activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy Activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

    This was the code for one hit kill that was also changed:

    02 7B 77 10 00 04 7B 19 10 00 04 28 30 2B 00 06 16 6B 3D 4C
    Last edited by yamero2.0; 02-06-2024 at 02:53 PM.

  2. The Following User Says Thank You to yamero2.0 For This Useful Post:

    KenpachiS (02-06-2024)

  3. #2
    RadelFadel's Avatar
    Join Date
    Feb 2024
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I wanted to know if you have the updated one hit code for the cheat engine?

Similar Threads

  1. Updated addresses for some hacks.
    By sp0tie in forum Gunz Hacks
    Replies: 3
    Last Post: 02-22-2006, 08:18 AM
  2. New forum moderators/Server Updates
    By Dave84311 in forum News & Announcements
    Replies: 3
    Last Post: 02-20-2006, 11:05 PM
  3. Replies: 3
    Last Post: 02-09-2006, 03:51 PM
  4. Warrock Updates!
    By Dave84311 in forum General Game Hacking
    Replies: 2
    Last Post: 01-14-2006, 01:34 PM