Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 55
  1. #16
    SeanMXD's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    The provided DLL files are not the same as the one in the tutorial

    Quote Originally Posted by creapygames View Post
    I was following your tutorial precisely, but the files you attached are not the same files in the tutorial, so I was not able to find the strings in the HEX editor. You provided 2 files called Assembly-UnityScript1Hit.dll and Assembly-UnityScriptNo1Hit.dll, and the tutorial uses a file called Assembly-UnityScript.dll, which is not provided in any of the attached files. Can you attach this file? I would love to get this to work.

  2. #17
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead
    Quote Originally Posted by SeanMXD View Post
    I was following your tutorial precisely, but the files you attached are not the same files in the tutorial, so I was not able to find the strings in the HEX editor. You provided 2 files called Assembly-UnityScript1Hit.dll and Assembly-UnityScriptNo1Hit.dll, and the tutorial uses a file called Assembly-UnityScript.dll, which is not provided in any of the attached files. Can you attach this file? I would love to get this to work.
    those files are outdate, you can do the same if you got the new aobs, to get new aobs you compare the part of the code changing and place ?? on those spots find with cheat engine the new ones edit the code on dnspy profit?

  3. #18
    Hoangyen's Avatar
    Join Date
    Jun 2022
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    Can I ask how do you guy find the right code?
    The sprint one have a lot of them match so I don't know which one to change.

  4. #19
    linz0207's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Hoangyen View Post
    Can I ask how do you guy find the right code?
    The sprint one have a lot of them match so I don't know which one to change.
    then change all of them

    i think the sprint have 3 same codes

  5. #20
    Hoangyen's Avatar
    Join Date
    Jun 2022
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by linz0207 View Post
    then change all of them

    i think the sprint have 3 same codes
    Wouldn't that be dangerous? I mean, if I were to change all of them, wouldn't I be changing code that is not for sprinting?

    - - - Updated - - -

    Quote Originally Posted by linz0207 View Post
    then change all of them

    i think the sprint have 3 same codes
    I found 4 of them. Should I change them all?

  6. #21
    Hoangyen's Avatar
    Join Date
    Jun 2022
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    can i have the code for 1 hit and fast loot?

  7. #22
    shiakaru's Avatar
    Join Date
    Mar 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Yes, i have.

    Quote Originally Posted by Hoangyen View Post
    can i have the code for 1 hit and fast loot?
    AoB = AOBScan("02 7B 6A 12 00 04 7B 0F 12 00 04 28 53 2A 00 06 16 6B 3D 52")
    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

    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 activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint deactivated")
    end

    AoB = AOBScan("02 7B 7B 16 00 04 28 0A 01 00 0A 06 5A 58 7D 7B 16 00 04 7E 67 16")
    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("16 0A 12 01 FE 15 ?? 00 00 01 20 00 1C ?1 00 0C")
    if (AoB) then
    print("Turn off zombie attacks Succeed")
    for i=0,4 do
    writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Turn off zombie attacks Fail Need Update")
    end

  8. #23
    Ramerow's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by shiakaru View Post
    AoB = AOBScan("02 7B 6A 12 00 04 7B 0F 12 00 04 28 53 2A 00 06 16 6B 3D 52")
    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

    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 activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint deactivated")
    end

    AoB = AOBScan("02 7B 7B 16 00 04 28 0A 01 00 0A 06 5A 58 7D 7B 16 00 04 7E 67 16")
    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("16 0A 12 01 FE 15 ?? 00 00 01 20 00 1C ?1 00 0C")
    if (AoB) then
    print("Turn off zombie attacks Succeed")
    for i=0,4 do
    writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Turn off zombie attacks Fail Need Update")
    end
    So, if i want to use the 1 hit on the dnspy file, how do i know which number i have to change on the original?

  9. #24
    joshgn3's Avatar
    Join Date
    Mar 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    do you know how can I 1 hit bandits??

  10. #25
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead
    Quote Originally Posted by joshgn3 View Post
    do you know how can I 1 hit bandits??
    Yes, just increase the dmg from weapons, but they are tracking the 1Hit/Dmg users so be carefull

  11. #26
    joshgn3's Avatar
    Join Date
    Mar 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by creapygames View Post
    Yes, just increase the dmg from weapons, but they are tracking the 1Hit/Dmg users so be carefull
    what about the bandits do not attack?? it is detectable??

  12. #27
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead
    If you stay on the same spot for to long they have a method to flag you account, cause you are not moving, dealing dmg and you are no taking dmg.

  13. #28
    FranKorosu's Avatar
    Join Date
    Apr 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Please

    Quote Originally Posted by creapygames View Post
    If you stay on the same spot for to long they have a method to flag you account, cause you are not moving, dealing dmg and you are no taking dmg.
    Good by chance do you have the ones with 1 hit and the one that the zombies do not attack you updated? please

  14. #29
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead
    Quote Originally Posted by FranKorosu View Post
    Good by chance do you have the ones with 1 hit and the one that the zombies do not attack you updated? please
    try find you the new 1hit and dza.
    is not hard.

  15. #30
    Ramerow's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by creapygames View Post
    try find you the new 1hit and dza.
    is not hard.
    How can I find and modify the file, so that the bandits do not attack, what part do I have to look for and what do I have to replace? I have no idea and I would like you to help me

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Help] Using DNSpy and Unpacking Assembly-UnityScript.dll
    By LewdTheLolis in forum Dead Frontier Hacks
    Replies: 5
    Last Post: 03-04-2020, 12:13 AM
  2. [Outdated] How to edit Assembly-CSharp.dll/Make a hack
    By xCyberxx in forum Unturned Hacks & Cheats
    Replies: 88
    Last Post: 01-05-2016, 08:27 AM
  3. [Help Request] Editing Assembly-CSharp.dll
    By CptnDutch in forum RoboCraft Discussions & Help
    Replies: 7
    Last Post: 09-30-2014, 03:05 PM
  4. [Help] Edit Assembly-CSharp.dll
    By PABIIIAH in forum Unturned Discussions & Help
    Replies: 0
    Last Post: 07-22-2014, 06:02 AM
  5. [Tutorial] How to edit Assembly-CSharp.dll to get GOLD Dlc. [2.16] Tutorial series soon
    By thevpetka in forum Unturned Hacks & Cheats
    Replies: 4
    Last Post: 07-21-2014, 04:58 AM