gk源碼
『壹』 地鐵跑酷溫哥華的源代碼
UR3AR5XJ、8P2CHAFT等。
地鐵跑酷是由丹麥的sybog ames公司開發,且由創夢天地在中國發行的一款跑酷躲避游戲,其中溫哥華版的源代碼有:UR3AR5XJ 、8P2CHAFT 、6HPWAMCB、 TX6GKXBG等。
『貳』 這個網站怎麼做
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" media="all">
body{margin:0; padding:0}
#iframe1{border-top: 1px solid #666; border-top: 1px solid #666}
#hd{background:#000000}
#hd h1{color:#FFCC33; font-size:12px; font-weight:bold; border-bottom:1px solid color:#FFCC33}
button#dnext{ font-size:16px; font-weight:bold}
#ft{text-align:center}
</style>
<title>DNexT: You will get a funny web next!</title>
</head>
<body>
<script language="javascript">
function loadContent(){
//顯示隱藏的提示內容
//重新刷新iframe1的內容
document.frames["iframe1"].location.replace("http://babel.geekaa.com/randomweb.gk");
}
</script>
<div id="hd">
<h1>GeeKaa: <span style="font-weight:normal; color:#FFFFFF">Dnext ver.0.1</span></h1>
</div>
<div style="text-align:center; margin-bottom:10px">
<button onClick="loadContent()" id="dnext">點一下!</button>
</div>
<!--精華所在,用隱藏的iframe來作為外部數據的來源-->
<iframe id="iframe1" width="100%" height="90%" name="I1" frameborder="0"></iframe>
</body>
</html>
『叄』 網路游戲怎麼改源碼啊
放棄吧,單單從客戶端是沒法看到其代碼的,網游的代碼都市封裝好的,對外公布的都是封裝好的客戶端,根本無法解析,除非內部源碼泄露,於是就出現了私服……