软件声明
骚扰好友所造成的后果自负(如黑名单,删除,分手告吹……)
主要原理就是FindWindowEx找到QQ的句柄后使用SendMessage函数狂点上线和隐身
模拟QQ无限上下线,您QQ里的好友的电脑就会发出连续持久的上线声音^_^

源代码和源程序:电信下载
核心代码:
Option Explicit
Private Declare Function FindWindowEx Lib “user32″ Alias “FindWindowExA” (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
Private Declare Function SendMessage Lib “user32″ Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Private Sub Command1_Click()
Form2.Show
End Sub
Private Sub run_Click()
Timer1.Interval = 1 / Text1 * 1000
If Timer1 = False Then
Timer1 = True
Label1 = “运行中”
ElseIf Timer1 = True Then
Timer1 = False
Label1 = “停止中”
End If
End Sub
Private Sub Form_Load()
Text1 = 5
Timer1 = False
Label1 = “停止中”
End Sub
Private Sub Timer1_Timer()
Dim hW1 As Long
hW1 = FindWindowEx(0, 0, “#32770″, “”)
If Timer1.Tag = “” Then
Timer1.Tag = “52lifan”
SendMessage hW1, &H111, &H3429, 0
Else
Timer1.Tag = “”
SendMessage hW1, &H111, &H344C, 0
End If
End Sub
其实还有一招更狠,就是飞信加对方手机发爆他手机 详见湖北移动事件




admin#52lifan.cn
六月 4th, 2008 at 7:25 上午
呵呵,用VB写的呀~
六月 4th, 2008 at 7:27 上午
支持VB,(*^__^*) 嘻嘻……
六月 4th, 2008 at 11:28 上午
已经被上上下下的人搞得把那个上下线提醒给屏蔽了,明显这个人是罪魁祸首。。。哈哈~~
六月 19th, 2008 at 3:53 上午
我的怎么不能用啊?
七月 28th, 2008 at 4:20 下午
这个软件在 QQ2008正式版不能用了 希望能改进一下!更新下版本 呵呵!!
八月 8th, 2008 at 10:41 下午
2008的上线和下线句柄怎样得到???2008用什么方法屏蔽我们查句柄???
八月 8th, 2008 at 10:44 下午
spy++
八月 8th, 2008 at 11:09 下午
谢谢!!回得这样快。我本以为用spy++得不到,刚刚试了原来真的可以得到。因为前一段时间我在QQ2009中用spy++得不到句柄,不知QQ2009的句柄要怎样得到。
二月 11th, 2009 at 10:48 下午
怎么说也得顶一下.呵呵.什么时候来个无限抖啊?QQ:123695033请及时通知一下我.谢谢