Added: 3 years ago
From: TutGamon
Views: 24,903
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (99)

Sign In or Sign Up now to post a comment!
  • r u a fan of runescape?

  • @undeadkid123 Well, not anymore, this video is like 3 years old ;p

  • Will this save the key so you only have to enter it once?

  • @WhiteboyOfUS I got a video that shows you how to do that. It's really quite easy.

  • FUCK THIS WTF AM I DOING WRONG LEARN TO USE UR MOUTH N4P

  • WTF

    anoy bot -.-"

  • Thanks. I Created an Annoy Bot!

  • Thanks.

  • whats this progam you use called?

  • @007order007 It's called Visual Basic 2008. You can get it for free from Microsoft.

  • @TutGamon thnx

  • you mean a KeyGen?

  • Did it myself without this tutorial. :P

  • @NorthWolfs I know its really easy. :p It's mainly meant for beginners who don't really know where to start ;)

  • @TutGamon Yea, i made alot of them :)

  • @TutGamon Hey, how do you add more that won "Correct" key ?

  • @lxROKxl It's pretty simple. Just replace: If Textbox1.text = "anything" Then

    with: If textbox1.text = "hello youtube" or textbox1.text = "Wassup youtube" then

    You can obviously change the "hello youtube" and "wassup Youtube" to anything you like.

  • @TutGamon Thanks Bro

  • thats a loginsystem ;)

  • ill Just Use my keygen I MADE CHECK OUT environmentalnerd53

  • thanks

  • @balkbuster431 Try watching my video: How to make a advanced "Serial Key" program in VB 2008

  • Mate Can you please tell me what i must right to the form of the program that askes for a password to make it asks only once.? now every time i run my app it starts and i have to put the serial again and again. :S

    please help. i have two forms the one whick ask for serial and an other with web broswer i make the one with serial to open first but it opens each time i run the app. please help

  • @calimancil Try watching my video: How to make a advanced "Serial Key" program in VB 2008

    It shows you how to make it ask only once, if you enter the good serial.

  • @calimancil Yo do you need help? Do you mean that, once the reg-key is entered, it never shows up again?

  • Dude thats freakin amature so is your cursor and screen recordor and visual basic, YOU NEED TO BE A PRO AND USE VISUAL STUDIO 2010 AND LEARN C++

  • @LamsasukeMedia Naab :D

  • can you give me link to download basic program

  • This is a not very safe method..

  • cool ty

    Subscribed ;)

    Best Regards !

  • I would have never figured that it was just the If command... I'm going to use this on my fake BraveSentry when I'm finished with it.

  • where can you download VB 2008 from???

  • Thanks :)

  • Thanks mann !!!!!!!

  • Ok nice tut, but do you also know how you can like have a trial but if you have a serial you can update it to like a PRO version, and that those changes will take effect once you typed in the serial like, there are more option and like a pro logo or something?

  • Comment removed

  • Comment removed

  • ty so much man 5/5 and subed =)

  • can i make it to ask serial to my folder?

  • OMG :O What a damn cool cursor you've got there! :O

  • Dim serial As String = "serial number"

    you then just refer as it as serial

  • No, i didn't use any software. I made it myself and set it as my cursor. Its not that hard but you need a graphical editor that can save cursor files.

  • @TutGamon

    IconArt is an example.

  • I would recommenced storing the Software keys on server.

  • i would recommendm ore just writing it down on a freaking notepad lol...

    storing it on ure computer

    or server or where ever on ure computer and hwo on ure computer there are always ppl that find a way to get in and steal it so writing it down on ure notepad and hide in ure drawer and lock best way to feel 100% secure of not getting ure serials stealed lol

  • how do you add more than one password? Can anyone give me a code for that?

  • @ZxXFuZioNXxZ i know it is button 1 code: if textbox1.text = (what ever you want in "" no ()) then form2.show me.hide elseif textbox1.text = (what ever you want in "" no ()) then form2.show me.hide end if and just keep putting elseif textbox1.text = blablabla then blablabla
  • @ZxXFuZioNXxZ

    If Textbox1.text = "anything" or Textbox1.text = "anything" Then

    Msgbox ("Correct Key" ,MsgBoxStyle.Information , "Correct Key")

    Form2.Show

    'You can typ Me.Close here.

    'It is CaseSensitive :P

    Else

    Msgbox ("Wrong Key!", MsgBoxStyle.Critical ,"Error")

  • have you coded it so it shows up the form2?

    that could the your problem

  • when i type the correct key then it wont show up the form2 do u know why ?

  • @Edsilvacunha you need to use form2.show and not 'form2.show

    because when you use a ' befor it it means it is not needed

  • nvm lmo

  • um how do i get 2 forms? JW

  • @THElordOFblue in soulotion explorer rightclick on your project name and expand add and click new item click on windows form then click ok hope this helped!!

  • Hey i have a problem:( When i have done every key to my program i type 'Options.show but when i type the right key it says Your good to go and i click ok and form2 doesnt pop up :( help me??

  • try adding this line:

    form2.show

  • Now I want If u get it right then it opens a folder

  • okay, then. if textbox1.text = "serial" then

    process.start("C:\\Folder\Fold­er")

    something like that.

  • O I deleted VB long time ago but thx anyways

  • good tutorial!

    one question?

    i want to have more than 1 good code how i do this?

  • ok here another way then button 1:

    If 'repeat this as many times as you want

    Textbox1.text = "anything" or textbox1.text = "another item" Then

    Msgbox ("Correct Key" ,MsgBoxStyle.Information , "Correct Key")

    Form2.Show

    'You can typ Me.Close here.

    'It is CaseSensitive :P

    Else

    Msgbox ("Wrong Key!", MsgBoxStyle.Critical ,"Error")

  • If Textbox1.text = "anything" and Textbox2.text = "anything"

    And Just keep doing that until ur last text box then tpe Then

  • Runescape fan? :D

  • thanks

  • yes but when i restart the program i made it shows again the button i made "register product"

  • Try watching my video: How to make a advanced "Serial Key" program in VB 2008

    It shows you how to make it ask only once, if you enter the good serial.

  • Hey, on that video you call "Advanced serial key program" well, if i type in my correct serial. It says Error, can not convert string to boolean?

    Quick fix?

  • @TutGamon tthanks this guy is a dumbass this is basically only a password

  • @TutGamon Your youtube name makes you sound like a fish too

  • thats easy to fix use strings

  • at the start of the program put..

    idk the name of the register product button so

    FORM LOAd thiNG ---v

    if my.settings = "true" then

    button1.hide

    end if

    if my.settings = "false" then

    button1.show

    end if

  • how can i get it to look the key up from a database so i dont have people posting the key on a website. and make multiple keys???

  • How do I make "If textbox1.text =" not case sensitive?

  • You should use this:

    if lcase$(textbox1.text) = lcase$("whatever") then

  • arsenal2wins is on about the serial lol

  • If i add like Next and Cancel what codes do i use?

  • For cancel use:

    Me.close

    And for next just change the text of button1 to "Next"

    but i dont know if this is what you mean.

    please give some more info for what you want.

  • Yea, just wach my advanced serial tutorial.

  • What do you use? If you use VB 6.0 you should put in this code for Command1

    If Text1.Text = "anything" Then

    MsgBox "Correct Key"

    Form2.Show

    'You can typ Unload Me here.

    'It is CaseSensitive :P

    Else

    MsgBox "Wrong Key"

    End If

  • I think its possible in Express. if you can do a login on express you can do this.

    use the If,Then,Else

  • thanks, good starting tutorial. I just started learning VB today and i already know how to send emails from a form, make a login (not advanced) and make a serial key/ password to access another page. (All in 2 hours)

    Thanks for this tutorial.

  • Nice, :)

  • Nice!! How did you do with the password thing?

  • What do you mean with password thing?

  • *zaneski13*

    thanks, good starting tutorial. I just started learning VB today and i already know how to send emails from a form, make a login (not advanced) and make a serial key/ password to access another page. (All in 2 hours)

    Thanks for this tutorial.

  • 100000000/5

    great vid :)

  • Wow... THANKS :P

  • i agree! great video!

  • Nice Tut! i rate 5/5

    ;)

  • THANKS :DDDD

  • I see, that you like runescape? ^^

  • Yeah, Lol :D

  • i know the most saddest textfacee check it out =-C hes crying! good tut!

  • Lol :P. Thanks :D

  • nice

  • Thanks :D

  • Woot i gonna use this for my AntiVitrus, Ty

  • Np :P

  • Nice Tutorial i subscribed.

  • Thanks! :)

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more