Page 4 of 12 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 168
  1. #46
    internetworld6's Avatar
    Join Date
    May 2016
    Gender
    female
    Posts
    24
    Reputation
    19
    Thanks
    14
    Did good there

  2. #47
    SargeGordon's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    What does looting table test 3 do?

  3. #48
    InfinityGamer01's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Earth, Probably
    Posts
    94
    Reputation
    10
    Thanks
    103
    My Mood
    Bored
    Quote Originally Posted by DefianceResistance View Post
    Hey guys (:

    First off, I've been looking through these discussions for a while and Big (BIG) thanks to everyone that is making these codes for making our lives so much easier!
    Second, I might have found something on the DF-wiki that could possibly be of use. Now I don't know much about coding or altering source codes so please tell me if it's useless or not.

    Anyway, on the wiki there's a page discussing DPS calculations. On that page there's a link to a file that contains the stats of all the armor and weaponry. Now I don't know if you can alter these values in any way and if that has impact on the game at all, but if you can, you could potentially increase the attack speed of certain weapons. Since i'm not allowed to post links I can't get you there easely, but look for Damage per Second Calculator on the wiki, the link to the file is just below the critical hit table.

    Once again, no idea if it's of any importance, but still a cool piece of information I think.
    First things first, the person that made the codes is gone. Secondly, even if she's here she won't make it because anything that will make big game imbalances is a no-no. Also altering this codes will surely get detected by the staffs themselves since a specific weapon has its max DPS or damage that can be done in a single shot/second.

  4. #49
    InfinityGamer01's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Earth, Probably
    Posts
    94
    Reputation
    10
    Thanks
    103
    My Mood
    Bored
    Quote Originally Posted by SargeGordon View Post
    What does looting table test 3 do?
    You should not use it, it's not safe anymore. It increases the looting places(Cars, Corpse,Bins, etc.) in every instances you enter.

    - - - Updated - - -

    Quote Originally Posted by internetworld6 View Post
    Did good there
    Did good where?

    - - - Updated - - -

    Quote Originally Posted by cesarR7 View Post
    Thanks for the codes if im GM and i put "GM looting" hack, it will give better loots?LOL
    Hey, sorry for late reply. I just saw it. As I can remember it's not clarified in arejomadbruh's thread, but I think it does. Just try it and loot in the white zones.

  5. #50
    Z12345Z's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hi there, only the DZA1-4 working on my google chrome, none of the others working? Can you help please.
    I literally just copy all the codes and paste all but only DZA1-4 come as OK, and all the others as ERROR.
    Last edited by Z12345Z; 01-04-2017 at 08:00 AM.

  6. #51
    DA01100's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    Me pusieron un BAN por 24 horas, nada de EXP nada de LOOT, nada de Mulplijugador

    Usando esta configuración:
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB and AoB.getCount()==3) then
    print("Infinite energy OK")
    writeBytes(tonumber(AoB[0],16)+3, 0x70, 0x41)
    writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
    writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
    else
    Print ("Infinite energy FAILED")
    end

    AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
    if (AoB and AoB.getCount()==15) then
    print("Instant Open OK")
    for i=0,14 do
    writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Instant Open FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==1437) then
    print("DZA1 OK")
    for i=0,1436 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("DZA1 ERROR")
    end

    AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==1415) then
    print("DZA2 OK")
    for i=0,1414 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("DZA2 ERROR")
    end

    AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==1272) then
    print("DZA3 OK")
    for i=0,1271 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("DZA3 ERROR")
    end

    AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==21) then
    print("DZA4 OK")
    for i=0,20 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("DZA4 ERROR")
    end

    AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB and AoB.getCount()==3) then
    print("Super Sprint OK")
    for n00b=0,2 do
    writeBytes(tonumber(AoB[n00b],16)+13, 0x6c, 0x40)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("00 0A 7D ?? ?? 00 04 02 ?? ?? ?? D1 01 00 04 28 ?? 1B 00 ?? ??F4 20 ?? ?? 25 26")
    if (AoB and AoB.getCount()==3) then
    print("GM Loot OK")
    for noob=0,2 do
    writeBytes(tonumber(AoB[noob],16)+9, 0x13)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("GM Loot FAILED")
    end

    Si alguien puede detectar el problema, hágame saber cual fue.

  7. #52
    InfinityGamer01's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Earth, Probably
    Posts
    94
    Reputation
    10
    Thanks
    103
    My Mood
    Bored
    Quote Originally Posted by DA01100 View Post
    Me pusieron un BAN por 24 horas, nada de EXP nada de LOOT, nada de Mulplijugador

    Usando esta configuración:
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB and AoB.getCount()==3) then
    print("Infinite energy OK")
    writeBytes(tonumber(AoB[0],16)+3, 0x70, 0x41)
    writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
    writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
    else
    Print ("Infinite energy FAILED")
    end

    AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
    if (AoB and AoB.getCount()==15) then
    print("Instant Open OK")
    for i=0,14 do
    writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Instant Open FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==1437) then
    print("DZA1 OK")
    for i=0,1436 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("DZA1 ERROR")
    end

    AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==1415) then
    print("DZA2 OK")
    for i=0,1414 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("DZA2 ERROR")
    end

    AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==1272) then
    print("DZA3 OK")
    for i=0,1271 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("DZA3 ERROR")
    end

    AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()==21) then
    print("DZA4 OK")
    for i=0,20 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("DZA4 ERROR")
    end

    AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB and AoB.getCount()==3) then
    print("Super Sprint OK")
    for n00b=0,2 do
    writeBytes(tonumber(AoB[n00b],16)+13, 0x6c, 0x40)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("00 0A 7D ?? ?? 00 04 02 ?? ?? ?? D1 01 00 04 28 ?? 1B 00 ?? ??F4 20 ?? ?? 25 26")
    if (AoB and AoB.getCount()==3) then
    print("GM Loot OK")
    for noob=0,2 do
    writeBytes(tonumber(AoB[noob],16)+9, 0x13)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("GM Loot FAILED")
    end

    Si alguien puede detectar el problema, hágame saber cual fue.

    Apuesto a que usaste los códigos en los jefes. Seguramente obtendrá el compañero prohibido. Si usted va para la caza del jefe intente el Superboy en lugar de otro. No utilice DZA1-4 en los jefes de historia larga.

    Quote Originally Posted by Z12345Z View Post
    Hi there, only the DZA1-4 working on my google chrome, none of the others working? Can you help please.
    I literally just copy all the codes and paste all but only DZA1-4 come as OK, and all the others as ERROR.
    Yeah, before going to the last page, will you guys just visit the first page and stop asking for this things that an 8 year old can do. All the other codes aside from DZA1-4 works only on firefox. So use firefox and go dump that standalone client in your Recycle Bin. And one more thing, dont use all the codes at once it'll just f*ck your game up and will get you banned.

  8. #53
    SargeGordon's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Z12345Z View Post
    Hi there, only the DZA1-4 working on my google chrome, none of the others working? Can you help please.
    I literally just copy all the codes and paste all but only DZA1-4 come as OK, and all the others as ERROR.
    Dude, use Firefox, as Chrome doesn't support Java plug ins anymore. On Firefox, every code works....

  9. #54
    InfinityGamer01's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Earth, Probably
    Posts
    94
    Reputation
    10
    Thanks
    103
    My Mood
    Bored
    Hey guys, does anyone have a clan? Mind if you invite me? Reply here or PM me, I really am in need of a clan, thanks.

  10. #55
    Z12345Z's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by InfinityGamer01 View Post
    Hey guys, does anyone have a clan? Mind if you invite me? Reply here or PM me, I really am in need of a clan, thanks.
    Thanks, it works on firefox, and mate you don't want to say you want to join a clan when there could be a Mod who might be tricking you into saying join their clan just to find out your account.

  11. #56
    InfinityGamer01's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Earth, Probably
    Posts
    94
    Reputation
    10
    Thanks
    103
    My Mood
    Bored
    Quote Originally Posted by Z12345Z View Post
    Thanks, it works on firefox, and mate you don't want to say you want to join a clan when there could be a Mod who might be tricking you into saying join their clan just to find out your account.
    Yeah, yeah, I know that. That's why I have 5 different accounts(why all my account's levels are lower that 120). lol

    - - - Updated - - -

    Also I think you need at least 20 or 10 post before you can PM someone.

  12. #57
    SargeGordon's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Will DZA be safe to use on Multiplayer?

  13. #58
    cesarR7's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Mars
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    I tryed GM Looting with some mods, changed it to 3.0 and works so great looted some 120s and my best loot was MC tatakau on SEZ boss using GM Loot 3.0 and i still without a single ban on my main , but if you are going to modify the GM looting code DONT USE IT MORE THAN 30 MINUTES OR YOU WILL GET 24 HRS BAN Modify down your own risk

    - - - Updated - - -

  14. #59
    Kelly143's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Posts
    28
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Quote Originally Posted by cesarR7 View Post
    I tryed GM Looting with some mods, changed it to 3.0 and works so great looted some 120s and my best loot was MC tatakau on SEZ boss using GM Loot 3.0 and i still without a single ban on my main , but if you are going to modify the GM looting code DONT USE IT MORE THAN 30 MINUTES OR YOU WILL GET 24 HRS BAN Modify down your own risk

    - - - Updated - - -
    did you loot the 120 weapon with the original gold membership?.. or youre f2p and used the code?

  15. #60
    tuquyy's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Kelly143 View Post
    did you loot the 120 weapon with the original gold membership?.. or youre f2p and used the code?
    sr <(") you CANT loot the 120s weaps <(")
    i try with x3.0 when kill boss,but nothing more than x loot spots and loot rate <(")

Page 4 of 12 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Dead frontier Codes (Need)
    By flavio1591 in forum Dead Frontier Hacks
    Replies: 5
    Last Post: 02-01-2017, 10:06 AM
  2. [Patched] Dead Frontier Codes 2015
    By ch173r0 in forum Dead Frontier Hacks
    Replies: 264
    Last Post: 06-23-2015, 08:12 AM
  3. hey all you noobs free hack source codes here!!
    By cnttuchme in forum C++/C Programming
    Replies: 6
    Last Post: 10-22-2009, 05:52 PM
  4. Here all working on ijji reactor
    By Gblow in forum Soldier Front Hacks
    Replies: 3
    Last Post: 09-22-2009, 12:08 AM
  5. Replies: 10
    Last Post: 08-15-2009, 02:37 PM