Trinks Registered Member Joined Mar 22, 2011 Messages 99 Reaction score 141 May 1, 2011 #1 Hi guys i was asking if someone could tell me how to decode javascript example: Code: ["\x31\x73\x20\x6D\x3D\x5B\x22\x5C\x52\x5C\
Hi guys i was asking if someone could tell me how to decode javascript example: Code: ["\x31\x73\x20\x6D\x3D\x5B\x22\x5C\x52\x5C\
thevil Junior Member Joined Aug 17, 2010 Messages 190 Reaction score 190 May 1, 2011 #2 Refer to the Hx column x31 = 1
Stalli0n Junior Member Joined Nov 17, 2010 Messages 147 Reaction score 100 May 1, 2011 #3 just type that in your browser address bar: Code: javascript:alert("\x31\x73\x20\x6D\x3D\x5B\x22\x5C\x52\x5C");
just type that in your browser address bar: Code: javascript:alert("\x31\x73\x20\x6D\x3D\x5B\x22\x5C\x52\x5C");
G gomessolemia Newbie Joined May 30, 2011 Messages 10 Reaction score 0 Jun 3, 2011 #4 Thanks Stalli0n, Your example is great. I wish i could learn a lot more from you. Thanks for the reviews.
Thanks Stalli0n, Your example is great. I wish i could learn a lot more from you. Thanks for the reviews.
KHalnay4k Junior Member Joined Mar 11, 2011 Messages 167 Reaction score 38 Jun 3, 2011 #5 Still we need a Converter .. . HTML TO Java and All =)