Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Coding Releases
You last visited: Today at 09:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Shutdown Timer

Discussion on Shutdown Timer within the Coding Releases forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
Sanchez.'s Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 18
Received Thanks: 5
Post Shutdown Timer

Hi All!

Yesterday i created a simple shutdowner program.

Image:



Source:

Code:
Public Class Form1

    Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click

    End Sub






    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Timer1.Start()

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        Label1.Text = Format(TimeOfDay)
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer2.Enabled = True
        TextBox1.Enabled = False
        Button2.Enabled = True
        Button1.Enabled = False
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
        Timer2.Enabled = False
        TextBox1.Text = "00:00:00"
        TextBox1.Enabled = True
        Button1.Enabled = True
        Button2.Enabled = False
    End Sub

    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
        If TextBox1.Text = Label1.Text Then
            Shell("shutdown -s")

        End If
    End Sub

    Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
        Me.Close()
    End Sub
End Class
.Exe download here:



Project download here:



Virustotal report:



Best regards,
Sanchez.
Sanchez. is offline  
Old 10/27/2011, 14:09   #2


 
manniL's Avatar
 
elite*gold: 294
The Black Market: 193/0/0
Join Date: Feb 2008
Posts: 6,734
Received Thanks: 1,315
Plz post it
manniL is offline  
Old 10/28/2011, 12:33   #3


 
MrSm!th's Avatar
 
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,902
Received Thanks: 25,407
^this

#closed
MrSm!th is offline  
Closed Thread

Tags
shutdown vb source


Similar Threads Similar Threads
Shutdown Timer
07/12/2008 - CO2 Exploits, Hacks & Tools - 63 Replies
This little program shuts down the computer after a specific time. This is one scenario where this tool is useful (why I made it): You live in a house where you do not make the rules. You are not allowed to have your computer running overnight. There is a risk a parent may see the computer is running in the morning before you manage to turn it off. Solution: have this program turn your computer off after the specified time limit (i.e make it turn off at 6 a.m, before anyone gets to see...
Shutdown Timer- Along with just Close Conquer
05/17/2008 - CO2 Exploits, Hacks & Tools - 9 Replies
Hey everyone, A simple shutdown/restart/hibernate/standby/close conquer tool I made. Enter in the time in milliseconds (Yes I know, really annoying. This will be fixed in the next version. For now use this for conversions... Convert Time, Milliseconds) And then press initiate... Please post problems/feedback. Here is a screenshot of the program that has not been updated yet: http://i298.photobucket.com/albums/mm263/Hok30/Un titledpicture.png
another shutdown timer
08/20/2007 - CO2 Bots & Macros - 11 Replies
as asked I've made options now you can choose the time and put a note in it. Works for XP, not sure for vista. +k if it helped. :D EDIT: also made it in an exe file.



All times are GMT +1. The time now is 09:44.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.