Cracking Up - Open Duke's Safe Without Attacking | Missio…

Cracking Up - Open Duke's Safe Without Attacking

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Thread created on 06:28:59 - 23/06/24 (9 months ago)
    |
    Last replied 10:23:46 - 22/03/25 (3 days ago)

    Updated 2025.03.18

    ====
    NOTE - rDacted kindly made a script to automate the code typing process, saving time and allowing more combinations to be included.

    Since he decided to quit Torn permanently, I maintain a fork with the updated combination list.

    All probable combinations are now added! You can download the script here!

    ====

     

    The mission "Cracking Up" requires you to defeat the target holding the code to Duke's safe and then interrogate them to obtain the code. Multiple attempts may be needed before they cough it up.

    Using codes submitted by the public, I was able to narrow down the possible combinations and crack the code without resorting to violence!

    The codes seem to follow these rules:

     

    Left number
    - Left is always the lowest number. The rest of the code seems to be calculated around this value.

    - So far seen as low as 10 and as high as 98 (it could probably be anything from 1-99)

     

    Right number
    - Right varies between L+0 and L+7, depending on the size of L

    - Smaller differences occur whe L is lower and larger differences occur when L is higher)

     

    Middle number
    - Middle is usually between (L+R)*1.2 and (L+R)*1.3  (Mode: 1.250, Median: 1.254, Mean: 1.255)

    - When the left number gets as high as 37, the middle number can go above 99. It will actually loop around and become small again as the cell appears to display only the first two digits of the value. For example, in code 63-16-68,  L+R = 63+68 = 131. 131*1.25 = 163.75

     

    Using these rules I made a spreadsheet to identify the most likely combinations.

     

    I just worked my way down systematically and eventually the safe was open! I handed Duke the contents and the option to complete the mission appeared:

    Attacking-Bypassed.png

     

    Once complete, both objectives are crossed off:

    Mission-Complete.png

     

    With rDacted's script, I've been able to include 907 likely combinations. The script covers all codes that have been submitted so far and should have a very good success rate for future missions.

    Hopefully as I learn more about the code generation, I might be able to reduce this total further.

     

    You can see the full list of combinations in the source code.

    Have fun cracking!

     

    Last edited by chaoticsoldier on 03:09:50 - 18/03/25 (8 days ago)

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • HarryWho [196532]
    • Role: Civilian
    • Level: 90
    • Posts: 20,707
    • Karma: 2,283
    • Last Action: 2 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 13:52:02 - 24/06/24 (9 months ago)
    Post link copied to clipboard Copy post link

    Good stuff. Will definitely give this a try when I see this mission.

    Are  DUKE Missions  too tough for you? Read Here

    Get the Best JAPANESE SWORDS  here 

    • MichealTreks [3330939]
    • Role: Civilian
    • Level: 9
    • Posts: 3
    • Karma: 0
    • Last Action: 8 months
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 05:05:12 - 28/06/24 (8 months ago)
    Post link copied to clipboard Copy post link

    I've done it the attack way, I just don't know how to give the gimp mask back to duke.

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 11:25:46 - 28/06/24 (8 months ago)
    Post link copied to clipboard Copy post link

    MichealTreks [3330939]

    I've done it the attack way, I just don't know how to give the gimp mask back to duke.

    Next to the item you should see a paper plane icon:
    Send.png

    Just click that and specify Duke [4] as the recipient.

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • KichuLegion [2441182]
    • Role: Civilian
    • Level: 86
    • Posts: 186
    • Karma: 38
    • Last Action: 2 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 19:59:57 - 05/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    My code was 19 -50-21

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 09:01:10 - 06/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    Awesome, thanks! That's also on my table :)

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • WhackedMaki [2587660]
    • Role: Civilian
    • Level: 100
    • Posts: 5,790
    • Karma: 11,220
    • Last Action: 1 hour
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 00:49:22 - 09/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    Took me about 5 minutes of brute forcing, but it worked!

    6b05efd8-064a-ac55-2587660.gif?v=1040063

    • HarryWho [196532]
    • Role: Civilian
    • Level: 90
    • Posts: 20,707
    • Karma: 2,283
    • Last Action: 2 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 03:15:31 - 09/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    chaoticsoldier [2752977]

    Updated 2025.03.18

    ====
    NOTE - rDacted kindly made a script to automate the code typing process, saving time and allowing more combinations to be included.

    Since he decided to quit Torn permanently, I maintain a fork with the updated combination list.

    All probable combinations are now added! You can download the script here!

    ====

     

    The mission "Cracking Up" requires you to defeat the target holding the code to Duke's safe and then interrogate them to obtain the code. Multiple attempts may be needed before they cough it up.

    Using codes submitted by the public, I was able to narrow down the possible combinations and crack the code without resorting to violence!

    The codes seem to follow these rules:

     

    Left number
    - Left is always the lowest number. The rest of the code seems to be calculated around this value.

    - So far seen as low as 10 and as high as 98 (it could probably be anything from 1-99)

     

    Right number
    - Right varies between L+0 and L+7, depending on the size of L

    - Smaller differences occur whe L is lower and larger differences occur when L is higher)

     

    Middle number
    - Middle is usually between (L+R)*1.2 and (L+R)*1.3  (Mode: 1.250, Median: 1.254, Mean: 1.255)

    - When the left number gets as high as 37, the middle number can go above 99. It will actually loop around and become small again as the cell appears to display only the first two digits of the value. For example, in code 63-16-68,  L+R = 63+68 = 131. 131*1.25 = 163.75

     

    Using these rules I made a spreadsheet to identify the most likely combinations.

     

    I just worked my way down systematically and eventually the safe was open! I handed Duke the contents and the option to complete the mission appeared:

    Attacking-Bypassed.png

     

    Once complete, both objectives are crossed off:

    Mission-Complete.png

     

    With rDacted's script, I've been able to include 907 likely combinations. The script covers all codes that have been submitted so far and should have a very good success rate for future missions.

    Hopefully as I learn more about the code generation, I might be able to reduce this total further.

     

    You can see the full list of combinations in the source code.

    Have fun cracking!

     

    Laborious.. 5 min just to test from 10-13 range of combo.

     

    Will slowly try the rest, hopefully the codes don't change daily. Does it???

     

    OP , please help answer 

    Are  DUKE Missions  too tough for you? Read Here

    Get the Best JAPANESE SWORDS  here 

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 03:47:09 - 09/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    Hmm. It wouldn't be easy to determine.
    The only way to know if it changes daily would be to try a bunch of the combinations (the more the better) one day and hopefully not get any success, then try those same combinations another day and get success.

     

    I don't think the code would change daily though - but we can't be sure unless someone wastes a lot of time to try and prove it.

    Last edited by chaoticsoldier on 13:45:30 - 23/08/24 (7 months ago)

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • HarryWho [196532]
    • Role: Civilian
    • Level: 90
    • Posts: 20,707
    • Karma: 2,283
    • Last Action: 2 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 05:54:05 - 09/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    chaoticsoldier [2752977]

    Hmm. It wouldn't be easy to determine.
    The only way to know if it changes daily would be to try a bunch of the combinations (the more the better) one day and hopefully not get any success, then try those same combinations another day and get success.

     

    I don't think the code would change daily though - but we can't be sure unless someone wastes a lot of time to try and prove it.

    This is what I am worried. The code changes daily.

    But once attacked and code reveal. It remains the same.

    Are  DUKE Missions  too tough for you? Read Here

    Get the Best JAPANESE SWORDS  here 

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 06:41:54 - 09/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    Hopefully we won't need to worry about that. It should be possible to try all the combinations from the table in a day.

     

    Trying all 372 combinations at a modest three seconds per combination will take under 20 minutes. There's a 50% chance it will take half that long (if your combination falls in the first half of the table).

     

    It should be quite quick to try each code since most of the time you are just changing the middle number only.

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • Wiber [2065939]
    • Role: Civilian
    • Level: 100
    • Posts: 3,197
    • Karma: 3,552
    • Last Action: 21 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 12:23:05 - 09/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    Damn had this mission today. Would have loved to try this.

    • HarryWho [196532]
    • Role: Civilian
    • Level: 90
    • Posts: 20,707
    • Karma: 2,283
    • Last Action: 2 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 01:42:15 - 10/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    chaoticsoldier [2752977]

    Hopefully we won't need to worry about that. It should be possible to try all the combinations from the table in a day.

     

    Trying all 372 combinations at a modest three seconds per combination will take under 20 minutes. There's a 50% chance it will take half that long (if your combination falls in the first half of the table).

     

    It should be quite quick to try each code since most of the time you are just changing the middle number only.

    Any one playing on mobile won't even attempt changing those middle numbers for 372 times....

     

    But I was prepared to do it.

     

    Luckily.. the 16th range got it. 16-42-17

     

    ba6c892123364a66b5eb78fa8ba1dab5.img

    Are  DUKE Missions  too tough for you? Read Here

    Get the Best JAPANESE SWORDS  here 

    • masheen [2625139]
    • Role: Civilian
    • Level: 100
    • Posts: 5,392
    • Karma: 7,024
    • Last Action: 5 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 22:17:59 - 13/07/24 (8 months ago)
    Post link copied to clipboard Copy post link

    Saving to try whenever it appears for me!

    Last edited by masheen on 22:18:15 - 13/07/24 (8 months ago)
    • hundeja [3167460]
    • Role: Civilian
    • Level: 71
    • Posts: 191
    • Karma: 48
    • Last Action: 6 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 01:27:06 - 02/08/24 (7 months ago)
    Post link copied to clipboard Copy post link

    It worked for me, thank you so much!

     

    I was rather unlucky and had to try many starting from the top. Eventually I opened the safe with the numbers 29-76-31

     

    01:22:09 - 02/08/24 You opened Duke's Safe retrieving Duke's Dog's Ashes

    Last edited by hundeja on 01:27:55 - 02/08/24 (7 months ago)
    • Vic47 [3266561]
    • Role: Civilian
    • Level: 41
    • Posts: 25
    • Karma: 7
    • Last Action: 1 minute
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 05:36:50 - 10/08/24 (7 months ago)
    Post link copied to clipboard Copy post link

    Just opened my second safe.

    "You shaved my bacon there pal, I'm real grateful to you for all that you done. You ain't told anyone what was in the safe though have you? Na, course not. You're a loyal friend. So the code is 31 - 80 - 33? Great, now I remember, that was my ex girlfriend's measurements. She was not a normal shaped woman."

    Duke's Herpes medicine was inside.

    Took me 3 attempts, and the target was a bit too strong, so I lost to it on my 1st try.
    The second time it refused to give me the code, and the 3rd attempt was successful.

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 11:04:10 - 10/08/24 (7 months ago)
    Post link copied to clipboard Copy post link

    Thanks!

    That code appears in the very last row of my table. I am thinking we could probably encounter codes with numbers greater than 31 on the left but we haven't seen any yet.
    If anyone gets one please let me know. I can extend the table accordingly.

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • Jheadmaster [3157225]
    • Role: Civilian
    • Level: 73
    • Posts: 219
    • Karma: 304
    • Last Action: 3 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 12:52:42 - 23/08/24 (7 months ago)
    Post link copied to clipboard Copy post link

    chaoticsoldier [2752977]

    Thanks!

    That code appears in the very last row of my table. I am thinking we could probably encounter codes with numbers greater than 31 on the left but we haven't seen any yet.
    If anyone gets one please let me know. I can extend the table accordingly.

    Went through the entire table and nothing worked :( Code was 32 - 82 - 34

    IMG-1617.gif

    • chaoticsoldier [2752977]
    • Role: Civilian
    • Level: 83
    • Posts: 238
    • Karma: 316
    • Last Action: 31 minutes
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 13:40:59 - 23/08/24 (7 months ago)
    Post link copied to clipboard Copy post link

    chaoticsoldier [2752977]

    Thanks!

    That code appears in the very last row of my table. I am thinking we could probably encounter codes with numbers greater than 31 on the left but we haven't seen any yet.
    If anyone gets one please let me know. I can extend the table accordingly.

    Jheadmaster [3157225]

    Went through the entire table and nothing worked :( Code was 32 - 82 - 34

    Thanks a lot for testing this out! Sorry you had to go through them all but currently we don't know how high or low the left number can go :(

     

    The lowest anyone has reported for the left number is still 10 and the highest is now yours at 32. I extended the table in my original post to have the left number go up to 33.

     

    It adds another 48 possible codes though, bringing the total to a nice even 420, but it shouldn't take too much more time to cycle through them.

    Last edited by chaoticsoldier on 03:45:37 - 24/08/24 (7 months ago)

    if ($enemyHealth <= 0) {tauntEnemy();} elseif ($grenadeAmmo < 1) {findGrenades();} else {lobGrenades();}

    • Darth_Ikari [3240351]
    • Role: Civilian
    • Level: 40
    • Posts: 8
    • Karma: 0
    • Last Action: 5 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 12:30:09 - 24/08/24 (7 months ago)
    Post link copied to clipboard Copy post link

    Just got 32-84-35

    Darth Ikari

Reply
Thread Title: