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

aim3

Uploaded by

shawon83588
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)
17 views1 page

aim3

Uploaded by

shawon83588
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 (Process.GetProcessesByName("HD-Player").

Length == 0)
{
Sta1.Text = "OPEN YOUR EMULATOR";
}
else
{
Int32 proc = Process.GetProcessesByName("HD-Player")[0].Id;
memory.OpenProcess(proc);
Sta1.Text = "WAIT TO ACTIVIT AIMBOT";

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 CurrentAddress in result)
{
Int64 Enderecoleitura = CurrentAddress + 0x2c;
Int64 EndercoEscrita = CurrentAddress + 0x28;

var Read = memory.ReadMemory<int>(Enderecoleitura.ToString("X"));


memory.WriteMemory(EndercoEscrita.ToString("X"), "int",
Read.ToString());

Sta1.Text = "AIMBOT ACTIVATED";


}

You might also like