Thread: df v 67

Results 1 to 15 of 90

Threaded View

  1. #1
    peoplewhat's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    404

    df v 67

    taking it old school.


    Code:
    AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
    if (AoB) then
    print("DZA and freeze when near (zeds still spit) on")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
    end
    else
    print("DZA and freeze when near (zeds still spit) off")
    end


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

    Code:
    AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 9A")
    if (AoB) then
    print("Super Sprint ok")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint off")
    end

    Code:
    AoB = AOBScan("02 7B D7 0E 00 04 7B 7C 0E 00 04 28 0F 26 00 06 16 6B 3D 4A")
    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
    you could mostly likely get by with that for now, until they work out the kinks for the update.

    I'm going to do some non df related course work stuff. I'll check back with them later.
    Last edited by peoplewhat; 07-28-2021 at 02:46 PM.

  2. The Following 16 Users Say Thank You to peoplewhat For This Useful Post:

    alohaha (07-29-2021),Berserker23 (07-28-2021),chulinh159 (07-28-2021),DaemonStark (07-28-2021),dusklukas (07-28-2021),hays99 (07-29-2021),HelloMom69 (07-29-2021),Incursio11 (07-28-2021),JustCarlo (07-29-2021),linz0207 (07-28-2021),mayoresyorme (07-28-2021),monkeykingbar1123 (07-28-2021),R3ndez (07-28-2021),rezzil21 (08-03-2021),trick or treat (07-28-2021),WRGAERHGAERHerhaewrh (07-28-2021)