Post: Local name C#
05-25-2014, 11:35 PM #1
TreyBeModding-
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); I actually need some help setting the local name code on my Black Ops 2 tool I'm currently working on! I have the offset, just need help on some coding . Feel free to comment or PM me if you could help ! Thanks!
(adsbygoogle = window.adsbygoogle || []).push({});
05-26-2014, 02:57 AM #2
Notorious
Caprisuns Is Back
just make a little function:
    
public void SetName(int client, string name)
{
PS3.SetMemory(localnameoffset + (0x5808 * client), Encoding.ASCII.GetBytes(name + "\0"));
}


and then use it like this:
    
SetName(0, "Notorious");//set's client 0's name to "Notorious"

The following user thanked Notorious for this useful post:

TreyBeModding-

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo