Results 1 to 9 of 9
  1. #1
    VBLOGIN's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Cool Login System no database [VB.NET] - free

    Form1

    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

    End Sub

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

    End Sub

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    If TextBox2.Text = "12" And TextBox1.Text = "12" Then
    MsgBox("Logado com Sucesso")
    Form2.ShowDialog()
    Me.Close()



    Else
    If TextBox1.Text = "" And TextBox2.Text = "" Then
    MsgBox("Usuario ou senha incorretos")
    End If



    End If
    End Sub

    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
    Me.Close()

    End Sub
    End Class

    Form2

    Public Class Form2
    Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.Click

    End Sub

    Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged

    End Sub

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    If TextBox1.Text = "N9TT-9G0A-B7FQ-RANC" Then
    MsgBox("You activated 1 hour to play")
    Form3.ShowDialog()
    Me.Close()

    End If
    End Sub
    End Class

    Form3

    Public Class Form3
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    Process.Start("")

    End Sub
    End Class

  2. #2
    apola's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed
    are you hardcoding the password?

  3. #3
    Dan2006's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Location
    In your closet, 2nd shelf from the top, left side, in the red box under the porno magazine.
    Posts
    114
    Reputation
    48
    Thanks
    1,441
    My Mood
    Inspired
    Quote Originally Posted by apola View Post
    are you hardcoding the password?
    Looks like it to me.
    I do not sell my hacks above $0.00 so please stop asking for cheaper prices.

    ———

    Free Service | Reliable Security | Independent Creator | Send Me Requests

  4. #4
    imsource-seo's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Thanks for share

  5. #5
    Vexallus's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    this is so simple it can be cracked in a sec lol

  6. #6
    Silenttt's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Needs some encryption lmao. Would take three seconds to crack.

  7. #7
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by Silenttt View Post
    Needs some encryption lmao. Would take three seconds to crack.
    And with encryption it would take a whopping 20 seconds

  8. #8
    Silenttt's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Biesi View Post


    And with encryption it would take a whopping 20 seconds
    Touché . Unless you encrypt with SHA1

  9. #9
    Liquid1337's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    6
    This helped alot! thanks

Similar Threads

  1. MPGH.net Login System
    By timeshift in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-22-2011, 01:46 PM
  2. [Help] login system that connects to a MYSQL database
    By justiman in forum Visual Basic Programming
    Replies: 4
    Last Post: 04-12-2011, 10:40 AM
  3. Login system on mysql database my forum
    By luccss in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-13-2011, 07:55 AM
  4. MySQL + VB.NET Login System
    By Marsicano in forum Visual Basic Programming
    Replies: 12
    Last Post: 10-16-2009, 06:46 AM
  5. My Login System(Flash)
    By radnomguywfq3 in forum General
    Replies: 13
    Last Post: 06-12-2008, 11:05 PM