Jump to content
Tuts 4 You

[KeygenMe] KeygenMe#2 Confuser 1.9


Recommended Posts

Posted

Hi to all!
Here is a new keygenme a little bit more difficult than the last keygenme i've done.

Language: .NET (Visual Basic)

Obfuscator: Confuser

Protection: Base64/Random/Custom

Level: ?/10 (You decide!)

 

Enjoy!

LordCoder's KeyGenMe 2.rar

Posted

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
  • 2 weeks later...
Posted (edited)

Thank you 


by_mmb


Here is the keygen.


 


Any 8 character combination will be a valid serial.


Keygen.rar

Edited by GIV
Posted

thanks you I want to try out 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...