Uzman Üye
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]Öncelikle C# WriteInteger ile Yapacağınız Hack Sadece Win8 32/64 BIT te çalışır.Yani Tüm Sistemler' de ÇALIŞMAZ . !
- ilk Olarak Kodlama için Bize ReadWrıteMemory Classı gerekli.(Konu Sonunda)
ÖRNEK KODLAMALAR ;
Checkbox Kodu ;
Kod:
if(Checkbox1.Checked == true)
{
Timer1.Start();
}
else
{
Timer1.Stop();
}
Timer Kodu ;
Kod:
//Trainer.WriteInteger("wolftü.bin",0xPointer,value);
Trainer.WriteInteger("wolftü.bin",0x345E6AD7,1);
Offset Kodlama ;
Kod:
//Trainer.WritePointerInteger("wolftü.bin",0xPointer,new int[1] { 0xOffset } ,Value);
Trainer.WritePointerInteger("wolftü.bin",0x345E5CA5,new int[1] { 0x7C } ,1);
Var Olan Değeri Okuma (ReadInteger) ;
Kod:
Trainer.ReadInteger("wolftü.bin",0xPointer);
//Arkadaşlar Yukarıdaki işlemi otobase yaparken kullanabilirsiniz.
Timer için Tuşa Basınca işlem Yapma ;
Kod:
//öncelikle şunu en üste Usinglerin Oraya ;
using System.Runtime.InteropServices;
//Bunuda " public partial class Form1 : Form " Süslü Parantezleri içerisine ;
[DllImport("user32.dll")]
static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey);
//Eklemeyi Unutmayın.
if(GetAsyncKeyState(Keys.LShiftKey) == -32767)
{
Trainer.WriteInteger("wolftü.bin",0x3452A43,2);
}
//Elsesi yoktur Bu Timere Yazılacak Eğer Sol Shifte Basılırsa Kodlar Işleyecek.
//Bunu Timere Yazmak Zorundasınız.
Combobox Kodu ;
Kod:
if(Combobox1.SelectedIndex == 0)
//Eğer Seçili index 0 ise Yani Comboboxta Seçili Olan 1. Sıradaysa
{
olumoyunutimer.Start();
}
else
{
olumoyunutmr.Stop();
}
//Arkadaşlar Bu Kodu Comboboxun içine yazacaksınız.
//Birde 0. Index = 1. Sırayı Belirler.[/FONT]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif][font='Segoe UI', 'Trebuchet MS', 'Helvetica Neue', Vedrana, Arial, sans-serif]Kiyak Olarak Csh Çekme Kodunuda Veriyorum
[/FONT][/FONT]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]İLK ÖNCE BİR BUTON VE BİR LABEL EKLEYİN
LABELİN ADINI 'csh' YAPIN
ÜSTTE USİNGLERİN ORAYA BU KODU EKLEYİN
PHP Kod:
Kod:[/FONT]
SONRA BUTONA TIKLAYIP BU KODU YAPIŞTIRIN
Process pR = Process.GetProcessesByName("wolftü.bin")[0];
foreach (System.Diagnostics.ProcessModule moz in pR.Modules)
{
if ((moz.FileName.IndexOf("csh") != -1))
{
csh.Text = moz.BaseAddress.ToString();
}
}
ALINTIDIR
- ilk Olarak Kodlama için Bize ReadWrıteMemory Classı gerekli.(Konu Sonunda)
ÖRNEK KODLAMALAR ;
Checkbox Kodu ;
Kod:
if(Checkbox1.Checked == true)
{
Timer1.Start();
}
else
{
Timer1.Stop();
}
Timer Kodu ;
Kod:
//Trainer.WriteInteger("wolftü.bin",0xPointer,value);
Trainer.WriteInteger("wolftü.bin",0x345E6AD7,1);
Offset Kodlama ;
Kod:
//Trainer.WritePointerInteger("wolftü.bin",0xPointer,new int[1] { 0xOffset } ,Value);
Trainer.WritePointerInteger("wolftü.bin",0x345E5CA5,new int[1] { 0x7C } ,1);
Var Olan Değeri Okuma (ReadInteger) ;
Kod:
Trainer.ReadInteger("wolftü.bin",0xPointer);
//Arkadaşlar Yukarıdaki işlemi otobase yaparken kullanabilirsiniz.
Timer için Tuşa Basınca işlem Yapma ;
Kod:
//öncelikle şunu en üste Usinglerin Oraya ;
using System.Runtime.InteropServices;
//Bunuda " public partial class Form1 : Form " Süslü Parantezleri içerisine ;
[DllImport("user32.dll")]
static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey);
//Eklemeyi Unutmayın.
if(GetAsyncKeyState(Keys.LShiftKey) == -32767)
{
Trainer.WriteInteger("wolftü.bin",0x3452A43,2);
}
//Elsesi yoktur Bu Timere Yazılacak Eğer Sol Shifte Basılırsa Kodlar Işleyecek.
//Bunu Timere Yazmak Zorundasınız.
Combobox Kodu ;
Kod:
if(Combobox1.SelectedIndex == 0)
//Eğer Seçili index 0 ise Yani Comboboxta Seçili Olan 1. Sıradaysa
{
olumoyunutimer.Start();
}
else
{
olumoyunutmr.Stop();
}
//Arkadaşlar Bu Kodu Comboboxun içine yazacaksınız.
//Birde 0. Index = 1. Sırayı Belirler.[/FONT]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif][font='Segoe UI', 'Trebuchet MS', 'Helvetica Neue', Vedrana, Arial, sans-serif]Kiyak Olarak Csh Çekme Kodunuda Veriyorum
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]İLK ÖNCE BİR BUTON VE BİR LABEL EKLEYİN
LABELİN ADINI 'csh' YAPIN
ÜSTTE USİNGLERİN ORAYA BU KODU EKLEYİN
PHP Kod:
Kod:[/FONT]
Kod:
using System.Diagnostics;
SONRA BUTONA TIKLAYIP BU KODU YAPIŞTIRIN
Process pR = Process.GetProcessesByName("wolftü.bin")[0];
foreach (System.Diagnostics.ProcessModule moz in pR.Modules)
{
if ((moz.FileName.IndexOf("csh") != -1))
{
csh.Text = moz.BaseAddress.ToString();
}
}
ALINTIDIR