Post: RTM tool help
04-15-2015, 08:32 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Im making a rtm tool for bo2 and i wanna ad "Legit Stats" "High Stats" "Medium Stats" "Low Stats" Buttons but i don't know how, if you do please could you share that code with me. Thank you!
(adsbygoogle = window.adsbygoogle || []).push({});
04-15-2015, 08:37 PM #2
Reyz
Banned
Originally posted by trollman111 View Post
Im making a rtm tool for bo2 and i wanna ad "Legit Stats" "High Stats" "Medium Stats" "Low Stats" Buttons but i don't know how, if you do please could you share that code with me. Thank you!


Use my example:

This is what i call legit stats (you need a button)
     decimal num = 2764800M;
decimal num2 = 28800M;
decimal num3 = 1380M;
decimal num4 = (num + num2) + num3;
byte[] bytes = BitConverter.GetBytes(Convert.ToUInt32(num4.ToString()));
PS3.SetMemory(0x26fd10a, bytes);
PS3.SetMemory((uint)0x26fd10a, bytes);
int num5 = 0x22c0a;
byte[] buffer = BitConverter.GetBytes(Convert.ToInt32(num5.ToString()));
PS3.SetMemory(0x26fc942, buffer);
PS3.SetMemory((uint)0x26fc942, buffer);
num5 = 0x53e10;
byte[] buffer3 = BitConverter.GetBytes(Convert.ToInt32(num5.ToString()));
PS3.SetMemory(0x26fcb70, buffer3);
PS3.SetMemory((uint)0x26fcb70, buffer3);
num5 = 0x1199ed0;
byte[] buffer4 = BitConverter.GetBytes(Convert.ToInt32(num5.ToString()));
PS3.SetMemory(0x26fd050, buffer4);
PS3.SetMemory((uint)0x26fd050, buffer4);
num5 = 0x70c7;
byte[] buffer5 = BitConverter.GetBytes(Convert.ToInt32(num5.ToString()));
PS3.SetMemory(0x26fd152, buffer5);
PS3.SetMemory((uint)0x26fd152, buffer5);
num5 = 0x2d97;
byte[] buffer6 = BitConverter.GetBytes(Convert.ToInt32(num5.ToString()));
PS3.SetMemory(0x26fcbe2, buffer6);
PS3.SetMemory((uint)0x26fcbe2, buffer6);
byte[] buffer7 = new byte[] {
0, 0, 15, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0,
0x36, 0, 0, 0, 0, 0, 0x4c, 15, 0x13
};
PS3.SetMemory(0x26fd016, buffer7);
PS3.SetMemory((uint)0x26fd016, buffer7);
04-15-2015, 08:45 PM #3
thx, you don'd have the other do you?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo