Cộng Đồng Teen
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

Cộng Đồng TeenĐăng Nhập

..............Groupx9.Us.To..............


descriptionTận Dụng Code Để Hack Per Đơn Giản Không cần phải copy vào thư Mục Audition EmptyTận Dụng Code Để Hack Per Đơn Giản Không cần phải copy vào thư Mục Audition

more_horiz

( Chỉ cần bạn nhấn Browser và chọn thư mục Au. bạn đã có thể write đoạn address trong Audition.exe mà không cần phải copy tool vào thư mục Au )

Cần - 1 command . 1 text và 1 modules
code trong modules 1 :

Code:

Public Function FExists(OrigFile As String)
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
FExists = fs.fileexists(OrigFile)
End Function
'Returns a boolean - True if the file exists


Public Function DirExists(OrigFile As String)
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
DirExists = fs.folderexists(OrigFile)
End Function
'Returns a boolean - True if the folder exists


Public Function DExists(OrigFile As String)
Dim fs, d
Set fs = CreateObject("Scripting.FileSystemObject")
If fs.driveexists(OrigFile) = True Then
Set d = fs.getdrive(OrigFile)
DExists = 1
If d.isready = True Then
DExists = 2
Exit Function
End If
Else
DExists = 0
End If
End Function

Code:

Option Explicit

Private Const BIF_RETURNONLYFSDIRS = 1
Private Const BIF_DONTGOBELOWDOMAIN = 2
Private Const MAX_PATH = 260

Private Declare Function SHBrowseForFolder Lib _
"shell32" (lpbi As BrowseInfo) As Long

Private Declare Function SHGetPathFromIDList Lib _
"shell32" (ByVal pidList As Long, ByVal lpBuffer _
As String) As Long

Private Declare Function lstrcat Lib "kernel32" _
Alias "lstrcatA" (ByVal lpString1 As String, ByVal _
lpString2 As String) As Long

Private Type BrowseInfo
hWndOwner As Long
pIDLRoot As Long
pszDisplayName As Long
lpszTitle As Long
ulFlags As Long
lpfnCallback As Long
lParam As Long
iImage As Long
End Type



Private Sub Command1_Click()
Dim lpIDList As Long
Dim sBuffer As String
Dim szTitle As String
Dim tBrowseInfo As BrowseInfo

szTitle = "Hello World. Click on a directory and " & _
"it's path will be displayed in a message box"
With tBrowseInfo
.hWndOwner = Me.hWnd
.lpszTitle = lstrcat(szTitle, "")
.ulFlags = BIF_RETURNONLYFSDIRS + BIF_DONTGOBELOWDOMAIN
End With

lpIDList = SHBrowseForFolder(tBrowseInfo)

If (lpIDList) Then
sBuffer = Space(MAX_PATH)
SHGetPathFromIDList lpIDList, sBuffer
sBuffer = Left(sBuffer, InStr(sBuffer, vbNullChar) - 1)
Text1.Text = sBuffer
End If
If FExists(Text1.Text & "\Audition.exe") Then
Bat.Enabled = True
MsgBox "Hack Per Đã Hoạt động ! Hay Vao Game Audi 1 cach binh thuong"
Open App.Path & "Audition.exe" For Binary As #1
Put #1, &H42CB73, &H0
Put #1, &H42CB74, &H0
Close #1
Else
Msgbox" K Tim Thay Thu Muc Au ! Vui Long Tim Lai"
End If
End Sub

Private Sub Form_Load()
Bat.Enabled = False
End Sub

Private Sub Image1_Click()

End Sub

descriptionTận Dụng Code Để Hack Per Đơn Giản Không cần phải copy vào thư Mục Audition EmptyRe: Tận Dụng Code Để Hack Per Đơn Giản Không cần phải copy vào thư Mục Audition

more_horiz
Nếu rảnh dạy tui làm nữa nha Tận Dụng Code Để Hack Per Đơn Giản Không cần phải copy vào thư Mục Audition 469370. tui chỉ rành về mấy cái Scan. Chứ những cái này tui chịu. Có gì pm qua Y!: du.sock chỉ tui nữa nh Tận Dụng Code Để Hack Per Đơn Giản Không cần phải copy vào thư Mục Audition 469370
privacy_tip Permissions in this forum:
Bạn không có quyền trả lời bài viết
power_settings_newLogin to reply