黑客帝国开场代码(电脑黑客帝国特效代码)

hacker2年前黑客文章125

本文目录一览:

怎么把黑客帝国的这段代码放在html主页的背后

!--使用position:absolute;z-index:100;--

canvas id="q"/canvas

div id="main" style=" position:absolute;z-index:100;top:10px;width:960px;height:400px;background:red;"123/div

script type="text/javascript" 

var s = window.screen; 

var width = q.width = s.width; 

var height = q.height = s.height; 

var letters = Array(256).join(1).split(''); 

var _div=document.getElementById("main"); 

_div.style.left=(width-960)/2+"px";//给主页面left定位;

var draw = function () { 

q.getContext('2d').fillStyle='rgba(0,0,0,.05)'; 

q.getContext('2d').fillRect(0,0,width,height); 

q.getContext('2d').fillStyle='#0F0'; 

letters.map(function(y_pos, index){ 

text = String.fromCharCode(3e4+Math.random()*33); 

x_pos = index * 10; 

q.getContext('2d').fillText(text, x_pos, y_pos); 

letters[index] = (y_pos  758 + Math.random() * 1e4) ? 0 : y_pos + 10; 

}); 

}; 

setInterval(draw, 33); 

/script 

黑客帝国尼奥要找的源代码是什么?

是重建锡安的源代码,这段代码可以让他挑选20个人,这电影里说了,按照设计,neo找到的将是一个升级的程序代码,它将升级neo到一个更新的版本,neo此时就变成了一个类似于xp sp3之类的升级包,他将完成整个matrix的升级,成为旧版母体的第七代,新版母体的之一代neo,从此他将直接受工程师控制,为整个的母体添加新的变量,因为工程师作为人,是无法再平衡等式的,所以 *** ith将受到压制,这也是唯一可以救trinity的 *** ,但是,整个锡安只有20个人能活下来。

黑客帝国--绿色字母雨代码--知道的进

BODY

script language="JavaScript"

!--

if (document.all){

Cols=6;

Cl=24;//Space's are included so real length is 48!

Cs=10;

Ts=10;

Tc='#008800';

Tc1='#00ff00';

MnS=20;

MxS=30;

I=Cs;

Sp=new Array();S=new Array();Y=new Array();

C=new Array();M=new Array();B=new Array();

RC=new Array();E=new Array();Tcc=new Array(0,1);

document.write("div id='Container' style='position:absolute;top:0;left:-"+Cs+"'");

document.write("div style='position:relative'");

for(i=0; i Cols; i++){

S[i]=I+=Cs;

document.write("div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"

+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'/div");

}

document.write("/div/div");

for(j=0; j Cols; j++){

RC[j]=1+Math.round(Math.random()*Cl);

Y[j]=0;

Sp[j]=Math.round(MnS+Math.random()*MxS);

for(i=0; i RC[j]; i++){

B[i]='';

C[i]=Math.round(Math.random()*1)+' ';

M[j]=B[0]+=C[i];

}

}

function Cycle(){

Container.style.top=window.document.body.scrollTop;

for (i=0; i Cols; i++){

var r = Math.floor(Math.random()*Tcc.length);

E[i] = 'font color='+Tc1+''+Tcc[r]+'/font';

Y[i]+=Sp[i];

if (Y[i] window.document.body.clientHeight){

for(i2=0; i2 Cols; i2++){

RC[i2]=1+Math.round(Math.random()*Cl);

for(i3=0; i3 RC[i2]; i3++){

B[i3]='';

C[i3]=Math.round(Math.random()*1)+' ';

C[Math.floor(Math.random()*i2)]=' '+' ';

M[i]=B[0]+=C[i3];

Y[i]=-Ts*M[i].length/1.5;

A[i].style.visibility='visible';

}

Sp[i]=Math.round(MnS+Math.random()*MxS);

}

}

A[i].style.top=Y[i];

A[i].innerHTML=M[i]+' '+E[i]+' ';

}

setTimeout('Cycle()',20)

}

Cycle();

}

// --

/script

演示地址:

注:必须要有body标签~

求"黑客帝国"里电脑屏幕上的"代码"不间断滚动的代码,

把下面复制到记事本,另存为HTML文件。你可以自己DIY一下。

html

head

title类似黑客帝国的01数字流/title

/head

body bgcolor=#000000

script language="JavaScript"

!--

if (document.all){

Cols=6;

Cl=24;//Space's are included so real length is 48!

Cs=10;

Ts=10;

Tc='#008800';

Tc1='#00ff00';

MnS=20;

MxS=30;

I=Cs;

Sp=new Array();S=new Array();Y=new Array();

C=new Array();M=new Array();B=new Array();

RC=new Array();E=new Array();Tcc=new Array(0,1);

document.write("div id='Container' style='position:absolute;top:0;left:-"+Cs+"'");

document.write("div style='position:relative'");

for(i=0; i Cols; i++){

S[i]=I+=Cs;

document.write("div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"

+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'/div");

}

document.write("/div/div");

for(j=0; j Cols; j++){

RC[j]=1+Math.round(Math.random()*Cl);

Y[j]=0;

Sp[j]=Math.round(MnS+Math.random()*MxS);

for(i=0; i RC[j]; i++){

B[i]='';

C[i]=Math.round(Math.random()*1)+' ';

M[j]=B[0]+=C[i];

}

}

function Cycle(){

Container.style.top=window.document.body.scrollTop;

for (i=0; i Cols; i++){

var r = Math.floor(Math.random()*Tcc.length);

E[i] = 'font color='+Tc1+''+Tcc[r]+'/font';

Y[i]+=Sp[i];

if (Y[i] window.document.body.clientHeight){

for(i2=0; i2 Cols; i2++){

RC[i2]=1+Math.round(Math.random()*Cl);

for(i3=0; i3 RC[i2]; i3++){

B[i3]='';

C[i3]=Math.round(Math.random()*1)+' ';

C[Math.floor(Math.random()*i2)]=' '+' ';

M[i]=B[0]+=C[i3];

Y[i]=-Ts*M[i].length/1.5;

A[i].style.visibility='visible';

}

Sp[i]=Math.round(MnS+Math.random()*MxS);

}

}

A[i].style.top=Y[i];

A[i].innerHTML=M[i]+' '+E[i]+' ';

}

setTimeout('Cycle()',20)

}

Cycle();

}

// --

/script

body

/body

/html

黑客帝国秘籍怎么输进去?

进入游戏的修改模式输入作弊码就行了

如果是盗版就有可能不行,原因是游戏不完整。

《黑客帝国:重装上阵》(Enter The Matrix) 作弊码

在密码区输入以下密码:

无敌 (Infinite health):7F4DF451

所有武器 (All weapons unlocked):0034AFFF

速度增快 (Turbo mode):FF00001A

无限 Focus (Infinite focus):69E5D9E4

无限弹药 (Infinite ammo):1DDF2556

敌人无法看见你 (Invisibility):FFFFFFF1

敌人无法听见你 (Silent mode):4516DF45

快速 Focus 恢复 (Fast focus restore):FFF0020A

多人混战 (Multiplayer fighting):D5C55D1E

低重力 (Low gravity):BB013FFF

快速 logo (Faster logos):7867F443

开启出租车司机 (Unlocks taxi driving):312MF451

开启测试关卡 (Unlocks bonus test level):13D2C77F

一些 *** 号码:

001-949-555-0112

001-714-555-0187

001-213-555-0142

001-310-555-0111

001-949-555-0101

进入HACKING模式

选一个存档在A:\后输cheat空格加秘笈代码

无敌 (Infinite health):7F4DF451

所有武器 (All weapons unlocked):0034AFFF

速度增快 (Turbo mode):FF00001A

无限 Focus (Infinite focus):69E5D9E4

无限弹药 (Infinite ammo):1DDF2556

敌人无法看见你 (Invisibility):FFFFFFF1

敌人无法听见你 (Silent mode):4516DF45

快速 Focus 恢复 (Fast focus restore):FFF0020A

多人混战 (Multiplayer fighting):D5C55D1E

低重力 (Low gravity):BB013FFF

快速 logo (Faster logos):7867F443

开启出租车司机 (Unlocks taxi driving):312MF451

开启测试关卡 (Unlocks bonus test level):13D2C77F

相关文章

十大暴利最赚钱行业,目前赚钱非常稳定的赚钱方法!

十大暴利最赚钱行业,目前赚钱非常稳定的赚钱方法!

有资料称,网络游戏财富的毛利率高达50%以上,最高甚至达75%,2019最新致富项目,挣八天超你一个月,净利率也在25%—50%之间。一方面,厂商只需对网络游戏举办维护与进级打点,无需厂房、仓储与制...

shopee入驻条件费用(虾皮电商入驻条件和费用)

shopee入驻条件费用(虾皮电商入驻条件和费用)

我一个人做了19天 卖了 12单、销售了6592台币、相当于1515人民币、纯利润百分20左右、没有开车没有补单、谈一谈我的看法。 下面讨论的内容以台湾站为鸡翅(内贸卖家默认站点) 1.台湾虾皮的定位...

捷马电动车口碑怎么样(捷马电动车价格是多少

捷马电动车口碑怎么样(捷马电动车价格是多少

2014年对电动车行业而言是竞争激烈的一年,无论在渠道建设还是品牌营销方面,浓重的火药味都成为各企业之间碰撞的主要话题。就我国目前的经济环境来讲,本土企业的求生不外乎四个字:渠道为王,而电动车行业作为...

高圣远举行51岁生日派对 深夜狂欢不见周迅身影

  12月15日,周迅的老公高圣远在社交平台上更新了一则视频,与好友一起庆祝自己51岁的生日。视频中,男男女女人数众多,场面十分热闹,却始终未见妻子周迅的身影。 (编辑:MM)...

Win10卸载kb4034674提示:没有成功卸载全部更新 怎么办?

在Win10系统中由于系统补丁与软件发生冲突,所以需要将相应的更新补丁卸载才可以正常运行。但是由用户在卸载kb4034674补丁的时候却遇到了 发生错误。没有成功卸载全部更新的 提示信息,该怎么...

烧茄子怎么做(饭店的烧茄子怪不得好吃)

烧茄子怎么做(饭店的烧茄子怪不得好吃)

今天给大家分享一个烧茄子的做法,虽然操作步骤多了两步,但是做出来的烧茄子就是好吃,不油腻,口感好,色香味俱全,很有食欲。食材:圆茄子一个500克左右,西红柿一个200克左右,蒜瓣3-5粒,葱白一节10...