Good morning masters, how do I convert a text into keycodes for example...
" Hello World " > show in a box > 7269767679 8779827668
And if possible decode too...
7269767679 8779827668 > "Hello World"
How to do the website: pt.rakko.tools/tools/76
IN EVENTS MODE PLS
Here is an example using the most common characters, I removed all the special keys that are not needed.
https://www.dropbox.com/s/36uvntld43dr9t6/ASCII%20Characters.c3p?dl=0
Develop games in your browser. Powerful, performant & highly capable.
Thank you very much, that's exactly it, it's just a little complicated :D