(adsbygoogle = window.adsbygoogle || []).push({});
OK so im assuming if your reading this you have VB.NET if not download it from the Microsoft website.
so now were going to be creating a fake kegen to bind RAT and other viruses monitoring software too.
so create a windows form with 1 label 1 textbox and a button
first go into the textbox settings and set the editable function to false
now lets give the label something like Amazon Gift Card Generator
not much else is needed on the design side so lets code button1
and write in :
Textbox1.Enabled = True
Dim Key As Integer
Key = (rnd() *5 )
Select Case Key
Case 1
Textbox1.text = "Serial Key Here!"
Case 2
Textbox1.text = "Serial Key Here!"
Case 3
Textbox1.text = "Serial Key Here!"
Case 4
Textbox1.text = "Serial Key Here!"
Case 5
Textbox1.text = "Serial Key Here!"
You can have as many cases as you want just type case 6, 7, 8 etc
thanks
hope you enjoyed
-Snoop