function CheatCode(A,L){var F=this,G=[],H=[],D=0,J=0,B=new Date(),E=1000,C=true;if(!L){L={}}this.setCode=function(N,O){if(O){N=N.decode()}keys=N.toLowerCase().split(" ");H=[];for(var M=0;M<keys.length;M++){H.push(this.getCode(keys[M]))}J=H.length};this.getCode=function(M){if(A=this.KEYS[M]){return A}};this.addListener=function(M){if(G.indexOf(M)>=0){return false}G.push(M);return true};this.removeListener=function(M){G.splice(G.indexOf(M),1)};this.activate=function(){C=true};this.deactivate=function(){C=false};this.toggleActive=function(){C=!C};function K(N){if(!C){return }if(window.event){keycode=window.event.keyCode}else{if(N){keycode=N.which}}if(keycode==H[D]){if(D>0&&((new Date())-B)>E){keyCodePointer=0}else{D+=1;if(D==J){for(var M=0;M<G.length;M++){G[M](F)}D=0}}B=new Date()}else{D=0}}function I(){if(document.addEventListener){document.addEventListener("keyup",K,false)}else{if(document.attachEvent){document.attachEvent("onkeyup",K)}}}if(L.resetDelay){this.resetDelay=L.resetDelay}if(L.callback){G.push(L.callback)}this.setCode(A,L.encoded);I()}(function(){var A={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",decode:function(D){var B="";var K,I,G;var J,H,F,E;var C=0;D=D.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(C<D.length){J=this._keyStr.indexOf(D.charAt(C++));H=this._keyStr.indexOf(D.charAt(C++));F=this._keyStr.indexOf(D.charAt(C++));E=this._keyStr.indexOf(D.charAt(C++));K=(J<<2)|(H>>4);I=((H&15)<<4)|(F>>2);G=((F&3)<<6)|E;B=B+String.fromCharCode(K);if(F!=64){B=B+String.fromCharCode(I)}if(E!=64){B=B+String.fromCharCode(G)}}B=A._utf8_decode(B);return B},_utf8_decode:function(B){var C="";var D=0;var E=c1=c2=0;while(D<B.length){E=B.charCodeAt(D);if(E<128){C+=String.fromCharCode(E);D++}else{if((E>191)&&(E<224)){c2=B.charCodeAt(D+1);C+=String.fromCharCode(((E&31)<<6)|(c2&63));D+=2}else{c2=B.charCodeAt(D+1);c3=B.charCodeAt(D+2);C+=String.fromCharCode(((E&15)<<12)|((c2&63)<<6)|(c3&63));D+=3}}}return C}};String.prototype.decode=function(){return A.decode(this)}})();CheatCode.prototype.KEYS={backspace:8,space:32,tab:9,enter:13,shift:16,ctrl:17,alt:18,pause:19,"break":19,caps_lock:20,escape:27,page_up:33,page_down:34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,"delete":46,"0":48,"1":49,"2":50,"3":51,"4":52,"5":53,"6":54,"7":55,"8":56,"9":57,a:65,b:66,c:67,d:68,e:69,f:70,g:71,h:72,i:73,j:74,k:75,l:76,m:77,n:78,o:79,p:80,q:81,r:82,s:83,t:84,u:85,v:86,w:87,x:88,y:89,z:90,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123,num:144,scroll:145,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222};