Post: Need Some c# Help! (PS3 RTM Tool) (Ghosts Stats)
03-20-2014, 06:19 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Basically i added stats in and when i went to test it they worked to a certain level. Basically say i type 1 kill into the NumericUpandDown bar thing it will set as 500000 on the game? Its the same with all the stats they seem to be multiplying? Any Ideas?
(adsbygoogle = window.adsbygoogle || []).push({});
03-20-2014, 09:01 PM #2
RatchetBooty
Former Staff
Simply use this code:
    
byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value)); // converts whatever is in the numericupdown into an array of bytes
PS3.SetMemory(offset, prestige); //sets the memory, replace offset with the prestige offset. do this for all the stats

Tell me if this works.

The following user thanked RatchetBooty for this useful post:

The-KozMic-Modz
03-20-2014, 10:07 PM #3
Originally posted by RatchetBooty View Post
Simply use this code:
    
byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value)); // converts whatever is in the numericupdown into an array of bytes
PS3.SetMemory(offset, prestige); //sets the memory, replace offset with the prestige offset. do this for all the stats

Tell me if this works.


Testing now i will edit post if it works. Thanks man <3

EDIT: Works! Thanks so much <3

The following user thanked Transform-Chaos for this useful post:

RatchetBooty

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo