I tried that and where it lets me enter the "identifire" when I enter 0x535465300 it wont let me place that many charictures in the box it stops me at 10 and I need 11 to do that
It should be 0x53465300, exactly 10 characters:
0x = sign that hexadecimal digits follow
53 hexadecimal ASCII code for "S"
46 hexadecimal ASCII code for "F"
53 hexadecimal ASCII code for "S"
00 null character
Bye,
Thomas