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

Aim Boot

Uploaded by

pk1604160
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)
55 views1 page

Aim Boot

Uploaded by

pk1604160
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

if (guna2ToggleSwitch1.

Checked)
{
if (Process.GetProcessesByName("HD-Player").Length == 0)
{
Console.Beep( 200,900);

}
else
{
memory.OpenProcess("HD-Player");

Int64 proc = Process.GetProcessesByName("HD-Player")[0].Id;


memory.OpenProcess((int)proc);

var result = await memory.AoBScan("00 00 00 00 00 00 A5 43 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 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 00 00 00 00 00 00 00 00 00 00 80 BF", true, true);
if (result.Any())
{
foreach (var Current in result)
{
Int64 leitura = Current + 0x2c;
Int64 escri = Current + 0x28;
var Read = memory.ReadMemory<int>(leitura.ToString("X"));
memory.WriteMemory(escri.ToString("X"), "int", Read.ToString());

Console.Beep(200, 900);
}
else
{
Console.Beep(200, 9000);
}
}
}

You might also like