Post: How to add multiple offsets in 1 mod visual studio 2013
11-25-2014, 01:23 PM #1
OmfgNoob
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); 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 Happy
(adsbygoogle = window.adsbygoogle || []).push({});
12-09-2014, 05:38 PM #2
One
At least I can fight
Originally posted by OmfgNoob View Post
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 Happy

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);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo