神泣外挂,有需要的可以问我要,有漏洞可以免费使用,
源代码在线查看: 001.js
/////////////////////////////////////////////////////////////
function disableRightClick(e)
{
//var message = "Right click disabled";
if(!document.rightClickDisabled) // initialize
{
if(document.layers)
{
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = disableRightClick;
}
else document.oncontextmenu = disableRightClick;
return document.rightClickDisabled = true;
}
if(document.layers || (document.getElementById && !document.all))
{
if (e.which==2||e.which==3)
{
//alert(message);
return false;
}
}
else
{
//alert(message);
return false;
}
}
disableRightClick();
////////////////////////////////////////////////////
var MESSAGE=">小管家欢迎您>"
var POSITION=100
var DELAY=30
var scroll=new statusMessageObject()
function statusMessageObject(p,d){
this.msg =MESSAGE
this.out =" "
this.pos =POSITION
this.delay=DELAY
this.i=0
this.reset=clearMessage}
function clearMessage(){
this.pos=POSITION}
function scroller(){
for (scroll.i=0;scroll.i scroll.out += " "}
if (scroll.pos >= 0)
scroll.out += scroll.msg
else scroll.out=scroll.msg.substring(-scroll.pos,scroll.msg.length)
window.status=scroll.out
scroll.out=" "
scroll.pos--
if (scroll.pos < -(scroll.msg.length)) {
scroll.reset()}
setTimeout('scroller()',scroll.delay)}
function snapIn(jumpSpaces,position){
var msg = scroll.msg
var out = ""
for(var i=0; i {out+= msg.charAt(i)}
for(i=1;i {out += " "}
out+=msg.charAt(position)
window.status = out
if(jumpSpaces position++
if(msg.charAt(position) == ' ')
{position++ }
jumpSpaces = 100-position
}else if (jumpSpaces > 3)
{jumpSpaces *= .75}
else
{jumpSpaces--}
if(position != msg.length) {
var cmd = "snapIn(" + jumpSpaces + "," + position + ")";
scrollID = window.setTimeout(cmd,scroll.delay);
}else{window.status=""
jumpSpaces=0
position=0
cmd = "snapIn(" + jumpSpaces + "," + position + ")";
scrollID = window.setTimeout(cmd,scroll.delay);
return false }
return true}
snapIn(100,0);
///////////////////////////////////////////////////////////////////////
function nocopy()
{
event.returnValue=false;
}
////////////////////////////////////////////////////////////////////////
|
相关资源 |
|
-
神泣外挂,有需要的可以问我要,有漏洞可以免费使用,
-
这是一个关于JSP的在线影院系统,如果有需要的就下载我的吧!
-
有需要的自己下载查看 内部有图有程序
-
脱壳中需要的文件,具体我还不会用,务必使用看说明
-
脱壳中需要的文件,具体我还不会用,务必使用看说明(汉化版本)
-
阅读中需要的文件,具体我还不会用,务必使用看说明
-
0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.
-
我最近收集的最新最全的命令大集合
有需要的朋友可以下来看看
|