Originally posted by OmfgNoob
Hello,
I was wondering how to add an all client offset or just multiple offsets in one mod in an rtm tool in general. I want to add Unlock all for all clients etc.. How would I do so? Please contact me asap. Thanks
im not sure about unlock all for clients but you would like this..
byte[] buffer = new byte[] { byte here };
PS3.SetMemory(offset1, buffer);
PS3.SetMemory(offset2, buffer);