Results 1 to 6 of 6
  1. #1
    Iam"iDude"'s Avatar
    Join Date
    Sep 2007
    Location
    El Estado unido de América (Tejas)
    Posts
    235
    Reputation
    10
    Thanks
    2

    Random Number Generator

    i made a small program in vb6 that generates random numbers. tell me if it ever goes down to zero / if you can stand how long it takes =D

    i will post a virus scan anyways but i am telling you right now its clean :-/
    have fun =D

  2. The Following User Says Thank You to Iam"iDude" For This Useful Post:

    drsezs3 (04-06-2014)

  3. #2
    Threadstarter
    Advanced Member
    Iam"iDude"'s Avatar
    Join Date
    Sep 2007
    Location
    El Estado unido de América (Tejas)
    Posts
    235
    Reputation
    10
    Thanks
    2
    File RNG.exe received on 10.02.2007 04:17:14 (CET)
    Current status: Loading ... queued waiting scanning finished NOT FOUND STOPPED
    Result: 0/32 (0%)
    Loading server information...
    Your file is queued in position: ___.
    Estimated start time is between ___ and ___ .
    Do not close the window until scan is complete.
    The scanner that was processing your file is stopped at this moment, we are going to wait a few seconds to try to recover your result.
    If you are waiting for more than five minutes you have to resend your file.
    Your file is being scanned by VirusTotal in this moment,
    results will be shown as they're generated.
    Compact Compact
    Print results Print results
    Your file has expired or does not exists.
    Service is stopped in this moments, your file is waiting to be scanned (position: ) for an undefined time.

    You can wait for web response (automatic reload) or type your email in the form below and click "request" so the system sends you a notification when the scan is finished.
    Email:

    Antivirus Version Last Update Result
    AhnLab-V3 2007.10.2.0 2007.10.01 -
    AntiVir 7.6.0.18 2007.10.01 -
    Authentium 4.93.8 2007.10.02 -
    Avast 4.7.1043.0 2007.10.01 -
    AVG 7.5.0.488 2007.10.01 -
    BitDefender 7.2 2007.10.02 -
    CAT-QuickHeal 9.00 2007.10.01 -
    ClamAV 0.91.2 2007.10.02 -
    DrWeb 4.33 2007.10.01 -
    eSafe 7.0.15.0 2007.10.01 -
    eTrust-Vet 31.2.5178 2007.10.01 -
    Ewido 4.0 2007.10.01 -
    FileAdvisor 1 2007.10.02 -
    Fortinet 3.11.0.0 2007.10.01 -
    F-Prot 4.3.2.48 2007.10.01 -
    F-Secure 6.70.13030.0 2007.10.02 -
    Ikarus T3.1.1.12 2007.10.02 -
    Kaspersky 7.0.0.125 2007.10.02 -
    McAfee 5131 2007.10.01 -
    Microsoft 1.2803 2007.10.02 -
    NOD32v2 2563 2007.10.01 -
    Norman 5.80.02 2007.10.01 -
    Panda 9.0.0.4 2007.10.01 -
    Prevx1 V2 2007.10.02 -
    Rising 19.43.00.00 2007.10.01 -
    Sophos 4.22.0 2007.10.02 -
    Sunbelt 2.2.907.0 2007.10.02 -
    Symantec 10 2007.10.02 -
    TheHacker 6.2.6.075 2007.10.01 -
    VBA32 3.12.2.4 2007.10.01 -
    VirusBuster 4.3.26:9 2007.10.01 -
    Webwasher-Gateway 6.0.1 2007.10.01 -
    Additional information
    File size: 20480 bytes
    MD5: de5a7939537dcccc75b05ed7f8048ce5
    SHA1: c3ee5d09e943c3a192b68c759985f7e44dded6ed

  4. #3
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    I did the same thing , thinking i could make a gen but.. Is there a way to make sure the same to letters show up? infront

  5. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    If you making a keygen is should not be 100% random numbers there is usally a pattern. Anoth thing. Gens that go in an order in witch getting every combonation is a really bad I idea to attempt in VB, I suggest you go on to C++ its not that hard, I think its like 4 lines of code(not including the "includes", "defines" and main sub.


    And yes you can make it have two letters at the front.

    return "AB" + randomGenratedNumber.ToString
    Last edited by radnomguywfq3; 10-02-2007 at 06:58 AM.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  6. #5
    Threadstarter
    Advanced Member
    Iam"iDude"'s Avatar
    Join Date
    Sep 2007
    Location
    El Estado unido de América (Tejas)
    Posts
    235
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by jetamay View Post
    If you making a keygen is should not be 100% random numbers there is usally a pattern. Anoth thing. Gens that go in an order in witch getting every combonation is a really bad I idea to attempt in VB, I suggest you go on to C++ its not that hard, I think its like 4 lines of code(not including the "includes", "defines" and main sub.


    And yes you can make it have two letters at the front.

    return "AB" + randomGenratedNumber.ToString

    actually my code is like 5 lines.
    i have a declare function that is a bit better then the 1 default in vb6
    then all i had to do was put the code in the timer to make it generate the code. as far as i have seen there isnt a pattern just random numbers :-/ oh btw the max is 10k :P

  7. #6
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    ...I mean if you were to do arranged Numbers that were all diffrent, like to find all Combonations of a 6 letters\numbers. And you wouldn't store all the values on the CPU would you? its a larg waste of time and space, you would save it into text file, then reopen or read the lines.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


Similar Threads

  1. Generating Unique Random Numbers?
    By apandhi in forum C++/C Programming
    Replies: 10
    Last Post: 05-23-2010, 11:51 AM
  2. [Question]Random Number+Letter Generator
    By Dreamer in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-08-2010, 10:34 PM
  3. [TuT]Generate Random Number
    By Iamazn1 in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-09-2009, 11:10 PM
  4. Random Integer Generator
    By SpiderByte in forum C++/C Programming
    Replies: 12
    Last Post: 02-19-2006, 04:46 AM
  5. Random Integer Generator
    By SpiderByte in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-22-2006, 09:51 AM