Selamün aleyküm arkadaşlar bugün vb.netten nasıl hile kodlarız onu göstericem.
1 button 1 label 1 checkbox ekleyelim.
Buttona şu kodu yapıştıralım.
Kod:
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
Evet ardından Checkbox'a şu kodu yapıştıralım.
Kod:
If CheckBox1.Checked = True Then
WriteLong("wolftü.bin", Label1.text + &HPOİNT, "VALUE")
End If
If CheckBox1.Checked = False Then
WriteLong("wolftü.bin", Label1.text + &HPOİNT, "VALUE")
End If
Alttan vericeğim pointerlerden seçip POİNT VE VALUE yerine yapıştırıcaksanız.
csh bin obj aynı anda kodlamak istiyosanız 2 button daha ekliceksiniz.Ve 2. buttona şunu yapıştıralım.
Kod:
Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In p.Modules
If moz.FileName.IndexOf("bin") <> -1 Then
Label2.Text = moz.BaseAddress.ToString
End If
Next
3.buttona şunu yapıştıralım.
Kod:
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
2 label daha ekliyelim.
Ardından Project>Add existing item diyelim ve Vericeğim readwritingmemory ile writepointerınteger'ı seçelim.
Build yapıp projemizi kaydedelim.
Videoda detaylı anlatım vardır.