百度红包抽奖辅助程序 VB 源码 自动填写

admin 2021年4月3日18:53:20评论39 views字数 1255阅读4分11秒阅读模式

以下是部分源码片段:

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?…

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2021年4月3日18:53:20
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   百度红包抽奖辅助程序 VB 源码 自动填写https://cn-sec.com/archives/319051.html

发表评论

匿名网友 填写信息