Results 1 to 7 of 7
  1. #1
    italo91206's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Question Change 1-hit lua script to deal more damage ?

    Hello. The game mechanics dictates that you gain the exact experience points related to how much damage you deal on zombies. Which means, to get 100% of EXP of a specific boss, I have to deal the same amount of damage to it. The problem is: with the 1-hit cheat code you just insta-kill it, receiving less than 1% EXP of that boss. So my doubt would be: is there a way to chance the cheat to not deal infinite damage, but doubles/triplicates your damage ? The cheat I'm mentioning is this:


    AoB = AOBScan("02 7B 02 12 00 04 7B A7 11 00 04 28 47 2A 00 06 16 6B 3D 4D")
    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

  2. #2
    username 346's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Quote Originally Posted by italo91206 View Post
    Hello. The game mechanics dictates that you gain the exact experience points related to how much damage you deal on zombies. Which means, to get 100% of EXP of a specific boss, I have to deal the same amount of damage to it. The problem is: with the 1-hit cheat code you just insta-kill it, receiving less than 1% EXP of that boss. So my doubt would be: is there a way to chance the cheat to not deal infinite damage, but doubles/triplicates your damage ? The cheat I'm mentioning is this:


    AoB = AOBScan("02 7B 02 12 00 04 7B A7 11 00 04 28 47 2A 00 06 16 6B 3D 4D")
    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
    Is not working in the new update version 107 of the standalone client.... but the other hacks working dude

  3. #3
    italo91206's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by username 346 View Post
    Is not working in the new update version 107 of the standalone client.... but the other hacks working dude
    I'm aware of that, but my question was about modifying the cheat to do increased-damage and not one-hit kill zombies.

  4. #4
    abione's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    106
    My Mood
    Devilish
    I don't think you can modify the damage you do.
    The way 1 hit kill works is totally different

  5. #5
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead
    you can try get the add from any enemy life give him a lot of life then profit?

  6. #6
    italo91206's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Hm I dunno. There's a way to get the specific instruction on damage dealt and actually manipulate that info ?

  7. #7
    username 346's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Quote Originally Posted by italo91206 View Post
    I'm aware of that, but my question was about modifying the cheat to do increased-damage and not one-hit kill zombies.
    It looks like it has been updated and is now quite usable, Now I gonna use it in boss hunting

Similar Threads

  1. Replies: 2
    Last Post: 01-06-2016, 12:38 AM
  2. Changing Total Hits (LUA)
    By sgproject in forum Grand Theft Auto 5 (GTA V) Discussions
    Replies: 4
    Last Post: 05-13-2015, 12:39 AM
  3. Replies: 47
    Last Post: 03-27-2014, 01:38 PM
  4. [Request] Lua script to change name within the game!
    By Falloutguy22 in forum Payday 2 Hacks & Cheats
    Replies: 4
    Last Post: 03-26-2014, 04:37 PM
  5. Change Max Hit
    By ツSMILESツ in forum RuneScape Discussions
    Replies: 1
    Last Post: 07-29-2010, 03:58 PM