mcc123' Alıntı:If checkbox1.checked = True Then
Timer1.start
End If
If checkbox1.checked = False Then
Timer1.stop
End If
bu kodu girmelisin
timer içinde şöyleReinHackss' Alıntı:If CheckBox5.Checked = True Then
WriteLong("wolftü.bin", Label1.Text + &HPointer, "Value")
End If
If CheckBox5.Checked = False Then
WriteLong("wolftü.bin", Label1.Text + &HPointer, "Value")
End If
Bu Şekilde checkboxu kodlayabilirsin (Açmalı kapamalı)
+1 Rep Vermeyi unutma
mcc123' Alıntı:If checkbox1.checked = True Then
Timer1.start
End If
If checkbox1.checked = False Then
Timer1.stop
End If
bu kodu girmelisin
açmalı kapamalı degil ki bu açıyosun aktif oluyor kapatamıyosun normal checkbox kodu
mcc123' Alıntı:timer içinde şöyleReinHackss' Alıntı:If CheckBox5.Checked = True Then
WriteLong("wolftü.bin", Label1.Text + &HPointer, "Value")
End If
If CheckBox5.Checked = False Then
WriteLong("wolftü.bin", Label1.Text + &HPointer, "Value")
End If
Bu Şekilde checkboxu kodlayabilirsin (Açmalı kapamalı)
+1 Rep Vermeyi unutma
açmalı kapamalı degil ki bu açıyosun aktif oluyor kapatamıyosun normal checkbox kodu
If checkbox1.checked = True Then
WriteLong(“wolftü.bin”, label1.Text + &H36AE16 , “2268606836”)
End If
If checkbox1.checked = False Then
WriteLong(“wolftü.bin”,label1.Text + &H36AE16 , “2268606837”)
End If
Sizin Gibi Uraşacak Vaktım Yok Lafa Gelince Tsde Beklerm Laf İçinNetluis™' Alıntı:Pointer bulmakta ne var ? - /(Ben Buldm)
Fakat Ben c++ Kodlyrdm Diye Birşey Paylaşmadm
Paylaştysm SS AT Frmu bırkcm ? [-Lafla Gemi Yürümez-]
100 tane timerle uğraşcana bir timere kodla.Netluis™' Alıntı:Herkes kendi capında kodlama şeklini atmış benim kendi buldgm bir yöntem var
Caktırmayın Az Once UYdurdm (Ama Calısıyor)
If CheckBox1.Checked = True Then
Timer2.Stop()
Timer1.Start()
End If
If CheckBox1.Checked = False Then
Timer1.Stop()
Timer2.Start()
End If
Bu Şekilde Pointerleride Timerlere Giriyrz
Soylediklerinizn En Mantıklısı ReinHackss Da fakat Ben 100 Tane Timeri Bosunamı Kodladm mq
Daha basit bi yöntem varmı .d timerler ile yapılanReplerinizi veryrm
ReinHackss Cok Saol Yarın Repini Söz Vercm Bugnlk Rep bitti .d
Gercekten ise yaryr
nader11ndeu' Alıntı:Biraz beyin olsa her checkbox icin ayri timer kodlayacaginiza, sadece 1 timere tum hileleri kodlarsiniz.
Mesela 1 tane timer aç main olsun ismi. Enabled true olsun direk.
Icinde ornegin:
If checkbox1.checked=true then
Name esp on
Else
Name esp off
End if
If checkbox2.checked=true then
Earlyrespawn on
Else
Earlyrespawn off
End if
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?