Need help?[help] making a text to hex converter and vice versa[Solved] - MPGH - MultiPlayer Game Hacking & Cheats
[help] making a text to hex converter and vice versa[Solved]
Posts 1–6 of 6 · Page 1 of 1
[help] making a text to hex converter and vice versa[Solved]
Hello, I want to make a converter for text to hex and hex to text. The things is I don't know how to start or how the conversion works. Any help? Thank you =).
If text = hex Then
textbox1.text = hex
Else
hex = text
End If
Originally Posted by Calebb
If text = hex Then
textbox1.text = hex
Else
hex = text
End If