IIKORSANII' Alıntı:Kardesım Su Takla Pointini Arastırırmısn kp dukkanındaı takladan
On Error Resume Next
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
csh.Text = moz.BaseAddress.ToString
End If
Next
Dim s As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In s.Modules
If moz.FileName.IndexOf("obj") <> -1 Then
obj.Text = moz.BaseAddress.ToString
End If
Next
Dim y As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In y.Modules
If moz.FileName.IndexOf("bin") <> -1 Then
bin.Text = moz.BaseAddress.ToString
End If
Next
saol kardeş ben sadece kodu unuttum stn o on error resume next i biliom adamsınHolyHole2' Alıntı:buton falan koyma sadece timer koy bıtane bunu ekle
PHP:On Error Resume Next 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 csh.Text = moz.BaseAddress.ToString End If Next Dim s As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In s.Modules If moz.FileName.IndexOf("obj") <> -1 Then obj.Text = moz.BaseAddress.ToString End If Next Dim y As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In y.Modules If moz.FileName.IndexOf("bin") <> -1 Then bin.Text = moz.BaseAddress.ToString End If Next
Hatırlyrsm Timeri Enabled = True Olması Gerekti*???SonKatil' Alıntı:saol kardeş ben sadece kodu unuttum stn o on error resume next i biliom adamsınHolyHole2' Alıntı:buton falan koyma sadece timer koy bıtane bunu ekle
PHP:On Error Resume Next 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 csh.Text = moz.BaseAddress.ToString End If Next Dim s As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In s.Modules If moz.FileName.IndexOf("obj") <> -1 Then obj.Text = moz.BaseAddress.ToString End If Next Dim y As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In y.Modules If moz.FileName.IndexOf("bin") <> -1 Then bin.Text = moz.BaseAddress.ToString End If Next
MelanKolic19' Alıntı:Birader bu yöntemle Sürekli Csh ve Obj çeker
Onun yerine Hileli Çocuğun yaptığı gibi
Her zelliğe Csh ve Bin kodu ekleyin
Obj li özelliklerede Obj kodu ekleyin
Daha sağlıklı olcaktır
diğer türlü timer koyup enabled true uyaparsanız İşlemciden yemiş olursunuz
TheVeıL' Alıntı:http://memoryhackers.org/konu-soru-cevap-bolumu-kurallari-okumazsaniz-ban-yersiniz.mh ban yicen kardeş .d
Ben hepsini aynı timere ve en başa on error resume next yazdım senin yazdığın ne içindi ?IBERKAYBEYI' Alıntı:On Error Resume Next
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
csh.Text = moz.BaseAddress.ToString
End If
Next
On Error Resume Next
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
bin.Text = moz.BaseAddress.ToString
End If
Next
Bunları Aynı Cheakbox kodla
On Error Resume Next
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
obj.Text = moz.BaseAddress.ToString
End If
Next
Bunuda Teamkill içine kodla
Konu Kilit
Konu Yeri Yanlıştır .