• 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
  • No one is chatting at the moment.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    789betmiami is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    cPwqA is our newest member. Welcome!
  • Chat Bot:
    keonhacaifootball is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Keonhacai5vip11 is our newest member. Welcome!
  • Chat Bot:
    smoore99 is our newest member. Welcome!
  • Chat Bot:
    Pagliosa is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    prototypefox is our newest member. Welcome!
  • Chat Bot:
    maogege is our newest member. Welcome!
  • Chat Bot:
    ShadowPsy974 is our newest member. Welcome!
  • Chat Bot:
    Ghost8099 is our newest member. Welcome!
  • @ Ghost8099:
    Yurrrrrr
  • @ Ghost8099:
    Can we get a new link here brotha
  • Chat Bot:
    Mason Fo has left the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    wzxcvcv is our newest member. Welcome!
  • Chat Bot:
    cnood is our newest member. Welcome!
  • Chat Bot:
    zoumar is our newest member. Welcome!
  • Chat Bot:
    bestsmmlike is our newest member. Welcome!
      Chat Bot: bestsmmlike is our newest member. Welcome!
      Back
      Top