0% found this document useful (0 votes)
25 views

Message 3

Good

Uploaded by

acchupavan897
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Message 3

Good

Uploaded by

acchupavan897
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Dictionary<long, byte[]> originalValues = new Dictionary<long, byte[]>();

if (guna2CustomCheckBox36.Checked)
{
Int32 proc = Process.GetProcessesByName("HD-Player")[0].Id;
MemLib.OpenProcess(proc);

MemLib.OpenProcess(Convert.ToInt32(PID));
IEnumerable<long> longs = await MemLib.AoBScan(0x0000000000010000,
0x00007ffffffeffff, "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 ?? ?? ?? ?? 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, string.Empty);
if (longs == null)
foreach (long num in longs)
{
string str = num.ToString("X");
{
Byte[] originalBytes = MemLib.FuckedReader((num + 0x5c).ToString("X"),
4);
originalValues.Add(num, originalBytes);
Byte[] valueBytes = MemLib.FuckedReader((num + 0x60).ToString("X"), 4);
MemLib.WriteMemory((num + 0x5c).ToString("X"), "int",
BitConverter.ToInt32(valueBytes, 0).ToString());
}
Status.Text = "Aimbot Ext Activated";
}
}
else
{
MemLib.OpenProcess(Convert.ToInt32((PID)));
foreach (var entity in originalValues)
{
MemLib.WriteMemory((entity.Key + 0x5c).ToString("X"), "int",
BitConverter.ToInt32(entity.Value, 0).ToString());
}
originalValues.Clear();
Status.Text = "Deactivated";
MemLib.CloseProcess();

You might also like