Added: 4 years ago
From: Infusionx187x
Views: 25,278
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!
  • Its Generator not Generater :D

  • Hi nice tutorial !

    Can you tell me how to do it like :

    If TextBox1.Text = "What are you doing ?" then RichTextBox1.Text = "Nothing" But the thing is that i want the RichTextBox1.Texts (which is the answer) to be different every time. Can you help me ? I am trying to figure that out but with no progress..

  • Cool video, but i wish it was a video that showed 100% random text.

  • oh my effing god. thanks so much ive been waiting for something like this!!!

  • Cool but in visual basic 2008 you can use

    dim random as new random

    textbox1.text = random.next (1,10)

  • Finally the video I wanted...Lol...

  • XD inutil code.... simple cod:

    button1

    dim key as interger = int(rnd()*10)

    textbox1.text=key

  • does dis work in listbox aswell??

    or can u do it only in texboxes??

  • ♪

  • its more like TEXTGEN . KEYGEN is cased mode .

  • OMG the code is shit...

  • whoops srry i rated it one start by mistake srry and i was trying to pause it...

    srry again :(

  • Great work but the code could be a bit better:

    First of all since you 've already declared Key as an integer you don't have to use Int() (except if you just did it in order to be easy to read).

    Then, the whole select case can be discarded and use TextBox1.Text = Key + 1

    Finally, the numbers provided by the program are not really random (!!) Every time you open the program the same numbers will appear.You should use the "Randomize" command in Form1_Load. Oh and its Rnd() * 9 not Rnd() * 10.

  • You're right, but a KEYGEN is a Key Generator, i'ts used for rograms, you get into the code and steal the key (license code) or the way to do it, and generate it, that's a KeyGen. I'm not trying to insult you, or anything like that, just infoming.

  • it states in his description that a KEYGEN just generates random string ....

    whos right here

  • @imboor3d yeap but KeyGen means Key Generator, there are computer hacking teams, that dedicate to deo them, the are very complex pieces of software, they get into the code of the program you want to get the license, and they pass throwugh it's firewall getting the code, and finally showing it to you.

  • actually he says text...

    which is the main reason I clicked because i wanted text -.-' :P

    so he is wrong afteral :D

    however you write afteral xd

  • What screenrecorder are you using here?

  • Keygen, no. Keys are *I think* random 128 bit numbers, encrypted so that they cannot be duplicated. This is a random number generator, not text generator and definately not a key generator.

  • This is not a random generator! Please Change name!

  • Dim key As New Random Me.TextBox1.Text = CStr(key.Next(1, 10))

  • Great comment works perfectly

  • Thanks so much!!! :D :D :D

  • Why so much coding for such a simple thing?

    This can be done MUCH MORE easily.

  • ya:  Dim rndnumber As Random Dim number As Integer rndnumber = New Random number = rndnumber.Next(1, 10) TextBox1.Text = number.ToString

  • woooow with this thing you will get keys for every new game :o

  • keys take forever to find D:, you gotta go in the files and find patterns, then you put the pattern in here and they make keys :D, but it'll take months to find a key lol

  • would u just rather but a key online?

    instead of spending months on end to make a program lol

  • It takes nearly an hour just to build one. @.@

  • Perfect for all those 1 character keys!

  • THANKS!!!!

  • I'm really new to this but how do i save it so i don't have to open visual basic to use it

  • File > Save all

  • You press on:

    Build-->Build "ProjectName"

    When it's done you press on:

    Build-->Publish "Projectname".

    Done!

  • Very nice + good quality 5/5 =D

  • thank youuuu : )

  • how would i change the icon, because i go to icon in the properties of vb and i find an ico i have but it says "Invalid Picture"

  • i just get a txtserial is not declared

  • thanks a lot.you're tutorial has been very helpful to me.

  • Sometimes Monkeys can be people too...

  • This is awesome!

    such a high quality of the video!

    easy to follow!

    This tutorial is GREAT!

  • Amen to camstudio?

  • yep, camstudio in it's very best form...

  • thanks!!!

  • Nice video

  • Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Randomize() text1.text = Int(Rnd() * 100) End Sub

    thats all u need change 100 to the number u want it to be between e.g

    100 will generate a number between 0 and 100

  • ISNT THIS 2008?

  • it is 08

  • ur a fucking retard. this won't generate a key. it generates ONE number at random! lmao u r a n00b. i made a Random Password Generator that generates a random 8-15 number password.

  • YOU'RE a fucking retard. A keygen is a algorithm of a sort that has been programmed to return an array of bytes, usually for getting software keys. Leave them to me.

  • i made one like, ideal for filenames, it generates a random 8-letter name

  • Thnx man. i've been looking 4 this in the whole web and finaly i found it. i think i came to da right place lol. nice :3

  • nice job!!!!

  • i don't get it...

  • omfg!

    i thought was bad coder, but this is worst!

  • Thanks MrBibber ^^ (you gubbler ^^)

    With your code i made this keygen ^^

  • what the hell is a gubbler

  • whatever...

    this paste in the button1:

    Textbox1.Text = Int(Rnd() * 10)

  • LOL?

    This is better: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click  TextBox1.Text = Int(Rnd() * 100) End Sub

  • Thanks alot!!!

    Finally i can make Fake Keygens =P

  • not-working one's

  • lol it isnt that good to make a fake keygen but your name said it lol...

    do your best to make a good one :)

    srry bad englich

  • lol vb 2005 is the newer than vb6 lol. this it 2008. i dont know why they name it 2005 lolz

  • wow vb5 looks better than 6

  • it's 2005 express !

  • that's why i take the system time, like, (hours divided by minutes) times seconds, this gives a certain number and then make a do while that certain number >= 0, randomize, certain number -1 and that way u'll never get the same row of numbers 2:D

  • And yeah it doesn't really randomize does it, if u open the program and u do it 10 times, it will give u numbers like 7, 8, 10, 5, 7, 6, 1, 4, 5, 8, close the program, run it again, generate 10 numbers, guess what they are going to be, just the same as the ones he generated before

  • This is really stupid, it's really pointless to use the select case, since all it takes is a little math, the randomizer here generates number from 0 to 9, so instead of saying 0 = 1, just write Key = Int(Rnd() * 10) + 1, cause then it always adds 1 to the numbers, so you will have the numbers 1 to 10!

  • -.-" This is visual studio 2008

  • Mine works, but i got a question. How do i make it to generate a number always different than what it is now? because some times it goes like this: 3,5,5,5,5,6,7,8,3,6,6,6,7,3,3,

    But I don't want it to generate the same number right after it generates it :/

    Please help!

  • i have nearly got there but the code i generate doesnt change any help?

  • This tutorial rocks :D

  • Nice tutorial

  • lol this may be dumb but how do i link to the next form ie form1 to link to my form2

    plz help

  • "NOTE: I renamed the damn video because people don't understand that a KEYGEN is a program that generates random "Strings" into a textbox, it does not make them on the spot."

    Actually the word "KEYgenerator" has been created to say it's a program that automatically generates some activations keys. What you're making is actually, like the tittle says, a random text generator because you KNOW the keys, it doesn't generate them for you, it shows randomely a text or a word or even a number.

  • what does it say at the top? the

    System.Object, part? because it doesn't show it all

  • how did you get to the thing where you can chose what to make the window look like?

  • I think Visual Basic 6 is better than Visual Studio 2005, but hey, thats just me.

    Nice vid.

    @slash27015:

    Making a keygen in C++ is a very easy tutorial to find, just Google "How to make a keygen"

  • its nice but pls if you going to make another one. show the full window. we cant see the whole text you put in there

  • I agree with plsnobitches

  • Mind making a tutorial like this with c++?

  • You dont have to type all that!

    you can just do:

    Dim R As New random

    Dim Value As Ineger

    Calue = R.Next(0, 10)

    Textbox1.Text = Value.ToString

    try it its same.

  • Or you can send me files on my e-mail

  • ok tnx

  • Can you type all text that you typed in video plz

  • I will, but it will have to be on the 26th because, I get my new computer on Christmas, then I can install visual basic.

  • tnx

  • Hello i am new to this and i cant see what did you tipe. i have only see this :

    "Private Sub Button1_Click(ByVal Sender As System.Object,"

    how goes then forward.

    please help

  • I don't understand how you do not see it, I type it in the video, but ok... ummm... I will put it up soon, I don't have Visual Basic anymore... but I have my project saved...

  • 5 stars ;)

  • Nice tutorial. :)

  • Thank you.

  • Yea this is very easy in VB but at least u need some cracking skills to crack their serial,

    1.A decompiler of the program

    2.ResHacker

    these 2 r used to find the serials or to directly crack the exe,

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