Unlock with code

Use this board to post your code snippets - tips and tricks
8 posts Page 1 of 1
Contributors
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Unlock with code
RunarM
This is how it looks like:
**I don't know if it is a tutorial thing like this so i've made one ;)
Image

And when you write the code that you choose you'll be able to open the software.

what you need:
*1 Form (o.O)
*1 Button
*1 Textbox
*1 Label (If you want)


Double click on the form and enter this code:
Code: Select all
Button1.Enabled = False
Then double click on the Textbox and enter this code:
Code: Select all
 If TextBox1.Text = "Unlock" Then Button1.Enabled = True
Also, if you have a label you CAN add this:
Code: Select all
Label1.Text = "YOUR TEXT HERE =)"


Now when you run the program and writes "Unlock" in the Textbox then the open button is enabled.
Image

Its very simple to change the code to anything you want, just edit the Textbox code:
If TextBox1.Text = "HERE IS THE PLACE WHERE YOU CAN WRITE A OWN CODE" Then Button1.Enabled = True
Just another day in my life.
http://www.codexvideos.com
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Unlock with code
hungryhounduk
Hi
Great, I love little apps like this

Good one

Keep up the good work :)

Chris
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Unlock with code
Nery
It is like a password login system...

Good Job.
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Unlock with code
Lewis
Yeah i have this on one of my apps, but it is very easy to find the password.
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1891
Joined: Wed Dec 16, 2009 9:56 pm

Re: Unlock with code
zachman61
how would you make a "crack me" where people use debuggers to find the password?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Unlock with code
mandai
Well if you have the unlock code like it is here you can make a program to find the unicode strings that are stored in the unlock program.
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Unlock with code
hungryhounduk
how would you make a "crack me" where people use debuggers to find the password?
Please dont post things like that above on here.....


read the Forum Rules.

thank you
Image
User avatar
RonaldHarvey
Top Poster
Top Poster
Posts: 113
Joined: Tue Apr 05, 2011 2:32 pm

Re: Unlock with code
RonaldHarvey
Nice one keep it up. cooll;
8 posts Page 1 of 1
Return to “Quick Snips”