Originally posted by Prime
Hello everyone, I really need to know how to make preset names that people can choose in my tool. Thanks in advance.
If you are using PS3Lib just do this for an example.
button1's name is "Malicious" so when you click on it you want it to change to malicious... So if youre using PS3Lib. You're gonna want to put
PS3.Extension.WriteString(NameOffset, "Malicious");
That will change your name to malicious!