Murder Box Clues

2

Comments

  • AsphyxiaAsphyxia Member Posts: 78

    Asphyxia said:

    # Note
    ->Each week you get 2 hints.
    ->One is sad smile face.
    ->Another is smile face.
    ->Smile face hints can only claimed through weekly objective.
    ->Sad smile face hints claimed through arcade game objectives or the quest
    -> Smile face hints represent the number that exists in the code.
    -> Sad smile face hints represent the number that doesn't exist in the code.
    ->The main thing this goes is because u get 5 hints throughout 5 weeks.
    ->There are 10 numbers between 0 to 9.
    ->Total Week : 5, each week 2 hints means 1 number that exists in the box, 1 number that doesn't exist

    So the first number is 0 and I have attached a file that contains all of the 1680 numbers. One of that must be the number.

    Curious why you are assuming 0 is the first number of the sequence and not the third number.
    It's gotta be week 1 to week 5 in Sequential order as I believe.
  • OrtounOrtoun Member Posts: 774 ★★★
    Asphyxia said:

    Asphyxia said:

    # Note
    ->Each week you get 2 hints.
    ->One is sad smile face.
    ->Another is smile face.
    ->Smile face hints can only claimed through weekly objective.
    ->Sad smile face hints claimed through arcade game objectives or the quest
    -> Smile face hints represent the number that exists in the code.
    -> Sad smile face hints represent the number that doesn't exist in the code.
    ->The main thing this goes is because u get 5 hints throughout 5 weeks.
    ->There are 10 numbers between 0 to 9.
    ->Total Week : 5, each week 2 hints means 1 number that exists in the box, 1 number that doesn't exist

    So the first number is 0 and I have attached a file that contains all of the 1680 numbers. One of that must be the number.

    Curious why you are assuming 0 is the first number of the sequence and not the third number.
    It's gotta be week 1 to week 5 in Sequential order as I believe.
    So you are just ignoring the 3 hourglasses?
  • MrSakuragiMrSakuragi Member Posts: 4,903 ★★★★★
    Asphyxia said:

    Asphyxia said:

    # Note
    ->Each week you get 2 hints.
    ->One is sad smile face.
    ->Another is smile face.
    ->Smile face hints can only claimed through weekly objective.
    ->Sad smile face hints claimed through arcade game objectives or the quest
    -> Smile face hints represent the number that exists in the code.
    -> Sad smile face hints represent the number that doesn't exist in the code.
    ->The main thing this goes is because u get 5 hints throughout 5 weeks.
    ->There are 10 numbers between 0 to 9.
    ->Total Week : 5, each week 2 hints means 1 number that exists in the box, 1 number that doesn't exist

    So the first number is 0 and I have attached a file that contains all of the 1680 numbers. One of that must be the number.

    Curious why you are assuming 0 is the first number of the sequence and not the third number.
    It's gotta be week 1 to week 5 in Sequential order as I believe.
    When we had a similar puzzle (I think it was spider related), the marks indicated position in sequence.
  • jcphillips7jcphillips7 Member Posts: 1,390 ★★★★
    edited June 7

    Asphyxia said:

    Asphyxia said:

    # Note
    ->Each week you get 2 hints.
    ->One is sad smile face.
    ->Another is smile face.
    ->Smile face hints can only claimed through weekly objective.
    ->Sad smile face hints claimed through arcade game objectives or the quest
    -> Smile face hints represent the number that exists in the code.
    -> Sad smile face hints represent the number that doesn't exist in the code.
    ->The main thing this goes is because u get 5 hints throughout 5 weeks.
    ->There are 10 numbers between 0 to 9.
    ->Total Week : 5, each week 2 hints means 1 number that exists in the box, 1 number that doesn't exist

    So the first number is 0 and I have attached a file that contains all of the 1680 numbers. One of that must be the number.

    Curious why you are assuming 0 is the first number of the sequence and not the third number.
    It's gotta be week 1 to week 5 in Sequential order as I believe.
    When we had a similar puzzle (I think it was spider related), the marks indicated position in sequence.
    I thin the last one like this was the Sinister chest sometime last year. It gave you some Epic title if opened correctly. In my old alliance, a lot of people never got it, so I just assumed they never bothered to get the code to open the chest. Granted this time, the rewards inside seem a bit better, if not "required" given T2 dust involved.
  • The_Boss253The_Boss253 Member Posts: 105
    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.
  • ede6688ede6688 Member Posts: 2

    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.



    Because we know 4 is not featured in the code (because of sad smiley face) we only need to do 9^4 codes because we can rule out anything that has a 4 in them that only leaves 6561 variations.
  • MrSakuragiMrSakuragi Member Posts: 4,903 ★★★★★
    ede6688 said:

    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.



    Because we know 4 is not featured in the code (because of sad smiley face) we only need to do 9^4 codes because we can rule out anything that has a 4 in them that only leaves 6561 variations.
    Thinking we might be able to rule out codes with repeated digits as well. I think codes in the past have all had different numbers.
  • GhostboytjieGhostboytjie Member Posts: 2,294 ★★★★★
    Anyone wanna try 72081? i just have a feeling :)@MrSakuragi
  • GrimXYZGrimXYZ Member Posts: 110
    How are people getting so many hints already? I only have 1 hint and Inhave done all the objectives and the 4 side quest runs.
  • Rkkd21Rkkd21 Member Posts: 43
    First appearance Arcade Marvel Team-Up # 65 and first MurderWorld appearance Marvel Team-up #66
  • The_Boss253The_Boss253 Member Posts: 105

    ede6688 said:

    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.



    Because we know 4 is not featured in the code (because of sad smiley face) we only need to do 9^4 codes because we can rule out anything that has a 4 in them that only leaves 6561 variations.
    Thinking we might be able to rule out codes with repeated digits as well. I think codes in the past have all had different numbers.
    ede6688 said:

    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.



    Because we know 4 is not featured in the code (because of sad smiley face) we only need to do 9^4 codes because we can rule out anything that has a 4 in them that only leaves 6561 variations.

    Quite honestly, it’s Kabam we are dealing with, so I think we just go in without expecting anything we aren’t at least 90% sure of.
  • Dr_Voodoo20Dr_Voodoo20 Member Posts: 1
    ede6688 said:

    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.



    Because we know 4 is not featured in the code (because of sad smiley face) we only need to do 9^4 codes because we can rule out anything that has a 4 in them that only leaves 6561 variations.
    The 3 Hourglasses are on the MurderBox itself so it's nothing to do with that
  • SagaChampionSagaChampion Member Posts: 1,277 ★★★
    How we get smile face & code ?
  • AsphyxiaAsphyxia Member Posts: 78
    QueenMcoc said:

    How we get smile face & code ?

    Weekly objectives.
  • SagaChampionSagaChampion Member Posts: 1,277 ★★★
    Asphyxia said:

    QueenMcoc said:

    How we get smile face & code ?

    Weekly objectives.
    First week so many codes ? How ?
  • OrtounOrtoun Member Posts: 774 ★★★

    ede6688 said:

    Five-digit code, and the evidence (the smiley face clue being 0 and the 3-hour glasses) tells us that the code is xx0xx.

    Let's say that each letter in the code is represented by a variable, like abcde. Since we know c is 0, and there are 10 total possibilities (0-9) for a, b, d, and e, we would just do 10^4, giving us 10,000 possibilities.

    I'm not sure if this is allowed, but below is a drive file containing all of the possibilities.
    If someone is good at making macros or something, we can run all these numbers and figure out the code. Good luck everyone, hopefully, we figure this out.

    https://drive.google.com/file/d/1jk6rgyGHf8alhmRPlTysuXTdKyJF_pQp/view?usp=sharing

    P.S. Any number shorter than 10000, like 1000 would just be 01000, and 23 would be 00023.



    Because we know 4 is not featured in the code (because of sad smiley face) we only need to do 9^4 codes because we can rule out anything that has a 4 in them that only leaves 6561 variations.
    The 3 Hourglasses are on the MurderBox itself so it's nothing to do with that
    Didn't notice that, doesn't mean it won't be different from week to week, but until we get week 2s clues there is no real way to tell.
  • AsphyxiaAsphyxia Member Posts: 78
    QueenMcoc said:

    Asphyxia said:

    QueenMcoc said:

    How we get smile face & code ?

    Weekly objectives.
    First week so many codes ? How ?
    Only 2 codes.
  • captain_rogerscaptain_rogers Member Posts: 8,093 ★★★★★


    If you put the wrong clue, you'll get this message.

    The title is goddamn hilarious lol.


    I'll lose my mind if someone's offended by this
  • PT_99PT_99 Member Posts: 4,069 ★★★★★
    Will be funny if players fail to figure out the code and then Kabam have to tell us
  • johnlaw3742johnlaw3742 Member Posts: 182 ★★
    Not sure if this will help crack the code but there was an issue of Marvel Fanfare starring Northstar called Murder by Numbers 1, 2, 3…
  • SagaChampionSagaChampion Member Posts: 1,277 ★★★
    Asphyxia said:

    QueenMcoc said:

    Asphyxia said:

    QueenMcoc said:

    How we get smile face & code ?

    Weekly objectives.
    First week so many codes ? How ?
    Only 2 codes.
    How can I get?
  • WackyCj3WackyCj3 Member Posts: 3
    I have 3 #4’s :|
  • CerebriumCerebrium Member Posts: 106
    I don’t get the hints. When I used it, it changed to another number. Currently, I have #4, #1, 😊, 🙁, #4

    The smily face is 5
    The sad face is 7
    So Not 41574
  • CerebriumCerebrium Member Posts: 106
    I think the five digit code is made up of:

    0 1 4 5 7

    As when you use any of them they change to one of those
  • CerebriumCerebrium Member Posts: 106
    There are 5^5 = 3125 possibilities as the same digit can be reused (repeat)
  • CerebriumCerebrium Member Posts: 106
    Just putting some patterns here to see if it sparks some ideas for someone. I just don’t get it

    #4 <=> 😊
    #1<=> ☹️
    #0 <=> 😊
  • RiderofHellRiderofHell Member Posts: 4,613 ★★★★★
    The murder box clues should be on why kabam released modok into raids and having him murder my champ and allies champs too while still standing lol.
  • PatientZeroPatientZero Member Posts: 22


    So, I am wondering after getting more today if the number of each has something to do with it. Collecting a few from the event as well as the personal goals, I now have a specific number of each.
    #5 (x3 and x1)
    #4 (x2 and x1)
    #0 (x1)
    #1 (x1)
    Could this mean that four 5s and three 4s elude to the location? Like 4 is the third number and 5 the fourth?
    When selecting them all, the only HAPPY faces are 0,4,5
    Am I thinking too much in to this? lol.
    Time shall tell!
  • OldManHopOldManHop Member Posts: 294 ★★★



    So, I am wondering after getting more today if the number of each has something to do with it. Collecting a few from the event as well as the personal goals, I now have a specific number of each.
    #5 (x3 and x1)
    #4 (x2 and x1)
    #0 (x1)
    #1 (x1)
    Could this mean that four 5s and three 4s elude to the location? Like 4 is the third number and 5 the fourth?
    When selecting them all, the only HAPPY faces are 0,4,5
    Am I thinking too much in to this? lol.
    Time shall tell!

    I'm so confused about where some of these extras are coming from...
  • VaniteliaVanitelia Member Posts: 438 ★★★
    I tried matching the first frown to the first smiley (4 would be in the first spot, 0 in the fourth spot, and 5 in the last spot, leaving spots 2 and 3 open. Thought maybe this would refer to a date (a date has been used before in the Deadpool chest awhile back). I tried all April dates from 4/01/05 to 4/30/05 and no luck.

    Unlike others, I only have 3 smileys and 3 frowns (6 total items). No idea how people are getting multiple copies of the same frown unless they are doing other threat levels.
Sign In or Register to comment.