Wolftü CSH Hatası? [Çözüldü]

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
▶ Legendary ◀
Ultra Üye
Katılım
7 May 2016
Mesajlar
812
Tepki puanı
265
Yaş
28
Sosyal
10 HİZMET YILI
For Each moz As System.Diagnostics.ProcessModule In p.Modules
ve
enumerator = process.Modules.GetEnumerator
Erişim engelleni hatası veriyor wolftüye girip hileyi açınca sebebi nedir?

Screenshot_1.png
 
Son düzenleme:
Süper Üye
Katılım
12 May 2018
Mesajlar
834
Tepki puanı
167
Ödüller
6
8 HİZMET YILI
Al Kardeşim Csh Obj Bin Birtane timer oluştur enabled = true invernal = 1 yap bunu yapıştır kendisi aktif olur

Dim enumerator As IEnumerator

Dim process As Process = process.GetProcessesByName("wolftü.bin")(0)

Try

enumerator = process.Modules.GetEnumerator

Do While enumerator.MoveNext

Dim current As ProcessModule = DirectCast(enumerator.Current, ProcessModule)

If (current.FileName.IndexOf("csh") <> -1) Then

Me.Csh.Text = current.BaseAddress.ToString

End If

If (current.FileName.IndexOf("bin") <> -1) Then

Me.Bin.Text = current.BaseAddress.ToString

End If

If (current.FileName.IndexOf("obj") <> -1) Then

Me.Obj.Text = current.BaseAddress.ToString

End If

Loop

Finally

If TypeOf enumerator Is IDisposable Then

TryCast(enumerator, IDisposable).Dispose()

End If

End Try
 
  • Konuyu başlatan
  • Yasaklandı
  • #3
▶ Legendary ◀
Ultra Üye
Katılım
7 May 2016
Mesajlar
812
Tepki puanı
265
Yaş
28
Sosyal
10 HİZMET YILI
Al Kardeşim Csh Obj Bin Birtane timer oluştur enabled = true invernal = 1 yap bunu yapıştır kendisi aktif olur

Dim enumerator As IEnumerator

Dim process As Process = process.GetProcessesByName("wolftü.bin")(0)

Try

enumerator = process.Modules.GetEnumerator

Do While enumerator.MoveNext

Dim current As ProcessModule = DirectCast(enumerator.Current, ProcessModule)

If (current.FileName.IndexOf("csh") <> -1) Then

Me.Csh.Text = current.BaseAddress.ToString

End If

If (current.FileName.IndexOf("bin") <> -1) Then

Me.Bin.Text = current.BaseAddress.ToString

End If

If (current.FileName.IndexOf("obj") <> -1) Then

Me.Obj.Text = current.BaseAddress.ToString

End If

Loop

Finally

If TypeOf enumerator Is IDisposable Then

TryCast(enumerator, IDisposable).Dispose()

End If

End Try
kardeşim onlar hazır zaten sen beni tanımıyorsun galiba ben birçok hile paylaştım bu siteye eskiden moddum bütün kodları biliyorum yani sanırım yönetici açmamı istiyor program çözdüm yinede sağol
 
Onaylı Üye
Katılım
5 Eki 2016
Mesajlar
90
Tepki puanı
14
Ödüller
8
Yaş
26
9 HİZMET YILI
bende deniyorum ve Sıkıntı çıkmıyor her hile Yönetici Olarak çalıştırılması lazım deil mi ?
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst