0% found this document useful (1 vote)
203 views

Freebitco in 10000 Script 1

This document contains code for a script that runs a random number guessing game. It uses JavaScript and jQuery to: 1. Generate random numbers for multiple digits and display them on the page. 2. Check the user's guess against the random numbers and update the display to show the correct digits. 3. Track the number of guesses and delay displaying the correct numbers until a certain number of guesses is reached. 4. Save the high score in localStorage and display it on the page. The script runs the guessing game in a continuous loop with a short delay between rounds.

Uploaded by

guestavo designs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
203 views

Freebitco in 10000 Script 1

This document contains code for a script that runs a random number guessing game. It uses JavaScript and jQuery to: 1. Generate random numbers for multiple digits and display them on the page. 2. Check the user's guess against the random numbers and update the display to show the correct digits. 3. Track the number of guesses and delay displaying the correct numbers until a certain number of guesses is reached. 4. Save the high score in localStorage and display it on the page. The script runs the guessing game in a continuous loop with a short delay between rounds.

Uploaded by

guestavo designs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

var

_$_d9ef=["\x41\x63\x74\x69\x76\x61\x74\x65\x64\x20\x73\x63\x72\x69\x70\x74","\x69\x
6E\x66\x6F","\x43\x72\x6F\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","","\x2E","\x
73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x64\x69\x73\x70\x6C\x6
1\x79","\x63\x73\x73","\x23\x66\x72\x65\x65\x5F\x70\x6C\x61\x79\x5F\x64\x69\x67\x69
\x74\x73","\x6E\x6F\x6E\x65","\x23\x66\x72\x65\x65\x5F\x70\x6C\x61\x79\x5F\x72\x65\
x73\x75\x6C\x74","\x72\x61\x6E\x64\x6F\x6D","\x66\x6C\x6F\x6F\x72","\x68\x74\x6D\x6
C","\x23\x6D\x75\x6C\x74\x69\x70\x6C\x69\x65\x72\x5F\x66\x69\x72\x73\x74\x5F\x64\x6
9\x67\x69\x74","\x23\x6D\x75\x6C\x74\x69\x70\x6C\x69\x65\x72\x5F\x73\x65\x63\x6F\x6
E\x64\x5F\x64\x69\x67\x69\x74","\x23\x6D\x75\x6C\x74\x69\x70\x6C\x69\x65\x72\x5F\x7
4\x68\x69\x72\x64\x5F\x64\x69\x67\x69\x74","\x23\x6D\x75\x6C\x74\x69\x70\x6C\x69\x6
5\x72\x5F\x66\x6F\x75\x72\x74\x68\x5F\x64\x69\x67\x69\x74","\x23\x6D\x75\x6C\x74\x6
9\x70\x6C\x69\x65\x72\x5F\x66\x69\x66\x74\x68\x5F\x64\x69\x67\x69\x74","\x23\x66\x7
2\x65\x65\x5F\x70\x6C\x61\x79\x5F\x66\x69\x72\x73\x74\x5F\x64\x69\x67\x69\x74","\x2
3\x66\x72\x65\x65\x5F\x70\x6C\x61\x79\x5F\x73\x65\x63\x6F\x6E\x64\x5F\x64\x69\x67\x
69\x74","\x23\x66\x72\x65\x65\x5F\x70\x6C\x61\x79\x5F\x74\x68\x69\x72\x64\x5F\x64\x
69\x67\x69\x74","\x23\x66\x72\x65\x65\x5F\x70\x6C\x61\x79\x5F\x66\x6F\x75\x72\x74\x
68\x5F\x64\x69\x67\x69\x74","\x23\x66\x72\x65\x65\x5F\x70\x6C\x61\x79\x5F\x66\x69\x
66\x74\x68\x5F\x64\x69\x67\x69\x74","\x20","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","
\x2E\x62\x72\x5F\x30\x5F\x30\x5F\x35\x5F\x30","\x23\x77\x69\x6E\x6E\x69\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)

You might also like