- Yasaklandı
- #1
Bugün size obj'li hile kodlama kodları vercem . Bi yorumu eksik görmeyin.
YAPIMI
Lazım Olanlar
1 Adet Timer
1 Adet Buton
1 Adet Checbox
3 Adet Label ( 1.si csh 2.si bin 3.sü obj olcak )
Butona girilecek kod
Timer'e girilecek kod
Checbox'a girilecek kod
Yardım edebildiysem ne mutlu bana x60
YAPIMI
Lazım Olanlar
1 Adet Timer
1 Adet Buton
1 Adet Checbox
3 Adet Label ( 1.si csh 2.si bin 3.sü obj olcak )
Butona girilecek kod
PHP:
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
Timer'e girilecek kod
PHP:
WriteLong("wolftü.bin", Label3.Text + &H12345, "VALUE")
Checbox'a girilecek kod
PHP:
If CheckBox1.Checked = True Then
Timer1.Start()
End If
If CheckBox1.Checked = False Then
Timer1.Stop()
End If
Yardım edebildiysem ne mutlu bana x60