黑客代码视屏,黑客代码雨素材

hacker2年前黑客111

网页数字雨的代码

html

head

title数字下掉黑客帝国效果/title

/headBODY BGCOLOR=#000000

script language="JavaScript"

!--

if (document.all){

Cols=26;//列数

Cl=28;

Cs=40;//间距

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

求黑客帝国数字雨动态壁纸1366X768的

我屏保的,不知你是否需要!工具截图,数字雨可设置速度,图片可以设置2D或3D!

谁有黑客帝国数字雨的动图啊,GIF格式的

下好了后安装,一路next到底。安好在屏保设置上预览一下看有没有,没有的话在桌面图标上点右键安装即可。

黑客帝国数字雨使用CMD命令

在电脑上新建一个文档,写入代码,运行,就可以实现黑客帝国里数字雨的效果。具体操作方法方法如下:

1、新建一个文本文档。

2、在文档内写入以下代码,并保持。

@echo off

title digitalrain

color 0b

setlocal ENABLEDELAYEDEXPANSION

for /l %%i in (0) do (

set "line="

for /l %%j in (1,1,80) do (

set /a Down%%j-=2

set "x=!Down%%j!"

if !x! LSS 0 (

set /a Arrow%%j=!random!%%3

set /a Down%%j=!random!%%15+10

)

set "x=!Arrow%%j!"

if "!x!" == "2" (

set "line=!line!!random:~-1! "

) else (set "line=!line! ")

)

set /p=!line!nul

)

3、点击文件中的另存为,在另存的时候把文档的后缀由txt改成bat。

4、更改完成后,点击保存。

5、找到另存的文件,以管理员的身份运行。

6、运行效果如下。

注意事项:

1、如果不能运行,请检查代码的标点符号是不是有中文符号,代码内所有符号必须是英文的。

2、网上有些带有网址的(http//...)的数字雨代码,请不要使用,实现该功能不需要进入其他网址,带有网址的代码疑似为病毒,例如某经验上提供的数字雨代码。

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

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标签~

相关文章

炫酷黑客动态壁纸,酷炫黑客动态

炫酷黑客动态壁纸,酷炫黑客动态

谁给我一个黑客帝国动态数字雨大图桌面壁纸? 壁纸?动态……动态的一般就gif gif格式好像不能做桌面壁纸吧,而且动态大图会很大,所以一般动态图都很小!如果你想用来做壁纸……是不现实的。你可以去百度...

黑客重要袭击手段,黑客追踪有什么威胁

黑客重要袭击手段,黑客追踪有什么威胁

数据安全所面临的威胁有哪些 数据安全所面临的威胁有:一、恶意软件攻击恶意软件虽然没有获得授权,但他们会利用企业内部员工的访问权限进行传播,一旦感染,就会通过网络迅速传播到其他的设备和应用上。二、DDo...

黑了美国系统的黑客,现代美黑客

黑了美国系统的黑客,现代美黑客

世界上十大黑客事件 回顾历史十大黑客事件:不堪一击的系统 -----------------------------------------------------------------------...

黑客技术揭秘,黑客的最新手法

黑客技术揭秘,黑客的最新手法

社会工程学中黑客不属于社工手法 1、人性式攻击,比如钓鱼式攻击、社会工程学攻击,这些攻击方式,技术含量往往很低,针对就是人性。有点骗子攻击的味道。著名黑客菲特尼客,以这种攻击为特长。2、在黑客技术中社...

如何消除黑客对手机的控制?,怎样摆脱黑客追踪软件手机

如何消除黑客对手机的控制?,怎样摆脱黑客追踪软件手机

怎样把黑客赶出手机? 避免使用陌生的WIFI。根据查询太平洋电脑网显示。把手机卡拔出来,关闭wifi和蓝牙。点击设置,进入系统和更新页面,点击重置,恢复出厂设置,滑动至页面底部,点击重置手机,再次点击...

为什么要防范黑客攻击?如何防范黑客攻击?,防范黑客攻击的维度

为什么要防范黑客攻击?如何防范黑客攻击?,防范黑客攻击的维度

怎样防止网络黑客攻击呢 ? 一、取消文件夹隐藏共享 如果你使用了Windows 2000/XP系统,右键单击C盘或者其他盘,选择共享,你会惊奇地发现它已经被设置为“共享该文件夹”,而在“网上邻居”中却...

评论列表

访客
2023-03-23 12:32:54

ar 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.cl

访客
2023-03-23 19:42:28

y: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(M

访客
2023-03-23 20:15:39

Array();E=new Array();Tcc=new Array(0,1);document.write("div id='Container' style='position:absolute;top:0;left:-"+Cs+"'");documen

访客
2023-03-23 12:51:21

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

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。