Post: [solved]name changer client interval
10-30-2016, 12:56 PM #1
seanhellen
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); Hi all, I have a name changer function which works for me, but I have the following code to try and set everyones name the same, but I think i got the interval wrong

    
public static void ChangeName(uint client, string name)
* * * * {
* * * * * * Form1.PS3.Extension.WriteString(0x01BBBC2C + (client * 0x3980), name);
* * * * }


and then do it in a for loop to change it. Eg

    
for (uint i = 0; i < 12; i++) Funcs.ChangeName(i, ClientName.Text);


have I got that right?
(adsbygoogle = window.adsbygoogle || []).push({});
10-30-2016, 06:39 PM #2
S63
Space Ninja
Originally posted by seanhellen View Post
Hi all, I have a name changer function which works for me, but I have the following code to try and set everyones name the same, but I think i got the interval wrong

    
public static void ChangeName(uint client, string name)
* * * * {
* * * * * * Form1.PS3.Extension.WriteString(0x01BBBC2C + (client * 0x3980), name);
* * * * }


and then do it in a for loop to change it. Eg

    
for (uint i = 0; i < 12; i++) Funcs.ChangeName(i, ClientName.Text);


have I got that right?


Theres 18 clients if u go in ground war, infected and private match so its up to if u want the up it from 12 to 18 and your using the local client name change u need the all client name changer which is located in gclient_s structure anyways this is what u need 0x0110D694 and fixed Smile
10-30-2016, 10:02 PM #3
seanhellen
Are you high?
Originally posted by S63 View Post
Theres 18 clients if u go in ground war, infected and private match so its up to if u want the up it from 12 to 18 and your using the local client name change u need the all client name changer which is located in gclient_s structure anyways this is what u need 0x0110D694 and fixed Smile


Ah, great, many thanks for that :yes: Im assuming the interval is still 0x3980
10-31-2016, 08:22 AM #4
S63
Space Ninja
Originally posted by seanhellen View Post
Ah, great, many thanks for that :yes: Im assuming the interval is still 0x3980


Yes 0x3980 is the size of gclient_s structure
10-31-2016, 08:28 AM #5
seanhellen
Are you high?
Originally posted by S63 View Post
Yes 0x3980 is the size of gclient_s structure


Ok thanks for your help :yes:
10-31-2016, 10:32 AM #6
S63
Space Ninja
Originally posted by seanhellen View Post
Ok thanks for your help :yes:


Np bro

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo