Post: Offsets?
11-30-2013, 08:03 PM #1
idropkittens
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Uav offset? And how come i cant get my check boxes working ? Buttons work fine but check boxes don't

{
if (checkBox1.Checked == true)
{
byte[] UAV = new byte[] { 0x02 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0013925B, UAV);
}
else
{
byte[] UAV1 = new byte[] { 0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0013925B, UAV1);
}
}


Is this right sry im brand new to this xP
11-30-2013, 08:38 PM #2
if (checkBox1.Checked == true)
{
byte[] UAV = new byte[] { 0x02 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0013925B, UAV);
}
else
{
byte[] UAV1 = new byte[] { 0x03 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0013925B, UAV1);
}
}

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo