Originally posted by trickshotking
base.Name = this.textBox2.Text;
int num = new Random().Next(0, 9);
PS3.SetMemory(0x01F9F11C, Encoding.ASCII.GetBytes("^" + num.ToString() + base.Name + "\0"));
}
is the code but in visual stuido it says Error 1 The name 'PS3' does not exist in the current context C:\Users\MRTHIZZN420\documents\visual studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs 87
i have the 3 refrences idk if the tool wont work