[TUT]Make Multi Keygen In VB - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [TUT]Make Multi Keygen In VB (/showthread.php?tid=6261) |
[TUT]Make Multi Keygen In VB - RaZoR03 - 04-15-2010 Today i will show you how to make a simple keygen in VB. What you will need. 2 TextBoxes 1 Button Now rename,change,etc to make your keygen look nice. When you have finished that,double click the button Then enter paste the code from below.. And use your own serials.. Code: TextBox1.Text = Int(Rnd() * 6) Done. Enjoy RE: [TUT]Make Multi Keygen In VB - cm31 - 04-15-2010 Thanks For The Add Mate Nice Work !!! RE: [TUT]Make Multi Keygen In VB - ShuTdown - 04-15-2010 Looks nice GUI Is cool RE: [TUT]Make Multi Keygen In VB - cm31 - 04-15-2010 Yes Its Very Nice RE: [TUT]Make Multi Keygen In VB - Kewlz - 04-15-2010 can u tell me how did u make the Background RE: [TUT]Make Multi Keygen In VB - phire nuk3r - 04-15-2010 Wow i thought things like this were alot more complicated. After seeing this i may try and learn hot to code in vb. Thanks for opening my eyes, and for the share |