unfinished, will polish soon this code is supposed to be aa simple and fast encryption for everyone, backpack or remix to put into ur own game. ONLY USE COPY-PASTE, OUTPUT HAS INVISIBLE CHARACTERS P.S: scratch removes ur comments if they include the encrypted output- idk why
for those interested: a = 1 b = 2 c = 3 d = 4 e = 5 f = 6 g = 7 h = 8 i = 9 j = 0 + 1 k = 0 + 2 l = 0 + 3 m = 0 + 4 n = 0 + 5 o = 0 + 6 p = 0 + 7 q = 0 + 8 r = 0 + 9 s = U+202E + 1 t = U+202E +2 u = U+202E + 3 v = U+202E + 4 w = U+202E + 5 x = U+202E + 6 y = U+202E + 7 z = U+202E + 8 ? = U+202E + 9 1 = U+202D + 1-9 ( and so on ) 1-9 = U+202D + 1-9 SPACE = U+200B obviously + means joining of the things- so 0 + 9 = 09 not 9 lol, the encrypted text is unreadable by humans as it uses left to right override and right to left which not only jumbles the output but also is invisible, lmk in comments if i should make a readable by humans version.