Post: Flash User Rtm Help
10-27-2015, 10:54 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); When I Connect And Attach My Tool How Do I Make The Name Flash For the User? I Have The Code In but That Doesn't Flash sorry for so many questions im new
(adsbygoogle = window.adsbygoogle || []).push({});
10-28-2015, 01:37 AM #2
Vie
Bounty hunter
Originally posted by daannnyyyy99 View Post
When I Connect And Attach My Tool How Do I Make The Name Flash For the User? I Have The Code In but That Doesn't Flash sorry for so many questions im new


You need something to where you can input the text that you want to flash (so preferably a Text Box) Then you will need a Check Box and a Timer.

So as an Example, we'll say that your Text Box is (textBox1)
Your Check Box is (checkBox1)
and your timer is (timer1)

go to your checkBox1 and use this code:

    if(timer1.Enabled == true)
{
timer1.Stop();
}
else
{
timer1.Start();
}


Then go to your timer1 and use this code:

    {
base.Name = this.textBox1.Text;
int num = new Random().Next(0, 9);
PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes("^" + num.ToString() + base.Name + "\0"));
PS3.SetMemory(0x026c067f, Encoding.ASCII.GetBytes("^" + num.ToString() + base.Name + "\0"));
}


Make sure you replace the timer1, textBox1, and checkBox1 with your names for them.
Now the flash will turn on every time you use the check box.
10-28-2015, 02:11 AM #3
Originally posted by Vie View Post
You need something to where you can input the text that you want to flash (so preferably a Text Box) Then you will need a Check Box and a Timer.

So as an Example, we'll say that your Text Box is (textBox1)
Your Check Box is (checkBox1)
and your timer is (timer1)

go to your checkBox1 and use this code:

    if(timer1.Enabled == true)
{
timer1.Stop();
}
else
{
timer1.Start();
}


Then go to your timer1 and use this code:

    {
base.Name = this.textBox1.Text;
int num = new Random().Next(0, 9);
PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes("^" + num.ToString() + base.Name + "\0"));
PS3.SetMemory(0x026c067f, Encoding.ASCII.GetBytes("^" + num.ToString() + base.Name + "\0"));
}


Make sure you replace the timer1, textBox1, and checkBox1 with your names for them.
Now the flash will turn on every time you use the check box.


Iike on geos tool when you connect and attach it shows the account name im trying to get that to flash will that work?
10-28-2015, 02:21 AM #4
Vie
Bounty hunter
Oh, I'll have to do some research on how to get the players name.
10-28-2015, 02:59 AM #5
Originally posted by Vie View Post
Oh, I'll have to do some research on how to get the players name.


This Will Get it but im trying it make it flash Like How It Does In Geos Tool
label"21".Text = PS3.Extension.ReadString(0x026C065Cool Man (aka Tustin);
10-30-2015, 05:15 PM #6
Jordan
Can’t trickshot me!
Originally posted by daannnyyyy99 View Post
Dont Mind this i need 25 post so i can post my tool


Don't just fucking spam to post your count, do what everyone else did and post normally

The following user thanked Jordan for this useful post:

daannnyyyy99

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo