frmcheat.frm

来自「Billing Internet Cafe」· FRM 代码 · 共 50 行

FRM
50
字号
VERSION 5.00
Begin VB.Form frmcheat 
   BackColor       =   &H00EFF2EC&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Cheat"
   ClientHeight    =   1395
   ClientLeft      =   45
   ClientTop       =   405
   ClientWidth     =   3585
   Icon            =   "frmcheat.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1395
   ScaleWidth      =   3585
   StartUpPosition =   2  'CenterScreen
   Begin VB.TextBox Text1 
      Height          =   405
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   3255
   End
   Begin VB.CommandButton XPButton1 
      Caption         =   "Cheat"
      Height          =   375
      Left            =   2280
      TabIndex        =   1
      Top             =   840
      Width           =   1095
   End
End
Attribute VB_Name = "frmcheat"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Load()
frmgame.Visible = False
End Sub

Private Sub XPButton1_Click()
If Text1.Text = "blackpearl" Then
frmgame.Shields = 99999999
Unload Me
frmgame.Visible = True
End If
End Sub

⌨️ 快捷键说明

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