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

📄 unit2.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        81762C8479277F76322F2906080600040300020200020100020100020000FFFF
        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
        0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        FFFFFFFFFFFFFFFFFFFF0F0C002721002E2700514A13514C1F110D0002010000
        0100FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFF
        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF020200050300
        070400080700060600040100000100FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
        0000}
      Transparent = True
    end
    object Label6: TLabel
      Left = 0
      Top = 32
      Width = 33
      Height = 13
      Caption = 'Found:'
      Transparent = True
    end
    object SpeedButton2: TSpeedButton
      Left = 238
      Top = 304
      Width = 23
      Height = 22
      Hint = 'Delete all addresses from the list'
      Anchors = [akBottom]
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000130B0000130B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
        3333333777333777FF3333993333339993333377FF3333377FF3399993333339
        993337777FF3333377F3393999333333993337F777FF333337FF993399933333
        399377F3777FF333377F993339993333399377F33777FF33377F993333999333
        399377F333777FF3377F993333399933399377F3333777FF377F993333339993
        399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
        99333773FF3333777733339993333339933333773FFFFFF77333333999999999
        3333333777333777333333333999993333333333377777333333}
      NumGlyphs = 2
      ParentShowHint = False
      ShowHint = True
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 171
      Top = 280
      Width = 23
      Height = 22
      Hint = 'Copy all selected items to the address list'
      Anchors = [akLeft, akBottom]
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        333333333333333333333333333333333333333333333333FFF3333333333333
        00333333333333FF77F3333333333300903333333333FF773733333333330099
        0333333333FF77337F3333333300999903333333FF7733337333333700999990
        3333333777333337F3333333099999903333333373F333373333333330999903
        33333333F7F3337F33333333709999033333333F773FF3733333333709009033
        333333F7737737F3333333709073003333333F77377377F33333370907333733
        33333773773337333333309073333333333337F7733333333333370733333333
        3333377733333333333333333333333333333333333333333333}
      NumGlyphs = 2
      ParentShowHint = False
      ShowHint = True
      OnClick = SpeedButton3Click
    end
    object SpeedButton4: TSpeedButton
      Left = 448
      Top = 72
      Width = 49
      Height = 17
      Anchors = [akTop, akRight]
      Caption = 'Settings'
      Flat = True
      OnClick = SpeedButton4Click
    end
    object Label52: TLabel
      Left = 378
      Top = 198
      Width = 27
      Height = 13
      Caption = 'Sleep'
      Enabled = False
      Visible = False
    end
    object Label51: TLabel
      Left = 443
      Top = 199
      Width = 46
      Height = 13
      Caption = 'Sleeptime'
      Enabled = False
      Visible = False
    end
    object FControl: TEdit
      Left = 8
      Top = 57
      Width = 81
      Height = 21
      HelpContext = 10
      TabOrder = 14
      Text = 'FControl'
      OnEnter = FControlEnter
      OnExit = FControlExit
      OnKeyDown = FControlKeyDown
      OnKeyPress = FControlKeyPress
    end
    object FoundList: TListBox
      Left = 1
      Top = 48
      Width = 167
      Height = 254
      Hint = 
        'This list shows all the found addresses that matched your last s' +
        'can'
      HelpContext = 6
      Anchors = [akLeft, akTop, akBottom]
      Color = clBtnFace
      DragMode = dmAutomatic
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Courier'
      Font.Pitch = fpVariable
      Font.Style = []
      ItemHeight = 13
      MultiSelect = True
      ParentFont = False
      ParentShowHint = False
      PopupMenu = PopupMenu1
      ShowHint = True
      Sorted = True
      TabOrder = 0
      OnDblClick = SpeedButton3Click
    end
    object GroupBox1: TGroupBox
      Left = 199
      Top = 176
      Width = 170
      Height = 111
      Caption = 'Memory Scan Options'
      Color = clBtnFace
      Enabled = False
      ParentColor = False
      TabOrder = 1
      object Label1: TLabel
        Left = 32
        Top = 32
        Width = 23
        Height = 13
        Caption = 'From'
        Enabled = False
      end
      object Label2: TLabel
        Left = 117
        Top = 32
        Width = 13
        Height = 13
        Caption = 'To'
        Enabled = False
      end
      object Dos: TRadioButton
        Left = 8
        Top = 16
        Width = 49
        Height = 17
        Caption = '16-Bit'
        Enabled = False
        TabOrder = 0
        OnClick = DosClick
      end
      object Windows: TRadioButton
        Left = 64
        Top = 16
        Width = 49
        Height = 17
        Caption = '32-Bit'
        Enabled = False
        TabOrder = 1
        OnClick = WindowsClick
      end
      object Readonly: TCheckBox
        Left = 3
        Top = 72
        Width = 150
        Height = 17
        Caption = 'Also scan read-only memory'
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
      end
      object FromAddress: TMemo
        Left = 3
        Top = 48
        Width = 73
        Height = 21
        Alignment = taRightJustify
        Enabled = False
        Lines.Strings = (
          '00400000')
        MaxLength = 8
        PopupMenu = emptypopup
        TabOrder = 3
        WantReturns = False
        WordWrap = False
      end
      object ToAddress: TMemo
        Left = 89
        Top = 48
        Width = 73
        Height = 21
        Alignment = taRightJustify
        Enabled = False
        Lines.Strings = (
          '7FFFFFFF')
        MaxLength = 8
        PopupMenu = emptypopup
        TabOrder = 4
        WantReturns = False
        WordWrap = False
      end
      object cbFastScan: TCheckBox
        Left = 3
        Top = 88
        Width = 82
        Height = 17
        Caption = 'Fast scan'
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
      end
      object CheckBox8: TCheckBox
        Left = 86
        Top = 88
        Width = 80
        Height = 17
        Caption = 'Hyperscan'
        Enabled = False
        TabOrder = 6
        Visible = False
        OnClick = CheckBox8Click
      end
      object RadioButton3: TRadioButton
        Left = 118
        Top = 16
        Width = 49
        Height = 17
        Caption = 'All'
        Checked = True
        Enabled = False
        TabOrder = 7
        TabStop = True
        OnClick = RadioButton3Click
      end
    end
    object NewScan: TButton
      Left = 191
      Top = 48
      Width = 65
      Height = 25
      Caption = 'First Scan'
      Enabled = False
      ParentShowHint = False
      ShowHint = False
      TabOrder = 2
      OnClick = NewScanClick
    end
    object NextScanButton: TButton
      Left = 263
      Top = 48
      Width = 65
      Height = 25
      Caption = 'Next Scan'
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = NextScanButtonClick
    end
    object ScanType: TComboBox
      Left = 231
      Top = 120
      Width = 138
      Height = 21
      HelpContext = 9
      Style = csDropDownList
      DropDownCount = 9
      Enabled = False
      ItemHeight = 13
      PopupMenu = emptypopup
      TabOrder = 6
      OnChange = ScanTypeChange
      Items.Strings = (
        'Exact value'
        'Increased value'
        'Increased value by ...'
        'Decreased value'
        'Decreased value by ...'
        'Changed value'
        'Unchanged value'
        'Unknown initial value')
    end
    object VarType: TComboBox
      Left = 231
      Top = 144
      Width = 138
      Height = 21
      HelpContext = 7
      Style = csDropDownList
      DropDownCount = 9
      Enabled = False
      ItemHeight = 13
      PopupMenu = emptypopup
      TabOrder = 7
      OnChange = VarTypeChange
      Items.Strings = (
        'Binary'
        'Byte'
        '2 Bytes'
        '4 Bytes'
        '8 Bytes'
        'Float'
        'Double'
        'Text'
        'Array of Bytes')
    end
    object Button3: TButton
      Left = 0
      Top = 306
      Width = 89
      Height = 17
      Anchors = [akLeft, akBottom]
      Caption = 'Memory view'
      TabOrder = 8
      OnClick = Button3Click
    end
    object Button1: TBut

⌨️ 快捷键说明

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