decode confusion

Discussion in 'JavaScript' started by vOlLvEriNe, Jan 22, 2014.

  1. #1
    Hi all,
    how can i decode this java script code?
    First Some Lines
    Capture.JPG
    last lines
    Capture2.JPG
     
    vOlLvEriNe, Jan 22, 2014 IP
  2. loop

    loop Active Member

    Messages:
    519
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    90
    #2
    try with this
    var res=String.fromCharCode(_4152);
    alert(res);
     
    loop, Feb 19, 2014 IP