If scGetProcessId("Engine.exe") <> 0 Then
Dim bAttachSuccess As Boolean
Dim dll_inj_path As String
dll_inj_path = Application.StartupPath + TextBox1.Text
bAttachSuccess = scInjectProcess("Engine.exe", dll_inj_path)
If bAttachSuccess = True Then
NotifyIcon1.ShowBalloonTip(1000, "Injection successfull!", "hack injected successfully", ToolTipIcon.Info)
Else
MsgBox("Error")
End If
Timer1.Enabled = False
End If
End Sub
scGetProcessId AND scInjectProcess
ARE WRONG
CAN SOMEONE PLS HELP ME AND GIVE ME THE RIGHT CODE?

New Topic/Question
This topic is locked




MultiQuote







|