Post: SPRX Name Changer?
02-01-2015, 06:19 AM #1
Percy
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Just wondering if it's possible to change your name with some sort of sprx mod menu.. any reply is appreciated Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Percy for this useful post:

EliteHacker12
02-01-2015, 06:56 PM #2
seanhellen
Are you high?
I use the Keyboard function to rename a person in-game;

    void Rename(int client)
{
char* Input = Func::KeyBoard("Rename Player");
PS3::WriteString((0x0110D694 + 0x3980 * client), Input);
}


This is how I do it - you just have to make sure you fill all the spaces of the original name...eg to change from Percenary to Mr P, you would have to write Mr P and then 5 (or more) spaces

Or you can do;

    void Rename(int client)
{
PS3::WriteString((0x0110D694 + 0x3980 * client), "New Name");
}


for set names but I find keyboard easier

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo