Whenever I do screenshot..

That's normal.

The letter combination is if I'm correct a stamp. What exactly it represents if valid or whatever else it may be I forgot.

But then again, what's your question or point you're attempting to show?

 
yup, just a data/time stamp, so you can see when the screenshot was taken.

The other letters are just the char_id in a letter form.

0 => R

1 => O

2 => H

3 => U

4 => T

5 => N

6 => A

7 => S

8 => E

9 => W

you could use this to verify who took the screenshot.

but now i have published the mega complex algorithm used, you should no longer trust this information.

and Gravity Korea will be manhunting me for telling you all this, i doubt i will last a few days /sadface

 
%d/%02d/%02d/%s  %02d: %02d: %02d %s25642F253032642F253032642F25732020253032643A20253032643A20253032642020202020257300^^^^2000
Code:
%d/%02d/%02d/%s  %02d: %02d: %02d25642F253032642F253032642F25732020253032643A20253032643A202530326400^^^^2000
because your screenshot has the char_id code, only the first one is required.

basically the patch just edits the first few bytes of the string format to a space(20) and null(00) to end the string, the remaining left will be ignored.

 
Last edited by a moderator:
Back
Top