lets hope they dont' change the rnd function anytime soon, or else the returned seed could be different next update
Replying to:incvoidlets hope they dont' change the rnd function anytime soon, or else the returned seed could be different next update
I doubt that will happen.
I think the loop should begin FOR I=0TO, and I think the guard on the IF should be E=13.
Oh, yeah I made a typo in the FOR statement. (fixed)
The IF statement checks if E is NOT 13,
IF E!=13 THEN (encrypt character)
But to save space, I changed it to E-13, which equals 0 only if E is 13, and uses 1 less character.
Replying to:incvoidlets hope they dont' change the rnd function anytime soon, or else the returned seed could be different next update
The RND function is a constant?
Replying to:incvoidlets hope they dont' change the rnd function anytime soon, or else the returned seed could be different next update
No: but with a fixed seed, it is repeatable.
The downloadable project folder has a secret...
So, does this let us put copy written material onto the server as long as it's encrypted?
Replying to:GuzzlerSo, does this let us put copy written material onto the server as long as it's encrypted?
I guess so... but that wasn't the original intent.
I made this to keep secret programs hidden from other people,.
Replying to:GuzzlerSo, does this let us put copy written material onto the server as long as it's encrypted?
Okay. I might be using this for some practical applications...
how do i encrypt a grp file
fix this I can’t make my game with copyrighted material without this
How the heck are you even still here
How can I make this into a function?