There was a dialogue glitch in my game on Xbox, the subtitles said numbers and letters. I can’t figure out what it means. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

There was a dialogue glitch in my game on Xbox, the subtitles said numbers and letters. I can’t figure out what it means.

I have tried it as hex for Unicode (not the entire thing at once: not u+string or %string). I tried splitting it into 2 values each totaling 16 groups. I tried groups of 3 as well. I tried converting it to different things. I tried reversing it and doing those things again, but none of them made sense. Can someone please help me? String: 23B11231D13D4B1E94C1F1C14A692A7F 2: 23 B1 12 31 D1 3D 4B 1E 94 C1 F1 C1 4A 69 2A 7F R: F7A296A41C1F1C49E1B4D31D13211B32 R 2: F7 A2 96 A4 1C 1F 1C 49 E1 B4 D3 1D 13 21 1B 32

17th Sep 2021, 6:42 PM
Katz321Juno
Katz321Juno - avatar
2 Answers
0
is this some cryptography challenge or what? it seems like an MD5 hash.
18th Sep 2021, 7:34 AM
Bahhaⵣ
Bahhaⵣ - avatar
0
Bahha🐧 it isn't a challenge, as I said in the title "dialogue glitch in my game on xbox". "String" is what the dialogue was, while 2 was it split into groups of 2. R is the string reversed, and R 2 is the reversed string split into groups of 2. They are what I tried to do to figure it out, I added them for reference.
18th Sep 2021, 3:49 PM
Katz321Juno
Katz321Juno - avatar