Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy

    Question First coding language to learn?

    I really want to start coding hacks and different applications.
    The problem is that I can't code.
    What would be a really good starting language that is usefull?
    PS: I prefer a challenge.
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  2. #2
    Implify's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Jigsaw's Pants
    Posts
    8,367
    Reputation
    629
    Thanks
    983
    Depends what you're looking for. I'd suggest C++ but that requires patience

  3. #3
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by Complixity View Post
    Depends what you're looking for. I'd suggest C++ but that requires patience
    Mostly to develop hacks as I stated.
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  4. #4
    Implify's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Jigsaw's Pants
    Posts
    8,367
    Reputation
    629
    Thanks
    983
    Quote Originally Posted by Spaghetti Master View Post

    Mostly to develop hacks as I stated.
    C++ it is then. Do realize you're going to spend months possibly just learning it.

  5. The Following User Says Thank You to Implify For This Useful Post:

    Spaghetti Master (07-03-2013)

  6. #5
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by Complixity View Post


    C++ it is then. Do realize you're going to spend months possibly just learning it.
    I am a fast learner.
    INB4 I learn it in a week, lol.
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  7. #6
    Implify's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Jigsaw's Pants
    Posts
    8,367
    Reputation
    629
    Thanks
    983
    Quote Originally Posted by Spaghetti Master View Post

    I am a fast learner.
    INB4 I learn it in a week, lol.
    Friend of mine from school has the book. It's very big in size so I'd take time into it.

  8. #7
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by Complixity View Post


    Friend of mine from school has the book. It's very big in size so I'd take time into it.
    FUCK BOOKS, I GO HARD MUTHA FUCKA.
    PS: Your friend might want to read this.
    Comfort Zone, Growth Zone, Panic Zone and Situational Goals: Life Is Easier Than You Think | AJATT | All Japanese All The Time
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  9. #8
    programboy3's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    317
    Reputation
    10
    Thanks
    38
    My Mood
    Cool
    Quote Originally Posted by Spaghetti Master View Post
    HUEHUEHUE. AJATT

    OT: C and C++ are your best bet for coding hacks. Knowledge of reverse engineering and assembly is also very useful.
    If you want to be making GUI applications on Windows, C# is the best (and easiest) choice.
    Very similar in syntax to C and C++, but is managed. You can also create GUI applications with C/++ using WinAPI or other 3rd party libraries, like WxWidgets.

    I recommend you don't bother with Visual Basic.
    Last edited by programboy3; 07-03-2013 at 08:52 PM.

  10. The Following User Says Thank You to programboy3 For This Useful Post:

    Spaghetti Master (07-03-2013)

  11. #9
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by programboy3 View Post
    HUEHUEHUE. AJATT

    OT: C and C++ are your best bet for coding hacks. Some knowledge or reverse engineering and assembly is also very useful.
    If you want to be making GUI applications on Windows, C# is the best (and easiest) choice.
    Very similar in syntax to C and C++, but is managed. You can also create GUI applications with C/++ using WinAPI or other 3rd party libraries, like WxWidgets.

    I recommend you don't bother with Visual Basic.
    I'll learn C# first then, thanks mang.
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  12. #10
    programboy3's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    317
    Reputation
    10
    Thanks
    38
    My Mood
    Cool
    Quote Originally Posted by Spaghetti Master View Post

    I'll learn C# first then, thanks mang.
    I forgot to mention, sorry.

    With C# you can create a hack, but you will still have to referencing native functions and such to actually make the hack, so it's much more headache than it is worth.

    C and C++ are still best for hacking. Assembly if you want too.

  13. #11
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by programboy3 View Post
    I forgot to mention, sorry.

    With C# you can create a hack, but you will still have to referencing native functions and such to actually make the hack, so it's much more headache than it is worth.

    C and C++ are still best for hacking. Assembly if you want too.
    I'll learn C++ then.
    lel
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  14. #12
    Arun's Bitch's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Location
    Not even gay
    Posts
    1,482
    Reputation
    265
    Thanks
    206
    My Mood
    Angelic
    Start with C#. Makes learning C++ a lot easier. @Spaghetti Master

  15. #13
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by Sky Plus View Post
    Start with C#. Makes learning C++ a lot easier. @Spaghetti Master
    I am already half way through learning C++.
    Sure though, this shit is easy as hell anyway.
    Last edited by Spaghetti Master; 07-03-2013 at 09:52 PM.
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




  16. #14
    Arun's Bitch's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Location
    Not even gay
    Posts
    1,482
    Reputation
    265
    Thanks
    206
    My Mood
    Angelic
    Quote Originally Posted by Spaghetti Master View Post

    I am already half way through learning C++.
    Sure though, this shit is easy as hell anyway.
    Bullshit. It takes at least a month to get a hang of it. What are you learning from?

  17. #15
    Spaghetti Master's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In a gangsta's paradise
    Posts
    2,889
    Reputation
    296
    Thanks
    1,751
    My Mood
    Happy
    Quote Originally Posted by Sky Plus View Post

    Bullshit. It takes at least a month to get a hang of it. What are you learning from?
    C++ Language Tutorial - C++ Documentation
    I was just about to start classes.
    I constantly post OC on my tumblr: https://spaghetti-master.tumblr.com/



    Info
    About me: I am the best there is.
    Add me on Skype if you are into autistic humor.

    Previous name: Hax3rman

    Links
    MPGH for dummies
    The rules of conduct.
    A playlist of awesome shit I find on youtube.



    My current favorite song




Page 1 of 3 123 LastLast

Similar Threads

  1. [HELP] First coding done in progress
    By zatchbell3 in forum Combat Arms Coding Help & Discussion
    Replies: 12
    Last Post: 10-01-2010, 08:54 PM
  2. Question| what CoDing Language......
    By lolsasalol in forum CrossFire Help
    Replies: 5
    Last Post: 07-28-2010, 11:58 AM
  3. how/why did you get into learning a coding language
    By maiyahi1 in forum C++/C Programming
    Replies: 19
    Last Post: 07-24-2009, 11:00 PM
  4. Coding Languages
    By supernova2131 in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 06-18-2009, 10:10 AM
  5. No wonder every coding language gets detected! -vid-
    By apezwijn in forum WarRock - International Hacks
    Replies: 29
    Last Post: 01-14-2008, 03:04 PM