Uzman Üye
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Checboxa Girilcek Kod
If CheckBox1.Checked = True Then
Timer1.Start()
End If
If CheckBox1.Checked = False Then
Timer1.Stop()
End If
Değiştirilcek Yerler Checbox Timer
'''''''''''''''TİMER KODU''''''''''''''WİN 7LER İÇİN
WriteLong("wolftü.bin", Label1.Text + &H12345, "VALUE")
CSH KODU Labeline Göre Değişin
Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In p.Modules
If moz.FileName.IndexOf("csh") <> -1 Then
Label1.Text = moz.BaseAddress.ToString
End If
Next
If CheckBox1.Checked = True Then
Timer1.Start()
End If
If CheckBox1.Checked = False Then
Timer1.Stop()
End If
Değiştirilcek Yerler Checbox Timer
'''''''''''''''TİMER KODU''''''''''''''WİN 7LER İÇİN
WriteLong("wolftü.bin", Label1.Text + &H12345, "VALUE")
CSH KODU Labeline Göre Değişin
Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In p.Modules
If moz.FileName.IndexOf("csh") <> -1 Then
Label1.Text = moz.BaseAddress.ToString
End If
Next