![]()
以下是部分源码片段:
Dim HongBao As String
Private Sub Command1_Click()
WebBrowser1.Navigate HongBao
End Sub
Private Sub Command2_Click()
WebBrowser1.Document.getElementById("name").Value = Text1.Text '填写名字
WebBrowser1.Document.getElementById("select-year").Value = Text2.Text '填写年份
WebBrowser1.Document.getElementById("select-month").Value = Text3.Text '填写月份
WebBrowser1.Document.getElementById("select-day").Value = Text4.Text '填写日期
WebBrowser1.Document.All("check-1").Checked = True '点击同意按钮
WebBrowser1.Document.All("bn").Click '点击提交按钮
End Sub
Private Sub Form_Load()
HongBao = "http://hongbao.app.baidu.com/hongbao/inputname"
WebBrowser1.Navigate HongBao
End Sub
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
If URL = HongBao Then
WebBrowser1.Document.getElementById("captcha").focus '设置验证码输入框焦点
End If
End Sub
|
原理超级简单,不费话了,用法白痴化…… 上边是图片,底下有下载地址。
VB,源码,百度,红包,抽奖,辅助,外挂,程序,工具,自动填写,百度红包抽奖辅助程序 VB 源码,其实就是自动填写。
下载地址:http://www.uudisc.com/user/nuclearatk/file/3872997
文章来源于lcx.cc:百度红包抽奖辅助程序 VB 源码 自动填写
相关推荐: C99.PHP webshell 绕过登陆密码漏洞
From: Every C99.php Shell Is Backdoored (A.K.A. Free Shells for Everyone!) C99.php存在一个漏洞可以绕过登陆密码直接登陆的漏洞。 http://127.0.0.1/c99.php?…
评论