Uzman Üye
Evet arkadaşlar bugün Envanter Hack Yapımı * TextBoxlu öğrenicez.
--İlk olarak gerekli malzemeler--
1 : İstediğiniz Kadar Combobox Ekleyin
2 : Comboboxa Eklediğiniz İtem Kadar Timer Ekleyin.
--CheckBoxa Girilecek Kodlar--
Kod:
Kod:
If ComboBox1.Text = "EC GL" Then
Timer1.Start()
Else
Timer1.Stop()
End If
If ComboBox1.Text = "EC SL" Then
Timer2.Start()
Else
Timer2.Stop()
End If
If ComboBox1.Text = "Zait" Then
Timer3.Start()
Else
Timer3.Stop()
End If
If ComboBox1.Text = "ETSR - 1" Then
Timer4.Start()
Else
Timer4.Stop()
End If
If ComboBox1.Text = "MSD - 90" Then
Timer5.Start()
Else
Timer5.Stop()
End If
If ComboBox1.Text = "Full Moon" Then
Timer6.Start()
Else
Timer6.Stop()
End If
If ComboBox1.Text = "EC PX" Then
Timer7.Start()
Else
Timer7.Stop()
End If
Ben Comboboxa Bazı Silahlar Ekledim Siz Onları Değiştirebilirsiniz.
--Timere Girilecek Kodlar--
Kod:
Kod:
Dim hack As Integer = Label1.Text + &H26FB1F
WriteLong("wolftü.bin", hack, "VAL")
Düzenlenicek Yerler = &H26FB1F [Her Slotta Değişir.]
Düzenlenicek Yerler = "VAL" [Her Silahda Değiştiriniz.]
Düzenlenicek Yerler = Label1.Text [CSH Çekilen Labeli Girin.]