Onaylı Üye
Sorun Çözülmüştür
K0RAY' Alıntı:*Taşındı.
xonivion' Alıntı:GetAsyncKeyState Kullanmalısın.
If GetAsyncKeyState(Keys.F1) Then
Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In p.Modules
If moz.FileName.IndexOf("obj") <> -1 Then
Label3.Text = moz.BaseAddress.ToString
End If
Next
WriteLong("wolftü.bin", Label3.Text +&HPOINTER, "VALUE")
End If
if checkbox1.checked = true then
timer1.start
else
timer1.stop
End If
<Runtime.InteropServices.DllImport("user32.dll")> _
Public Shared Function GetAsyncKeyState(ByVal vKey As System.Windows.Forms.Keys) As Short
End Function
K0RAY' Alıntı:Timere gelicek kod:
PHP:If GetAsyncKeyState(Keys.F1) Then Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In p.Modules If moz.FileName.IndexOf("obj") <> -1 Then Label3.Text = moz.BaseAddress.ToString End If Next WriteLong("wolftü.bin", Label3.Text +&HPOINTER, "VALUE") End If
Checkbox'a gelicek kod:
PHP:if checkbox1.checked = true then timer1.start else timer1.stop End If
Public class'ın altına gelicek kod:
PHP:<Runtime.InteropServices.DllImport("user32.dll")> _ Public Shared Function GetAsyncKeyState(ByVal vKey As System.Windows.Forms.Keys) As Short End Function
MercyHackTeam' Alıntı:K0RAY' Alıntı:Timere gelicek kod:
PHP:If GetAsyncKeyState(Keys.F1) Then Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In p.Modules If moz.FileName.IndexOf("obj") <> -1 Then Label3.Text = moz.BaseAddress.ToString End If Next WriteLong("wolftü.bin", Label3.Text +&HPOINTER, "VALUE") End If
Checkbox'a gelicek kod:
PHP:if checkbox1.checked = true then timer1.start else timer1.stop End If
Public class'ın altına gelicek kod:
PHP:<Runtime.InteropServices.DllImport("user32.dll")> _ Public Shared Function GetAsyncKeyState(ByVal vKey As System.Windows.Forms.Keys) As Short End Function
Peki bu açmalı kapamalı olurmu çünkü Checkboxa gelen kod açıldımı bidaha kapanmaz yapıyor hileyi
K0RAY' Alıntı:Timere gelicek kod:
PHP:If GetAsyncKeyState(Keys.F1) Then Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In p.Modules If moz.FileName.IndexOf("obj") <> -1 Then Label3.Text = moz.BaseAddress.ToString End If Next WriteLong("wolftü.bin", Label3.Text +&HPOINTER, "VALUE") End If
Checkbox'a gelicek kod:
PHP:if checkbox1.checked = true then timer1.start else timer1.stop End If
Public class'ın altına gelicek kod:
PHP:<Runtime.InteropServices.DllImport("user32.dll")> _ Public Shared Function GetAsyncKeyState(ByVal vKey As System.Windows.Forms.Keys) As Short End Function