------------------------------Obj Butonuna Bu Kodu Yaz------------------------------------------
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
-------------------------------TeamKill V.b CheckBox'larada Bu Kod-------------------------------
If CheckBox1.Checked = True Then
Timer1.Start()
End If
If CheckBox1.Checked = False Then
Timer1.Stop()
--------------------------------Timere Yazıcağın Kodda Bu-----------------------------------------
Dim hack As Integer = Label3.Text + &H56B7E
WriteLong("wolftü.bin", hack, "418117253") 'TeamKill
--------------------------------------------------------------------------------------------------------
Yardımcı Olduysam Sevindim