LordCoder Posted January 2, 2013 Posted January 2, 2013 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: ConfuserProtection: Base64/Random/CustomLevel: ?/10 (You decide!) Enjoy!LordCoder's KeyGenMe 2.rar
by_mmb Posted January 2, 2013 Posted January 2, 2013 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 1
GIV Posted January 15, 2013 Posted January 15, 2013 (edited) Thank you by_mmbHere is the keygen. Any 8 character combination will be a valid serial.Keygen.rar Edited November 1, 2015 by GIV
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now