[ Save Files with Player IDs ]

Here’s what I did that worked:
image
You’re trying to find the first occurance of the whole player ID, while I’m simply checking one letter at a time. The Hex variable is just the first 8 letters of the player id btw. I checked and tested all this code before posting it, dw.


Here is the full block code algorithm I wrote. It’s not recursive cuz i was being lazy.

First code block:

Second code block:

Note:

The -1 isn’t seen in this algorithm, because it’s accounted for by the -2863311453 at the end of the code.

5 Likes