0% found this document useful (0 votes)
35 views1 page

CODIGO

Uploaded by

frailisan01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

CODIGO

Uploaded by

frailisan01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

private int angle = 0;

Mem memory = new Mem();


private Thread checkdump1;
private bool f2Pressed = false;
private bool f3Pressed = false;

if (Process.GetProcessesByName("HD-Player").Length == 0)
{
// guna2HtmlLabel20.Text = "Abrir emulador...";
Console.Beep(2000, 400);

}
else
{
// label1.Visible = true;
// loading.Start();
Int32 proc = Process.GetProcessesByName("HD-Player")[0].Id;
memory.OpenProcess(proc);

var result = await memory.AoBScan("FF FF FF FF 00 00 00 00 00 00 00 00 00


00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A5 43 00 00 00 00", true, true);
if (result.Any())
{
foreach (var Current in result)
{
Int64 leitura = Current + 0x60;
Int64 escri = Current + 0x5C;
var Read = memory.ReadMemory<int>(leitura.ToString("X"));
memory.WriteMemory(escri.ToString("X"), "int", Read.ToString());

}
// guna2HtmlLabel20.Text = "Aimbot safe : Activated";
Console.Beep(600, 300);
// label1.Visible = false;
// loading.Stop();
f2Pressed = false;
}
else
{
// label1.Visible = false;
// loading.Stop();
// guna2HtmlLabel20.Text = "Aimbot safe : Activated..2";
}
}
}

You might also like