[HELP] VB08 GCgen menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Miksu's Avatar Contributor
    Reputation
    244
    Join Date
    Nov 2007
    Posts
    730
    Thanks G/R
    216/25
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [HELP] VB08 GCgen

    Can some1 make a a code for VB08. The code must be like this:
    When i write something in "valid gamecard code" textbox and press generate
    it makes a fake code that i can choose, like it makes gc code like this if i want:
    1111-222222-3333-555555-7776 NOT ramdom code.

    AND sorry for my bad english :/ Hope some understand me


    [HELP] VB08 GCgen
  2. #2
    Cush's Avatar Elite User
    Reputation
    504
    Join Date
    May 2006
    Posts
    528
    Thanks G/R
    3/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont understand.

    How can it not make a random code, but generate a GC that you want?

    Cant you just type them out?

    Or do you want a program to randomly generate gamecards in the correct format (With the - and such)

  3. #3
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think he means he wants to be able to set what the generator gives out, so he can put in a load of used ones maybe? If that's the case, just make an array of strings then pick a random item in the array.

  4. #4
    Miksu's Avatar Contributor
    Reputation
    244
    Join Date
    Nov 2007
    Posts
    730
    Thanks G/R
    216/25
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you help me with it? Iam kinda newbie in VB


  5. #5
    Cush's Avatar Elite User
    Reputation
    504
    Join Date
    May 2006
    Posts
    528
    Thanks G/R
    3/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Miksu View Post
    Can you help me with it? Iam kinda newbie in VB
    I would, but im still not very clear on what you want exactly.

    Do you want a program that creates random fake gamecard codes for you?

  6. #6
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Assuming it's what I said,
    Code:
    Dim GC() As String
    GC(1) = "first gc goes here"
    GC(2) = "second gc goes here"
    Do that on form load, repeating until you have all the gcs you want in. On the button click:
    Code:
    Dim Random as Integer
    Randomize
    Random = Int(Rnd*[the number of gcs you entered] + 1)
    MsgBox(gc(random))
    Hope that helps a bit.

Similar Threads

  1. Help WoW Fish-Bot
    By Eliteplague in forum World of Warcraft General
    Replies: 2
    Last Post: 12-10-2024, 05:46 PM
  2. {help} Advanced Login VB08
    By omg_lol in forum Programming
    Replies: 3
    Last Post: 02-03-2009, 02:28 PM
  3. Help meh vb08
    By omg_lol in forum Programming
    Replies: 6
    Last Post: 01-18-2009, 09:49 PM
  4. Hit points and talent points? Please help
    By hankusdankus in forum World of Warcraft General
    Replies: 6
    Last Post: 05-04-2006, 02:00 PM
  5. bot help
    By xwhitedeathx in forum World of Warcraft General
    Replies: 3
    Last Post: 05-01-2006, 03:50 AM
All times are GMT -5. The time now is 03:59 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search