黃易群俠傳M脫機外掛應用程式黃易神行
1570
0

[原創] 乙級術科vb跑馬鐙

惡男傳說 發表於 2009-12-9 15:49:50 | 只看該作者 回帖獎勵 |倒序瀏覽 |
第6題

Private Declare Sub Out Lib "inpout32.dll" Alias "Out32" (ByVal X As Integer, ByVal Y As Integer)
Dim a, b(99), c As Integer

Private Sub Command1_Click(Index As Integer)
a = Index
c = 0
End Sub

Private Sub Form_Load()
a = 99
b(0) = &H1
b(1) = &H3
b(2) = &H7
b(3) = &HF
b(4) = &H1F
b(5) = &H3F
b(6) = &H7F
End Sub

Private Sub Timer1_Timer()
If c > 14 Then c = 14
Text1.Text = "Current Time:" & Time$
Out &H37A, 0
Out &H378, 4
Out &H378, 0
If a = 0 Then
Out &H37A, 8
Out &H378, b(c)
End If
If a = 1 Then
Out &H378, 2 ^ c
Out &H37A, 4
Out &H37A, 0
End If
If a = 2 Then End
c = c + 1
End Sub


隨機製作


Private Declare Sub Out Lib "inpout32.dll" Alias "Out32" (ByVal x As Integer, ByVal y As Integer)
Dim a, b(99), c As Integer

Private Sub Command1_Click(Index As Integer)
a = Index
c = 0
End Sub

Private Sub Form_Load()
a = 99
b(0) = &H60
b(1) = &H30
b(2) = &H18
b(3) = &HC
b(4) = &H6
b(5) = &H3
End Sub

Private Sub Timer1_Timer()
If c > 14 Then c = 14
Text1.Text = " current time:" & Time$
Out &H378, 0
Out &H37A, 4
Out &H37A, 0
If a = 0 Then
Out &H37A, 8
Out &H378, b(c)
End If
If a = 1 Then
Out &H378, 2 ^ c
Out &H37A, 4
Out &H37A, 0
End If
If a = 2 Then End
c = c + 1


End Sub
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


您需要登錄後才可以回帖 登錄 | 註冊


手機版 | Archiver | 外掛聯合國

GMT+8, 2025-2-20 03:37 , Processed in 0.052793 second(s), 16 queries , Memcache On.

版權說明:
  本站不會製作、經銷、代理外掛程式。僅免費提供外掛程式下載前之掃毒及掃木馬等安全檢測驗證,協助會員遠離盜號危險程式。本站所有資料均來自網際網路收集整理,說明文字暨下載連結轉載自原程 式開發站。站上出現之公司名稱、遊戲名稱、程式等,商標及著作權,均歸各公司及程式原創所有,本站程式所有權歸外掛聯合國所有。本程式所有權歸外掛聯合國所有.......

回頂部
第二步?
第三步?