Hey there, you ever wanted to encode and decode stuff for absolutely no reason at all?
No? Well I made something to help you do that anyways.
Why?
Well uh, I was making a cool little game (unreleased as of writing) and I got bored and decided to make my game super annoying to try to use exploits with (even though Byfron exists). So if you want to make stuff super annoying not only for hackers and what not but also yourself, then uh, I guess you should use it.
How do you use?
To use this system thing, first you need to go to the document because this isn’t the traditional binary, this is one I completely made up.
Next, you need to get the thing you wanna decode and after every letter put a “-” , so if I wanted to write HI, I would put “001101-001000”
Then, you want to use require on the module script that is included in the model like this:
require(module).decode(EncodedMessageHere)
this ^^ would then be equal to whatever the message was, so I recommend using a variable to refer to it.
That’s it, that’s all you need to do.
Links