Translation

05/27/2014 12:20 Lvler#1
Hi all can any of you translate this message for me [Only registered and activated users can see links. Click Here To Register...]
05/27/2014 13:49 sad rice#2
If you are trying to launch ts1 kr game then You have to run the game from the website and you must use Internet Explorer.
05/27/2014 14:13 Lvler#3
Yeah that's what I've been doing but that message keeps popping up
06/01/2014 10:49 Mega Byte#4
The need to use IE is a myth, its hard coded to check if browser is IE but you can get around it by using chrome or firefox and pasting this into the javascript console.

Open console with F12 or Ctrl+Alt+J usually.
Quote:
$.post(APPLICATION_CONTEXT + "/Launcher/auth", {
timestamp : new Date().getTime() / 1000
}, function(data){
var a = data.launcherAuthUrl.split('/');
console.log('Alt1Games.TwelveSky1:/'+a[1]+'/'+a[2]+'/0/18/0/2/1024/768');
});
Of course this message could very well be saying you have been banned ;).

Why not translate it? View the javascript source for the alert box's and find the one with that text and chuck it into google translate. Or write out the images, or take screenshot crop it to just the text area and put it into a korean OCR service then put that text into translator. Looking in the JS is easiest with sublime, find all occurances of alert then find the ones with the same characters.