论坛: 编程破解 标题: 请教规律谢谢 复制本贴地址    
作者: hahatwo [hahatwo]    论坛用户   登录

<html>
<head>
<title>老虎机</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="VBScript">
dim j,k,l,i,h,m,n,o,Wins


function get_pay_fruit_count()
get_pay_fruit_count=cint(cint(theform.e1.value)+cint(theform.e2.value)+cint(theform.e3.value)+cint(theform.e4.value)+cint(theform.e5.value)+cint(theform.e6.value)+cint(theform.e7.value))
end function

sub play()

dim every_stake_money,pay_fruit_count

if 155 < 3 then
msgbox"体力不足。",0
exit sub
end if

if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if


every_stake_money=clng(theform.every_stake_money.value)
pay_fruit_count=get_pay_fruit_count()

if every_stake_money<=0 then
msgbox"下注金饿必须大于0。",0
exit sub
end if

if pay_fruit_count=0 then
msgbox"请选择您需要下注的水果,每点击一次表示下一注。",0
exit sub
end if

if every_stake_money*pay_fruit_count>100 then
msgbox"超过下注上限100$。",0
exit sub
end if

if every_stake_money*pay_fruit_count>4555 then
msgbox"您下注了"&cstr(every_stake_money*pay_fruit_count)&"$,但您现在只有虚拟货币4555$。",0
exit sub
end if





bgs.src="../../../multimedia/1.mid"

ee1.disabled=true
ee2.disabled=true
ee3.disabled=true
ee4.disabled=true
ee5.disabled=true
ee6.disabled=true
ee7.disabled=true
eeb.disabled=true
eer.disabled=true

k=1
i=0
j=1
randomize
l=fix(65*rnd+44)'匀速转多少2~5圈
randomize
h=22
h=fix(22*rnd+0)'减慢转多少0~1圈
toplay()
end sub

sub toplay()
k=k+1
for x=1 to 22
document.all("f"&x).bgcolor="#FFFFFF"
next
document.all("f"&j).bgcolor="red"
j=j+1
if j>22 then j=1
if k<=l-h then
settimeout "toplay()",20
else
i=i+1
if i>h then
Wins=Win(j-1)
if Win(j-1)>0 then
theform.win.value=Win(j-1)
bgs.src="../../../multimedia/3.mid"
bgs.loop="0"
else
bgs.src="../../../multimedia/2.mid"
bgs.loop="0"
end if
theform.submit()
exit sub
end if
settimeout "toplay()",20*i
end if
end sub

function show(NN)
if NN=3 or NN=6 or NN=11 or NN=14 or NN=18 or NN=21 then
NN="2"
elseif NN=2 or NN=5 or NN=10 or NN=19 then
NN="4"
elseif NN=8 or NN=13 or NN=17 then
NN="6"
elseif NN=7 or NN=16 or NN=0 then
NN="8"
elseif NN=9 or NN=20 then
NN="10"
elseif NN=4 or NN=15 then
NN="30"
elseif NN=12 then
NN="50"
elseif NN=1 then
NN="0"
end if
show=NN
end function

function Win(NN)
if NN=3 or NN=6 or NN=11 or NN=14 or NN=18 or NN=21 then
NN=2*document.theform.e1.value
elseif NN=2 or NN=5 or NN=10 or NN=19 then
NN=4*document.theform.e2.value
elseif NN=8 or NN=13 or NN=17 then
NN=6*document.theform.e3.value
elseif NN=7 or NN=16 or NN=0 then
NN=8*document.theform.e4.value
elseif NN=9 or NN=20 then
NN=10*document.theform.e5.value
elseif NN=4 or NN=15 then
NN=30*document.theform.e6.value
elseif NN=12 then
NN=50*document.theform.e7.value
elseif NN=1 then
NN=0*document.theform.e7.value
end if
Win=NN
end function

sub ResetE()
document.theform.e1.value=0
document.theform.e2.value=0
document.theform.e3.value=0
document.theform.e4.value=0
document.theform.e5.value=0
document.theform.e6.value=0
document.theform.e7.value=0
zero()
end sub

sub zero()
for e=1 to 7
document.all("d"&e).innerHTML=0
next
end sub

sub bet1()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e1.value<10 then
document.theform.e1.value=document.theform.e1.value+1
End if
d1.innerHTML=document.theform.e1.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

sub bet2()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e2.value<10 then
document.theform.e2.value=document.theform.e2.value+1
End if
d2.innerHTML=document.theform.e2.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

sub bet3()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e3.value<10 then
document.theform.e3.value=document.theform.e3.value+1
End if
d3.innerHTML=document.theform.e3.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

sub bet4()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e4.value<10 then
document.theform.e4.value=document.theform.e4.value+1
End if
d4.innerHTML=document.theform.e4.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

sub bet5()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e5.value<10 then
document.theform.e5.value=document.theform.e5.value+1
End if
d5.innerHTML=document.theform.e5.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

sub bet6()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e6.value<10 then
document.theform.e6.value=document.theform.e6.value+1
End if
d6.innerHTML=document.theform.e6.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

sub bet7()
if isnumeric(theform.every_stake_money.value)=false then
msgbox"请输入每注的下注金额才能开始游戏。",0
exit sub
end if
every_stake_money=clng(theform.every_stake_money.value)
If document.theform.e7.value<10 then
document.theform.e7.value=document.theform.e7.value+1
End if
d7.innerHTML=document.theform.e7.value
activepower_perfectcommunity_game_tiger_run.pay_money.innerHTML=get_pay_fruit_count*every_stake_money
end sub

</script>

<bgsound loop=-1 id=bgs>

<script language="JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
MM_preloadImages('../../../multimedia/1.mid','../../../multimedia/2.mid','../../../multimedia/3.mid')
</script>




<link rel="stylesheet" href="../../../css/common.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" onload="zero()">
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>

<p align="center"><span style="background-color: #FFFFFF"><font size="3" color="#000080">请牢记本社区域名:</font><a href="http://www.nylonsweet.com"><font size="3" color="#008080">http://www.nylonsweet.com</font></a></span></p>

</body>

</html>
<form name="theform" method="post" action="TigerRun.asp" target="activepower_perfectcommunity_game_tiger_run">
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#999999" align="center">
<tr bgcolor="#FFFFFF" align="center"> 
      
<td height="50" width="50" id="f9"><img src="../../../images/page_images/game_tiger_5.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f10"><img src="../../../images/page_images/game_tiger_2.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f11"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"></td>
      
<td height="50" width="50" id="f12"><img src="../../../images/page_images/game_tiger_7.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f13"><img src="../../../images/page_images/game_tiger_3.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f14"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"></td>
      
<td height="50" width="50" id="f15"><img src="../../../images/page_images/game_tiger_6.gif" width="32" height="32"></td>
  </tr>
  <tr bgcolor="#FFFFFF" align="center"> 
      
<td height="50" width="50" id="f8"><img src="../../../images/page_images/game_tiger_3.gif" width="32" height="32"></td>
      <td colspan="5" rowspan="4"><iframe src="TigerCenterStart.asp?money=4555&stamia=155&rule_tiger_stamia=3&game_tiger_max_pay_money=100" name="activepower_perfectcommunity_game_tiger_run" id=" " scrolling="no" width="254" height="203" marginwidth="0" marginheight="0" frameborder="0" align="default"> 
        </iframe></td>
      
<td height="50" width="50" id="f16"><img src="../../../images/page_images/game_tiger_4.gif" width="32" height="32"></td>
  </tr>
  <tr bgcolor="#FFFFFF" align="center"> 
      
<td height="50" width="50" id="f7"><img src="../../../images/page_images/game_tiger_4.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f17"><img src="../../../images/page_images/game_tiger_3.gif" width="32" height="32"></td>
  </tr>
  <tr bgcolor="#FFFFFF" align="center"> 
      
<td height="50" width="50" id="f6"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"></td>
      
<td height="50" width="50" id="f18"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"></td>
  </tr>
  <tr bgcolor="#FFFFFF" align="center">
      
<td height="50" width="50" id="f5"><img src="../../../images/page_images/game_tiger_2.gif" width="32" height="32"></td>
      
<td height="50" width="50" id="f19"><img src="../../../images/page_images/game_tiger_2.gif" width="32" height="32"></td>
  </tr>
  <tr bgcolor="#FFFFFF" align="center"> 
      
<td height="50" width="50" id="f4"><img src="../../../images/page_images/game_tiger_6.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f3"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"></td>
      
<td height="50" width="50" id="f2"><img src="../../../images/page_images/game_tiger_2.gif" width="32" height="32"></td>
      
<td height="50" width="50" id=f1 class="pt9">Lose</td>
      
<td height="50" width="50" id="f22"><img src="../../../images/page_images/game_tiger_4.gif" width="32" height="32"></td>  
<td height="50" width="50" id="f21"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"></td>
      
<td height="50" width="50" id="f20"><img src="../../../images/page_images/game_tiger_5.gif" width="32" height="32"></td>
  </tr>
</table>
  <table width="358" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr> 
      <td> 
        
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#CCCCCC" align="center">
<tr bgcolor="#99CCFF" align="center" class="pt9"> 
<td width="50" height="30" id=d7> </td>
<td width="50" height="30" id=d6> </td>
<td width="50" height="30" id=d5> </td>
<td width="50" height="30" id=d4> </td>
<td width="50" height="30" id=d3> </td>
<td width="50" height="30" id=d2> </td>
<td width="50" height="30" id=d1> </td>
</tr>
<tr bgcolor="#99CCFF" align="center"> 
<td width="50" height="50" id=ee7 onClick="bet7()" style="cursor:hand" title="下注" onMouseover="ee7.bgcolor='#75BAFF'" onMouseout="ee7.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_7.gif" width="32" height="32"><br>
x50</font></td>
<td width="50" height="50" id=ee6 onClick="bet6()" style="cursor:hand" title="下注" onMouseover="ee6.bgcolor='#75BAFF'" onMouseout="ee6.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_6.gif" width="32" height="32"><br>
x30</font></td>
<td width="50" height="50" id=ee5 onClick="bet5()" style="cursor:hand" title="下注" onMouseover="ee5.bgcolor='#75BAFF'" onMouseout="ee5.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_5.gif" width="32" height="32"><br>
x10</font></td>
<td width="50" height="50" id=ee4 onClick="bet4()" style="cursor:hand" title="下注" onMouseover="ee4.bgcolor='#75BAFF'" onMouseout="ee4.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_4.gif" width="32" height="32"><br>
x8</font></td>
<td width="50" height="50" id=ee3 onClick="bet3()" style="cursor:hand" title="下注" onMouseover="ee3.bgcolor='#75BAFF'" onMouseout="ee3.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_3.gif" width="32" height="32"><br>
x6</font></td>
<td width="50" height="50" id=ee2 onClick="bet2()" style="cursor:hand" title="下注" onMouseover="ee2.bgcolor='#75BAFF'" onMouseout="ee2.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_2.gif" width="32" height="32"><br>
x4</font></td>
<td width="50" height="50" id=ee1 onClick="bet1()" style="cursor:hand" title="下注" onMouseover="ee1.bgcolor='#75BAFF'" onMouseout="ee1.bgcolor='#99CCFF'" class="pt9"><font color="#333333"><img src="../../../images/page_images/game_tiger_1.gif" width="32" height="32"><br>
x2</font></td>
</tr>
</table>
      </td>
    </tr>
    <tr> 
      <td> 
        <table width="358" border="0" cellspacing="1" cellpadding="0" bgcolor="#CCCCCC" align="center" height="30" STYLE="CURSOR:HAND">
          <tr> 
            
<td id=eeb onClick="play()" bgcolor="#CCFF00" align="center" width="50%" title="买定离手" onMouseover="eeb.bgcolor='#DDDDDD'" onMouseout="eeb.bgcolor='#CCFF00'" class="px14">买定离手</td>
            
<td id=eer onClick="ResetE()" bgcolor="#CCFF00" align="center" width="50%" title="重新下注" onMouseover="eer.bgcolor='#DDDDDD'" onMouseout="eer.bgcolor='#CCFF00'" class="px14">重新下注</td>
          </tr>
        </table>
      </td>
    </tr>
    
  </table>


<p align="center"><span class="pt9">每注金额:</span> 
<input type="text" name="every_stake_money" size="7" maxlength="5">
<input type="hidden" name="e7" value="0">
<input type="hidden" name="e6" value="0">
<input type="hidden" name="e5" value="0">
<input type="hidden" name="e4" value="0">
<input type="hidden" name="e3" value="0">
<input type="hidden" name="e2" value="0">
<input type="hidden" name="e1" value="0">
<input type="hidden" name="win" value="0">
<input type="hidden" name="session_id" value="426203">
<input type="hidden" name="session_key" value="yPel07">
</p>
</form>
<p></p>
<IFRAME marginHeight=0 marginWidth=0 noResize scrolling=no frameBorder=0 src="http://ads.activepower.net/script/ad/ad_show.asp?group_id=4&bgcolor=ffffff" width=468 height=60>
</IFRAME>

</body>
</html>


地主 发表时间: 06/22 13:44

回复: jimily3600 [jimily3600]   论坛用户   登录
这个好像是搞赌博的哟?你想找到办法去破解呀?

B1层 发表时间: 06/24 10:00

回复: aphayzeng [aphayzeng]   论坛用户   登录
放的什么屁  这么长  

B2层 发表时间: 06/24 22:43

回复: zhaojingw [zhaojingw]   论坛用户   登录
大哥你能不能说普通话啊我不明白啊?

B3层 发表时间: 06/25 11:32

回复: zhaojingw [zhaojingw]   论坛用户   登录
能不能说点人家都知道的啊你做成主页啊?

B4层 发表时间: 06/26 10:31

论坛: 编程破解

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号