Thread: Number Gen

Page 3 of 3 FirstFirst 123
Results 31 to 38 of 38
  1. #31
    whit+'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    37
    My Mood
    Breezy
    IM KING DICK

  2. #32
    -xGhost-'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    C:\Sytem32
    Posts
    344
    Reputation
    9
    Thanks
    57
    My Mood
    Relaxed
    I though Whit was a women,

    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/ProXtremeSignature.png[/IMG]

    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Signature.png[/IMG]

  3. #33
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    lolno.
    hes black.



    Put this image in your signature if you support HTML5 development!

  4. #34
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    naws. whit is as white as you can get. ive seen him on webcam

  5. #35
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by flameswor10 View Post
    Ouch. I really did not leech this.
    I didn't see that function posted anywhere on any forums so i decided to post it

    I promise you though, I did not leech it from the website.
    I saw a tutorial which wasn't in a function so i made it cleaner and turned it into a function
    Just *happened* to come up with identical variable names and structure I suppose?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #36
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by Jason View Post


    Just *happened* to come up with identical variable names and structure I suppose?
    The thing I converted looked like this

    Code:
    #include <iostream> 
    #include <ctime> 
    #include <cstdlib>
    
    using namespace std;
    
    int main() 
    { 
        srand((unsigned)time(0)); 
        int random_integer; 
        int lowest=1, highest=10; 
        int range=(highest-lowest)+1; 
        for(int index=0; index<20; index++){ 
            random_integer = lowest+int(range*rand()/(RAND_MAX + 1.0)); 
            cout << random_integer << endl; 
        } 
    }
    No I do not make game hacks anymore, please stop asking.

  7. #37
    Kookeedoh's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In Your Bed
    Posts
    229
    Reputation
    10
    Thanks
    35
    My Mood
    Relaxed
    Chocolate RQed :P
    Im Just A Choob
    Respect- [MPGH]KING, [MPGH]WarPathSin Harry11
    Rep Me If you actually clicked Unlike the post hahaha (Y)
    My MPGH goals:


    Become a Trusted Member [ ]
    My First Mod [ ]
    My Own CA Hack [ ]

  8. #38
    u1111u's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    uk
    Posts
    262
    Reputation
    9
    Thanks
    49
    My Mood
    Buzzed
    nice m8
    Joe06 Backup

Page 3 of 3 FirstFirst 123