Results 1 to 3 of 3
  1. #1
    AntonUnverAccounts's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Location
    ΛNTONs LOCΛTION
    Posts
    836
    Reputation
    133
    Thanks
    220

    Question Making my own generator but need a bit help. Please visit

    Hey coders! Well, I started creating my generator. If you are wondering what is this generator about, is for Steam Keys - Spotify Account Generator.I have got confused with the code. I want to set RadioButton1 once I click it, for example, to bring me the account to TextBox1. I want to be like this for example:

    Code:
    If RadioButton1.Checked Then
    
            End If
    
            Dim array As String() = New WebClient().DownloadString("https://pastebin.com/raw/JhcvQVP0").Split(New Char() {vbLf})
            Me.TextBox1.Text = array(New Random().[Next](0, array.Length))
    I know it's completely wrong, but I want once I click the RadioButton1 to bring me the accounts. I need only coders and not time wasters <3. Thanks a lot. Sorry for wasting your time but I am not a professional coder .
    Last edited by AntonUnverAccounts; 04-20-2018 at 03:31 PM.

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    I don't understand the Question, do you mean just?
    Code:
    If Me.RadioButton1.Checked Then
       Me.TextBox1.Text = "MyRandomContent"
    End If

  3. #3
    AntonUnverAccounts's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Location
    ΛNTONs LOCΛTION
    Posts
    836
    Reputation
    133
    Thanks
    220
    Quote Originally Posted by MikeRohsoft View Post
    I don't understand the Question, do you mean just?
    Code:
    If Me.RadioButton1.Checked Then
       Me.TextBox1.Text = "MyRandomContent"
    End If
    I did it. Thanks man

Similar Threads

  1. Replies: 5
    Last Post: 01-21-2012, 06:29 PM
  2. I want to learn how to make my own hacks (I need help)
    By Dr3gon81 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 10-06-2010, 11:47 PM
  3. Need a bit help.
    By madbullet in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-23-2009, 06:57 AM
  4. Replies: 0
    Last Post: 09-01-2008, 08:28 PM
  5. i want to make my own hack but...
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 06-24-2007, 05:25 PM