View Single Post
  #71  
Old 09-03-2022, 09:58
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
Forza Horizon 3 Filename Cipher
Code:
l = a
` = b
^ = c
6 = d
q = e
v = f
{ = g
@ = h
$ = i
7 = j
s = k
b = l
g = m
8 = n
h = o
u = p
f = q
4 = r
~ = s
1 = t
= = u
' = v
m = w
] = x
! = y
, = z
y = _
_ = -
[ = 0
0 = 1
w = 2
k = 3
( = 4
2 = 5
j = 6
} = 7
; = 8
+ = 9
Forza Horizon 3 Filename Decipher Tool
  • A little tool I wrote in C# to make reading the folders and file names from FH3 significantly easier
  • Usage:
    Code:
    FH3FilenameDecipherTool.exe <input string>
  • Give encrypted input string to receive an output in plain English.
Attached Files
File Type: 7z FH3FilenameDecipherTool.7z (2.4 KB, 20 views)

Last edited by Masquerade; 09-03-2022 at 11:24.
Reply With Quote