帆帆 on 四月 24th, 2008

软件声明

骚扰好友所造成的后果自负(如黑名单,删除,分手告吹……)

主要原理就是FindWindowEx找到QQ的句柄后使用SendMessage函数狂点上线隐身

模拟QQ无限上下线,您QQ里的好友的电脑就会发出连续持久的上线声音^_^

qqwuxianshangqian1.gif qqwuxianshangqian2.gif

源代码和源程序:电信下载

核心代码:

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

其实还有一招更狠,就是飞信加对方手机发爆他手机 详见湖北移动事件

9 Responses to “原创 无限QQ上下线骚扰器”

  1. 呵呵,用VB写的呀~

  2. 支持VB,(*^__^*) 嘻嘻……

  3. 已经被上上下下的人搞得把那个上下线提醒给屏蔽了,明显这个人是罪魁祸首。。。哈哈~~

  4. 我的怎么不能用啊?

  5. 原创 QQ窗口抖动骚扰器 Beta | 帆帆工作室
    七月 28th, 2008 at 4:20 下午

    这个软件在 QQ2008正式版不能用了 希望能改进一下!更新下版本 呵呵!!

  6. 2008的上线和下线句柄怎样得到???2008用什么方法屏蔽我们查句柄???

  7. spy++

  8. 谢谢!!回得这样快。我本以为用spy++得不到,刚刚试了原来真的可以得到。因为前一段时间我在QQ2009中用spy++得不到句柄,不知QQ2009的句柄要怎样得到。

  9. 怎么说也得顶一下.呵呵.什么时候来个无限抖啊?QQ:123695033请及时通知一下我.谢谢

Trackbacks/Pingbacks

Leave a Reply

You will be able to edit your comment after submitting.


为了防止恶意的垃圾评论脚本,请输入以下图片里面的数学方程式的答案。
防垃圾评论问题