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..
i have a video up on my channel that is a contest where you could WIN KOOL STUFF.... maby you could check it out if your feeling generous maby you could feature the video on your channel??
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.
@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.
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.
in 1908 a lady named sally rusa was in the woods looking for a dog until a ghost came and killed her so if ur reading this u will find a bloody body in your closet hanging there haunting you and will kill you and ur family and if u want to stop this just sends this to 2 videos in 30 mins or this will happen good luck!! SORRY DIS FREAKED ME OUT!!!!
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
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
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.
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
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!
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 :/
"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.
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...
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
This has been flagged as spam show
check my channel, it's just about visual basics.
MrVBscripts 5 months ago
Its Generator not Generater :D
wackyLegends 9 months ago
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..
wackyLegends 9 months ago
Cool video, but i wish it was a video that showed 100% random text.
linkinl1 10 months ago
oh my effing god. thanks so much ive been waiting for something like this!!!
ih8school4797 10 months ago
This has been flagged as spam show
i have a video up on my channel that is a contest where you could WIN KOOL STUFF.... maby you could check it out if your feeling generous maby you could feature the video on your channel??
theawesomereviewer 1 year ago
Cool but in visual basic 2008 you can use
dim random as new random
textbox1.text = random.next (1,10)
jumpeurdu59 1 year ago
Finally the video I wanted...Lol...
wasitrealy 1 year ago
XD inutil code.... simple cod:
button1
dim key as interger = int(rnd()*10)
textbox1.text=key
gascandom 1 year ago
does dis work in listbox aswell??
or can u do it only in texboxes??
ghyrat08 1 year ago
♪
kusindan 1 year ago
its more like TEXTGEN . KEYGEN is cased mode .
1Mihailo 2 years ago
OMG the code is shit...
flapfish 2 years ago
whoops srry i rated it one start by mistake srry and i was trying to pause it...
srry again :(
20tuthelp20 2 years ago
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.
Ananas1494 2 years ago
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.
jsmrcaga 2 years ago
it states in his description that a KEYGEN just generates random string ....
whos right here
imboor3d 2 years ago
@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.
jsmrcaga 2 years ago
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
MapleDanTer 2 years ago
What screenrecorder are you using here?
Eldrup13 2 years ago
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.
adamnew123456 2 years ago
This is not a random generator! Please Change name!
wixmef 2 years ago
Dim key As New Random Me.TextBox1.Text = CStr(key.Next(1, 10))
Tyrec1 2 years ago
Great comment works perfectly
Ananas1494 2 years ago
Thanks so much!!! :D :D :D
horsecrazyobsession 2 years ago
Why so much coding for such a simple thing?
This can be done MUCH MORE easily.
TeamStainless 2 years ago
ya: Dim rndnumber As Random Dim number As Integer rndnumber = New Random number = rndnumber.Next(1, 10) TextBox1.Text = number.ToString
mbstylo 2 years ago
This has been flagged as spam show
in 1908 a lady named sally rusa was in the woods looking for a dog until a ghost came and killed her so if ur reading this u will find a bloody body in your closet hanging there haunting you and will kill you and ur family and if u want to stop this just sends this to 2 videos in 30 mins or this will happen good luck!! SORRY DIS FREAKED ME OUT!!!!
AlphaBlue9 2 years ago
woooow with this thing you will get keys for every new game :o
1sh0t2kill2 2 years ago
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
QwertySkill 2 years ago
would u just rather but a key online?
instead of spending months on end to make a program lol
imboor3d 2 years ago
It takes nearly an hour just to build one. @.@
dimensionsgames 2 years ago
Perfect for all those 1 character keys!
NocaCow 2 years ago
THANKS!!!!
HighDefCam 3 years ago
I'm really new to this but how do i save it so i don't have to open visual basic to use it
SSHPCS2 3 years ago
File > Save all
guitar453 3 years ago
You press on:
Build-->Build "ProjectName"
When it's done you press on:
Build-->Publish "Projectname".
Done!
wixmef 2 years ago
Very nice + good quality 5/5 =D
hl2mukkel 3 years ago
thank youuuu : )
cottonkandynb 3 years ago
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"
Ri1520 3 years ago
This has been flagged as spam show
Check my virus prank out :P
watch?v=vQBu7BWmXkE
Senquell 3 years ago
i just get a txtserial is not declared
myg0tpurepunk 3 years ago
thanks a lot.you're tutorial has been very helpful to me.
1bluesky9 3 years ago
Sometimes Monkeys can be people too...
AniStick 3 years ago 2
This is awesome!
such a high quality of the video!
easy to follow!
This tutorial is GREAT!
Zaerdna 3 years ago
Amen to camstudio?
calrogman 3 years ago
yep, camstudio in it's very best form...
ComputerFreeaakk 3 years ago
thanks!!!
NLonDS 3 years ago
Nice video
mani544 3 years ago
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
rriinnnniirr 3 years ago
ISNT THIS 2008?
Superduperhog 3 years ago
it is 08
h3tricks 3 years ago
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.
computerhackr 3 years ago
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.
VVizzKid 3 years ago 14
This has been flagged as spam show
FUCK you. Learn C++ instead of noobish shit like VB!
computerhackr 3 years ago
i made one like, ideal for filenames, it generates a random 8-letter name
whirly1300 3 years ago
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
lmtx45 3 years ago
nice job!!!!
Tpsp200 3 years ago
i don't get it...
ithnku8mysock 3 years ago
omfg!
i thought was bad coder, but this is worst!
arthasmx 3 years ago
Thanks MrBibber ^^ (you gubbler ^^)
With your code i made this keygen ^^
DeluxeAmar 4 years ago
what the hell is a gubbler
MrBibber 3 years ago
whatever...
this paste in the button1:
Textbox1.Text = Int(Rnd() * 10)
MrBibber 4 years ago
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
MrBibber 4 years ago
Thanks alot!!!
Finally i can make Fake Keygens =P
cheat12code 4 years ago
not-working one's
mavamaarten 4 years ago
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
halo2online 4 years ago
lol vb 2005 is the newer than vb6 lol. this it 2008. i dont know why they name it 2005 lolz
plsnobitches 4 years ago
wow vb5 looks better than 6
cheat12code 4 years ago
it's 2005 express !
mavamaarten 4 years ago
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
DVineMe 4 years ago
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
DVineMe 4 years ago
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!
DVineMe 4 years ago
-.-" This is visual studio 2008
wuddup123456789 4 years ago
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!
loxaXcracker 4 years ago
i have nearly got there but the code i generate doesnt change any help?
kennyspark3993 4 years ago
This tutorial rocks :D
Keygensmusic 4 years ago
Nice tutorial
heaton0 4 years ago
lol this may be dumb but how do i link to the next form ie form1 to link to my form2
plz help
chris2k7chaser 4 years ago
"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.
fouiner 4 years ago
what does it say at the top? the
System.Object, part? because it doesn't show it all
curtisturner31 4 years ago
how did you get to the thing where you can chose what to make the window look like?
Killingcheese 4 years ago
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"
kitcer 4 years ago
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
plsnobitches 4 years ago
I agree with plsnobitches
notebookgmail 4 years ago
Mind making a tutorial like this with c++?
Slash27015 4 years ago
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.
Jawad170 4 years ago
Or you can send me files on my e-mail
notebookgmail 4 years ago
ok tnx
notebookgmail 4 years ago
Can you type all text that you typed in video plz
notebookgmail 4 years ago
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.
Infusionx187x 4 years ago
tnx
notebookgmail 4 years ago
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
notebookgmail 4 years ago
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...
Infusionx187x 4 years ago
5 stars ;)
Member1607 4 years ago
Nice tutorial. :)
Ilikewatermelon27 4 years ago
Thank you.
Infusionx187x 4 years ago
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,
tosikosi 4 years ago