Deanznet Posted February 15, 2010 Share Posted February 15, 2010 Okay whats this part? and how do i decode this? <script> var _0x4b77=["\x73\x72\x63","\x6F\x66\x66\x65\x72\x66\x72\x61\x6D\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64"];function check_gm(){if(document[_0x4b77[2]](_0x4b77[1])[_0x4b77[0]]!=_0x4b77[3]);setTimeout(_0x4b77[6],1000);} ; </script> Can someone tell me how i can decode this? and how did they encode it in the first place? Thanks! If not can someone tell me how i can encode my js like this?! Link to comment https://forums.phpfreaks.com/topic/192099-what-is-this-someone-identify-this/ Share on other sites More sharing options...
yozyk Posted February 15, 2010 Share Posted February 15, 2010 function check_gm(){ if(document.getElementById('offerframe')!=_0x4b77[3]); setTimeout(_0x4b77[6],1000); }; But _0x4b77[3] and _0x4b77[6] isn't defined in your code snippet. Link to comment https://forums.phpfreaks.com/topic/192099-what-is-this-someone-identify-this/#findComment-1012420 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.