Post: Need Help Please.
03-30-2014, 09:14 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok so ive made my RTM tool for BO2, But i cant get UAV Working? anyone no the currect code?
im using

    if (checkBox1.Checked == true)
{
byte[] UAV = new byte[] { 0xFF, 0xFF, 0xFF, 0xFF };
PS3.SetMemory(0x01CC7F38, UAV);
}
else
{
byte[] UAV = new byte[] { 0x43, 0xFA, 0x00, 0x00 };
PS3.SetMemory(0x01CC7F38, UAV);
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
03-30-2014, 09:16 PM #2
Dan
I'm a god.
Originally posted by Beast View Post
Ok so ive made my RTM tool for BO2, But i cant get UAV Working? anyone no the currect code?
im using

if (checkBox1.Checked == true)
{
byte[] UAV = new byte[] { 0xFF, 0xFF, 0xFF, 0xFF };
PS3.SetMemory(0x01CC7F38, UAV);
}
else
{
byte[] UAV = new byte[] { 0x43, 0xFA, 0x00, 0x00 };
PS3.SetMemory(0x01CC7F38, UAV);
}
}


Off topic, but a note when posting bits of code it's easier to read if you put it in the [code]bits of code here[/code].. :p

The following user thanked Dan for this useful post:

PMT-Beast

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo