• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS3 C# Digital Clock Name - DEX

:*ßєєя๖ۣۜFєαя๖ۣۜMσ∂z

Active Poster
Active Member
This codes makes your name change into clock local time.

- Insert 1 Label and 2 buttons

- Label1: shows clock in tool
- Button1: start button
- Button2: Stop button


Code:


//Setup Timer 1
public Form1()
{
InitializeComponent();
timer1.Tick += button1_Click;


}
// Timer
static Timer timer1 = new Timer();


// Button1 Start
private void button1_Click(object sender, EventArgs e)
{
timer1.Start();

// MM-dd-yyyy HH:mm:ss
this.label1.Text = DateTime.Now.ToString("HH:mm:ss");
byte[] Code1 = Encoding.ASCII.GetBytes("^2Time: ^6" + label1.Text);
Array.Resize(ref Code1, Code1.Length + 1);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01BBBC2C, Code1);

timer1.Start();
}

// Button2 Stop

private void button2_Click(object sender, EventArgs e)
{
timer1.Stop();
}

Peace ;)

YouTube
Twitter
 
General chit-chat
Help Users
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    vbreno12 is our newest member. Welcome!
  • Chat Bot:
    vbreno12 has posted a new reply in the thread "Console ID #8670".
  • Chat Bot:
    Eemayzin is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Omar-_- is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    lilmonster3 is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    765rdchy5rfvbj5edcvj4ed is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    wilson sales is our newest member. Welcome!
  • Chat Bot:
    riggv is our newest member. Welcome!
  • Chat Bot:
    ripthors is our newest member. Welcome!
      Chat Bot: ripthors is our newest member. Welcome!
      Back
      Top