WolfTeam Hile Kodlama 2015



-> Forum Açıp 1 Tane Timer Ekliyoruz.
-> GroupBox Açıp İçine 1 Tane Label Ekliyoruz.
-> Onu Bir Köşeye Alalım.
-> Şimdi İse Checkbox Ekliyoruz Hilenizde Ne Özellikler Olmak İsterse [Resim: 2.gif]
-> Foruma Çift Tıklayıp Şu Kodları Giriyoruz 




Kod:
Me.Opacity = Me.Opacity + 0.3
        Me.Opacity = Me.Opacity + 0.3
        Dim p As Process = Process.GetProcessesByName("Wolfteam.bin")(0)
        For Each moz As System.Diagnostics.ProcessModule In p.Modules
            If moz.FileName.IndexOf("csh") <> -1 Then
                Label1.Text = moz.BaseAddress.ToString
                Timer1.Start()
            End If
        Next


 -> NOT : Me.Opacity = Me.Opacity + 0.3 [ BU SAYDAMLIKTIR. ]
-> Daha Sonra Timer1 e Şu Kodları Giriyoruz 




Kod:
If CheckBox1.Checked = True Then
            Dim CheckBox1 As Integer = Label1.Text + &HF8125
            WriteInteger("Wolfteam.bin", CheckBox1, "98111860")
        End If
        If CheckBox2.Checked = True Then
            Dim CheckBox2 As Integer = Label1.Text + &H3D3FF5
            WriteInteger("Wolfteam.bin", CheckBox2, "3955262719")
        End If
        If CheckBox3.Checked = True Then
            Dim CheckBox3 As Integer = Label1.Text + &H70243C
            WriteInteger("Wolfteam.bin", CheckBox3, "700")
        End If
 -> Arkadaşlar Ne Kadar Checkbox Eklediyseniz Okadar Yazın..
-> Tabi Timer1 de Hata Alacağınız Yerler ; [Resim: V2Mo1V.jpg] -> Buradaki Hataları Gidermek İçin ;
Formunuza "ReadWritingMemory" Ekleyiniz. = Writeİnteger'deki Hatalar Kalkar.
&H Bu Yere Örneğin ; csh.tmp+78594 Buradaki "78594" Yerini "&H78594" Bu Şekilde Yazıyoruz.. = Tüm SORUNLAR KALMIŞ OLUR

> "&H" Yerine csh.tmp+"78967" Bu Yeri Yazınız..


Daha Sonra Hilemizi Bitirmiş Oluyoruz.

ReadWritingMemory.vb
Share on Google Plus

About Life

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 yorum:

Yorum Gönder