Answer:
"this is written in hex but its not hard to find out that"
Step-by-step explanation:
Each two hexadecimal digits represent an ASCII character. I.e.,
74 = t
68 = h
69 = i
73 = s
and so forth...
Look up any ASCII table on the internet that uses hexadecimal numbering, and you can translate by yourself. I attached one below.