Conversation
Notices
-
492043616e20506c6179206865782061732077656c6c212121
Tuesday, 02-Oct-12 00:31:11 UTC from web-
@nlghtmaremoon I actually had to write a script to decode that. :l "1234".replace(/[a-f0-9]/g, function(i) { return String.fromCharCode(parseInt(i, 16)); });
Tuesday, 02-Oct-12 00:35:09 UTC from web
-