Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    Landid's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    30

    I need some help here

    Fixed
    got it
    no need for more help
    Last edited by Landid; 11-01-2010 at 10:12 PM. Reason: No more help needed
    My mods:
    Hawk to Predator Mod: https://www.mpgh.net/forum/210-combat...ml#post1614764
    Scorpion to Humoniod Drone: https://www.mpgh.net/forum/210-combat...ml#post1614853

    Scorpion Alien Head mod https://www.mpgh.net/forum/210-combat...ml#post1624295
    Also Thank me if you like my mods.

  2. #2
    Unsuccessful's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Road to Success
    Posts
    10,524
    Reputation
    822
    Thanks
    717
    /csb .

    Rick
    Mr.T
    Unsuccessful

  3. #3
    Jailbroken671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    13 28 N, 144 47 E
    Posts
    9,021
    Reputation
    704
    Thanks
    2,073
    My Mood
    Devilish
    good luck with that
    just do that in your spare time.

  4. #4
    Terio's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Hmm Let me Think
    Posts
    5,763
    Reputation
    125
    Thanks
    477
    My Mood
    Blah
    i bet you want to try to steal accounts....

  5. #5
    CaT-'s Avatar
    Join Date
    Jun 2009
    Gender
    female
    Posts
    7,336
    Reputation
    311
    Thanks
    488
    My Mood
    Amused
    Look it up on google.
    ex-
    ex-x2
    ex-

  6. #6
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    Quote Originally Posted by Furby View Post
    i bet you want to try to steal accounts....
    Probably >_>
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  7. #7
    Ryan's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    7,919
    Reputation
    411
    Thanks
    998
    My Mood
    Relaxed
    Write it.
    Learn a programming language for a month or so and I'm sure you can figure it out.

  8. #8
    LESNARJr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Unsuccessful's house.
    Posts
    1,599
    Reputation
    79
    Thanks
    63
    google or do it yourself


    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpgha.gif[/IMG]
    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpghm.gif[/IMG]

    READ THIS


    FRIENDS 4 EVER

  9. #9
    Ian's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    ส้้้้้้้้้้้้้
    Posts
    5,827
    Reputation
    506
    Thanks
    892
    a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, v, u, w, x, y, z.

    0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

    you are welcome.

  10. #10
    CRUSTY's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    ._.
    Posts
    8,015
    Reputation
    161
    Thanks
    497
    My Mood
    Pensive
    None 4 u.

  11. #11
    CaT-'s Avatar
    Join Date
    Jun 2009
    Gender
    female
    Posts
    7,336
    Reputation
    311
    Thanks
    488
    My Mood
    Amused
    just google it.
    ex-
    ex-x2
    ex-

  12. #12
    Jazk's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia
    Posts
    6,001
    Reputation
    280
    Thanks
    371
    My Mood
    Dead
    [B]Jakz2 xd[ /B]
    Improve and contribute to the LoL section, anything you do could save it.


    __________________________________________________ ____________





  13. #13
    Khalifa's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    In gods hands Post:5,421
    Posts
    2,586
    Reputation
    44
    Thanks
    137
    My Mood
    Blah
    Quote Originally Posted by Ian View Post
    a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, v, u, w, x, y, z.

    0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

    you are welcome.
    Hhaha i was gonna do this.

  14. #14
    Irony's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    MPGH where else?
    Posts
    5,969
    Reputation
    285
    Thanks
    539
    My Mood
    Busy
    dfsdgyui34u You happy?

  15. #15
    Landid's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    30
    Many useless replys... so i coded a 5 letter generator and if you smart enough you can change it to and length.
    Code In VB
    Code:
    Dim chars() As Char = New Char() {"A"c, "B"c, "C"c, "D"c, "E"c}
            Dim t As Date = Date.Now
            For Each c0 As Char In chars
                For Each c1 As Char In chars
                    For Each c2 As Char In chars
                        For Each c3 As Char In chars
                            For Each c4 As Char In chars
                                TextBox1.AppendText(c0 & c1 & c2 & c3 & c4 & Environment.NewLine)
                            Next
                        Next
                    Next
                Next
            Next
            MsgBox(TextBox1.Lines.Length - 1 & " combinations created from " & chars.Length & " characters in " & Date.Now.Subtract(t).TotalSeconds & " seconds")
    Ill also upload the file so heres the virus scan
    VirusTotal - Free Online Virus, Malware and URL Scanner
    Last edited by Landid; 11-01-2010 at 07:22 PM. Reason: add [code][/code]
    My mods:
    Hawk to Predator Mod: https://www.mpgh.net/forum/210-combat...ml#post1614764
    Scorpion to Humoniod Drone: https://www.mpgh.net/forum/210-combat...ml#post1614853

    Scorpion Alien Head mod https://www.mpgh.net/forum/210-combat...ml#post1624295
    Also Thank me if you like my mods.

Page 1 of 3 123 LastLast

Similar Threads

  1. plz i need some help here
    By *Ex* in forum CrossFire Discussions
    Replies: 6
    Last Post: 10-21-2010, 10:25 AM
  2. i need some help here !!
    By adyson_19 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 09-23-2010, 06:42 AM
  3. need some help here
    By masterao in forum WarRock Discussions
    Replies: 3
    Last Post: 08-25-2010, 08:31 AM
  4. [SOLVED]Need Some Help Here
    By KiZZx in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 08-21-2010, 06:59 AM
  5. Hello! Need some help here!
    By Rossvelt in forum Battlefield Heroes Hacks
    Replies: 5
    Last Post: 01-18-2010, 09:44 AM