Jump to content
Tuts 4 You

[KeygenMe] KeygenMe#2 Confuser 1.9


LordCoder

Recommended Posts

Hi LordCoder your KeygenMe is have a bug


 


Example Serial: 00000000 or 11111111 or ZZZZZZZZ


 


Example keygen source


 



Imports System.Security.Cryptography
Imports System.Text Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Shared RndChars As String Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click RndChars = "0123456789ABCDEFGHJKILQWERTYUIOPMNBVCXZ"
Dim RND As New Random()
Dim builder As New StringBuilder
Dim x As String = RndChars(RND.Next(RndChars.Length))
Dim i As Integer
For i = 0 To 7
builder.Append(x)
Next i
TextBox1.Text = builder.ToString End Sub
End Class
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...