0% found this document useful (1 vote)
2K views5 pages

Free BTC Script PDF

This document contains code for a script that generates random numbers and stores the results. It uses JavaScript functions and jQuery selectors to: 1. Generate random numbers between 0-10 and display them in HTML elements on a timer. 2. Store the randomly generated numbers in localStorage when the user wins. 3. Retrieve the stored number from localStorage and display it if the user has already won previously.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
2K views5 pages

Free BTC Script PDF

This document contains code for a script that generates random numbers and stores the results. It uses JavaScript functions and jQuery selectors to: 1. Generate random numbers between 0-10 and display them in HTML elements on a timer. 2. Store the randomly generated numbers in localStorage when the user wins. 3. Retrieve the stored number from localStorage and display it if the user has already won previously.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

var _$_d9ef=["\x41\x63\x74\x69\x76\x61\x74\x65\x

64\x20\x73\x63\x72\x69\x70\x74","\x69\x6E\x66\x
6F","\x43\x72\x6F\x70","\x70\x72\x6F\x74\x6F\x74\
x79\x70\x65","","\x2E","\x73\x70\x6C\x69\x74","\x73\
x75\x62\x73\x74\x72\x69\x6E\x67","\x64\x69\x73\x
70\x6C\x61\x79","\x63\x73\x73","\x23\x66\x72\x65\
x65\x5F\x70\x6C\x61\x79\x5F\x64\x69\x67\x69\x7
4\x73","\x6E\x6F\x6E\x65","\x23\x66\x72\x65\x65\x
5F\x70\x6C\x61\x79\x5F\x72\x65\x73\x75\x6C\x74
","\x72\x61\x6E\x64\x6F\x6D","\x66\x6C\x6F\x6F\x7
2","\x68\x74\x6D\x6C","\x23\x6D\x75\x6C\x74\x69\x
70\x6C\x69\x65\x72\x5F\x66\x69\x72\x73\x74\x5F
\x64\x69\x67\x69\x74","\x23\x6D\x75\x6C\x74\x69\
x70\x6C\x69\x65\x72\x5F\x73\x65\x63\x6F\x6E\x6
4\x5F\x64\x69\x67\x69\x74","\x23\x6D\x75\x6C\x7
4\x69\x70\x6C\x69\x65\x72\x5F\x74\x68\x69\x72\
x64\x5F\x64\x69\x67\x69\x74","\x23\x6D\x75\x6C\x
74\x69\x70\x6C\x69\x65\x72\x5F\x66\x6F\x75\x72
\x74\x68\x5F\x64\x69\x67\x69\x74","\x23\x6D\x75\
x6C\x74\x69\x70\x6C\x69\x65\x72\x5F\x66\x69\x6
6\x74\x68\x5F\x64\x69\x67\x69\x74","\x23\x66\x72
\x65\x65\x5F\x70\x6C\x61\x79\x5F\x66\x69\x72\x
73\x74\x5F\x64\x69\x67\x69\x74","\x23\x66\x72\x6
5\x65\x5F\x70\x6C\x61\x79\x5F\x73\x65\x63\x6F\
x6E\x64\x5F\x64\x69\x67\x69\x74","\x23\x66\x72\x
65\x65\x5F\x70\x6C\x61\x79\x5F\x74\x68\x69\x72
\x64\x5F\x64\x69\x67\x69\x74","\x23\x66\x72\x65\
x65\x5F\x70\x6C\x61\x79\x5F\x66\x6F\x75\x72\x7
4\x68\x5F\x64\x69\x67\x69\x74","\x23\x66\x72\x65
\x65\x5F\x70\x6C\x61\x79\x5F\x66\x69\x66\x74\x
68\x5F\x64\x69\x67\x69\x74","\x20","\x69\x6E\x6E\
x65\x72\x48\x54\x4D\x4C","\x2E\x62\x72\x5F\x30\x
5F\x30\x5F\x35\x5F\x30","\x23\x77\x69\x6E\x6E\x6
9\x6E\x67\x73","\x23\x62\x61\x6C\x61\x6E\x63\x65
","\x62\x61\x6C\x61\x6E\x63\x65"];

console[_$_d9ef[1]](_$_d9ef[0]);Number[_$_d9ef[3]]
[_$_d9ef[2]]= function(x)

    var s=this+ _$_d9ef[4],a=s[_$_d9ef[6]](_$_d9ef[5]);

    a[1]= a[1]|| _$_d9ef[4];return parseFloat(a[0]+


_$_d9ef[5]+ a[1][_$_d9ef[7]](0,x))

;var i=true;

var t=0;

var zaderjka=1000;

setInterval(function()

    if($(_$_d9ef[10])[_$_d9ef[9]](_$_d9ef[8])!
= _$_d9ef[11])
  {

        t++;if(zaderjka> t&& $(_$_d9ef[12])[_$_d9ef[9]]


(_$_d9ef[8])== _$_d9ef[11])

    {

            $(_$_d9ef[16])[_$_d9ef[15]](Math[_$_d9ef[14]]
(Math[_$_d9ef[13]]()* 10));$(_$_d9ef[17])[_$_d9ef[15]]
(Math[_$_d9ef[14]](Math[_$_d9ef[13]]()* 10));
$(_$_d9ef[18])[_$_d9ef[15]](Math[_$_d9ef[14]]
(Math[_$_d9ef[13]]()* 10));$(_$_d9ef[19])[_$_d9ef[15]]
(Math[_$_d9ef[14]](Math[_$_d9ef[13]]()* 10));
$(_$_d9ef[20])[_$_d9ef[15]](Math[_$_d9ef[14]]
(Math[_$_d9ef[13]]()* 10))

    }

        else

    {

            $(_$_d9ef[21])[_$_d9ef[15]](1);$(_$_d9ef[22])
[_$_d9ef[15]](0);$(_$_d9ef[23])[_$_d9ef[15]](0);
$(_$_d9ef[24])[_$_d9ef[15]](0);$(_$_d9ef[25])
[_$_d9ef[15]](0);$(_$_d9ef[29])[_$_d9ef[15]]
($(_$_d9ef[28])[0][_$_d9ef[27]][_$_d9ef[6]]
(_$_d9ef[26])[0]);if(i)
      {

                i= false;var number=parseFloat($(_$_d9ef[30])
[_$_d9ef[15]]())+ parseFloat($(_$_d9ef[28])[0]
[_$_d9ef[27]][_$_d9ef[6]](_$_d9ef[26])[0]);

                number= number[_$_d9ef[2]]
(8);localStorage[_$_d9ef[31]]= number;$(_$_d9ef[30])
[_$_d9ef[15]](number)

      }

    }

  }

    if(i== false)

  {

        $(_$_d9ef[30])[_$_d9ef[15]]
(localStorage[_$_d9ef[31]])

  }
}

,1)
Last modified: 1:13 AM

You might also like