Thread: One Hit

Results 1 to 14 of 14
  1. #1
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    306
    My Mood
    Dead

    Cool One Hit

    AoB = AOBScan("02 7B 82 0F 00 04 7B 27 0F 00 04 28 F8 28 00 06 16 6B 3D 4D")
    if (AoB) then
    print("1hit activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit deactivated")
    end

    enjoy!

  2. #2
    anovice101's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2

    Patched

    new update in preparation for event

  3. #3
    thangabanta1's Avatar
    Join Date
    Oct 2022
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    3
    AoB = AOBScan("02 7B 70 0F 00 04 7B 15 0F 00 04 28 05 29 00 06 16 6B 3D 4E")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end


    check guys ^^

  4. The Following 3 Users Say Thank You to thangabanta1 For This Useful Post:

    anovice101 (10-18-2022),deadfrontiered (10-18-2022),kowia (10-18-2022)

  5. #4
    kowia's Avatar
    Join Date
    Oct 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by thangabanta1 View Post
    AoB = AOBScan("02 7B 70 0F 00 04 7B 15 0F 00 04 28 05 29 00 06 16 6B 3D 4E")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end


    check guys ^^
    It works fine. Thank you!

  6. #5
    albert198's Avatar
    Join Date
    Oct 2022
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Brooding

    plz

    Quote Originally Posted by creapygames View Post
    AoB = AOBScan("02 7B 82 0F 00 04 7B 27 0F 00 04 28 F8 28 00 06 16 6B 3D 4D")
    if (AoB) then
    print("1hit activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit deactivated")
    end

    enjoy!
    fast loot and super sprint? plzz

  7. #6
    InDr4's Avatar
    Join Date
    Oct 2022
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Como puedo hacer el scan del código alguien me enseña?

  8. #7
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    306
    My Mood
    Dead
    Quote Originally Posted by InDr4 View Post
    Como puedo hacer el scan del código alguien me enseña?
    1:

    Open the game and cheat engine select the process
    2:

    open memory viewer, go to Tools>Lua Engine>Paste the Aob script
    3:

    Now is the time to press Play, While the screen is white you can run the aob script if not mayb not gonna work or is outdate the aob

    - - - Updated - - -

    Quote Originally Posted by albert198 View Post
    fast loot and super sprint? plzz
    AoB = AOBScan("02 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 06 5A 58 7D ?? ?? ?? ?? ?? ?? 80")if (AoB) then
    print("Fast Loot Succeed")
    writeBytes(tonumber(AoB[AoB.getCount()-1],16)+6, 0x22, 0xcd, 0xcc, 0xcc ,0x3d)
    AoB.Destroy()
    AoB = nil
    else
    print("Fast Loot Fail Need Update")
    end

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

  9. #8
    Koleyzeum's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    give me code for infinite energy

  10. #9
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    306
    My Mood
    Dead
    Quote Originally Posted by Koleyzeum View Post
    give me code for infinite energy
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy OK")
    for i=0,AoB.getCount()-1 do
    writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Infinite Energy FAILED")
    end

  11. #10
    Koleyzeum's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    thanks bro

    - - - Updated - - -

    Quote Originally Posted by creapygames View Post
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy OK")
    for i=0,AoB.getCount()-1 do
    writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Infinite Energy FAILED")
    end
    do we have any codes?

  12. #11
    InDr4's Avatar
    Join Date
    Oct 2022
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Alg�n consejo de c�mo subir de nivel r�pido gracias amigos

  13. #12
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    306
    My Mood
    Dead
    Quote Originally Posted by InDr4 View Post
    Alg�n consejo de c�mo subir de nivel r�pido gracias amigos
    add me on im

  14. #13
    InDr4's Avatar
    Join Date
    Oct 2022
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    C�mo te agrego amigo? P�same tu WhatsApp algo para hablar mejor,.aqu� estoy yo al pendiente de tu mensaje

    - - - Updated - - -

    C�mo te agrego amigo? P�same tu WhatsApp algo para hablar mejor,.aqu� estoy yo al pendiente de tu mensaje

    - - - Updated - - -

    C�mo te agrego amigo? P�same tu WhatsApp algo para hablar mejor,.aqu� estoy yo al pendiente de tu mensaje

    - - - Updated - - -

    Quote Originally Posted by creapygames View Post
    add me on im
    No se que es im xD

  15. #14
    anovice101's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2

    new UPdate

    need New COde Good Sir
    1hit and Fast loot
    thank You iN aDvance

Similar Threads

  1. Replies: 11
    Last Post: 05-04-2010, 02:35 AM
  2. One Hit Kill!!!
    By Spacerunner3 in forum CrossFire Hacks & Cheats
    Replies: 14
    Last Post: 03-13-2010, 07:23 AM
  3. THIS GUY IS A ONE HIT WONDER BUT GOOD SONG
    By Luke420 in forum General
    Replies: 1
    Last Post: 01-22-2010, 10:53 AM
  4. [GUIDE]One Hit Kill Weapons..
    By czudej in forum Combat Arms Hacks & Cheats
    Replies: 34
    Last Post: 08-08-2009, 03:55 PM
  5. Brave Hart One hit wonder!!
    By epicowns in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-02-2009, 11:42 AM