Merhaba , Arkadaşlar tuşlu always kodladım açma tuşunu "y" olarak ayarladım ama "y" tuşuna tekrar bastımda pasif olmuyor. Lütfen bilen biri yardım edebilirmi bi tuşla hem aktif hemde pasif nasıl edebilirim ?
Kullandıgım kod :
Kullandıgım kod :
Kod:
On Error Resume Next
If GetAsyncKeyState(Keys.Y) Then
Dim obj As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In obj.Modules
If moz.FileName.IndexOf("obj") <> -1 Then
Label3.Text = moz.BaseAddress.ToString
End If
Next
WriteLong("wolftü.bin", label3.Text + &H83125 , "1566441904") 'HeadShout On
End If