Selamlar bugün sizlere wolftü d3d menü insert kodunu tanıtacağım çoğu yerden sorular gördüm bende kodu direkt atayım dedim iyi kullanışlar
' İnsert Baş
On Error Resume Next
Dim game As Process() = Process.GetProcessesByName("wolftü.bin")
On Error Resume Next
If GetAsyncKeyState(Keys.Insert) = -32767 Then
If d3d.Visible = False Then
d3d.Visible = True
SuspendProcess(game(0))
Me.Show()
Exit Sub
End If
If d3d.Visible = True Then
d3d.Visible = False
ResumeProcess(game(0))
Me.Hide()
Exit Sub
End If
End If
' İnsert Son
İnsert Baş
On Error Resume Next
Dim game As Process() = Process.GetProcessesByName("wolftü.bin")
On Error Resume Next
If GetAsyncKeyState(Keys.Insert) = -32767 Then
If me.Visible = False Then
Me.Visible = True
Me.Show()
Exit Sub
End If
If me.Visible = True Then
Me.Visible = False
Me.Hide()
Exit Sub
End If
End If
' İnsert Son