Results 1 to 9 of 9
  1. #1
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy

    [Help]Where do i start?

    well its have been a while that i program on C , 2 years to be more efficient. , but , i switched to C++ now , does , any one have a great tutorial , from basic , to advanced hacking ( and everything more , like , injection dll , and all the advanced stuff?)

    like , start from the really start i alredy did this , changing codes and ok , i want to learn the concepts , understood , program/code and then move to harder things , like , idk , creating a macro , ,a badass macro , a good dll to inject or whatever.

    do anyone have it ? if so,i would love to read about!!

    ty everyone that reply , and support, happy hacking!!
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    there's no much difference between C and C++..If you know how to program in C, program in C++ would be easy. Go at:
    tuts4you.com
    and read there some c++ tuts

  3. #3
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Play&Win View Post
    there's no much difference between C and C++..If you know how to program in C, program in C++ would be easy. Go at:
    tuts4you.com
    and read there some c++ tuts
    i wouldn't say that. Because if you code at C only, you won't know that well how OOP works, and you need to get used to it first. But the opposite is quite simple yea.

  4. #4
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Brinuz View Post
    i wouldn't say that. Because if you code at C only, you won't know that well how OOP works, and you need to get used to it first. But the opposite is quite simple yea.
    yea, on C++ are some more functions and other things, but the structure of the language is kinda the same....Is like VB08 with VB10
    In VB10 are some more things and stuff added that on 2008's version they miss. Normally you would start from the basics, but it wouldn't take so much time to learn, b'cuz I think he can understand the language..

  5. #5
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy
    Quote Originally Posted by Play&Win View Post


    yea, on C++ are some more functions and other things, but the structure of the language is kinda the same....Is like VB08 with VB10
    In VB10 are some more things and stuff added that on 2008's version they miss. Normally you would start from the basics, but it wouldn't take so much time to learn, b'cuz I think he can understand the language..
    yes i can understand very well , acctually , i want to get out of simple programs , like , dk , calculators, quiz , and these things, i want to build C++ macros , dlls ,Hacks , idk , do somethign really usefull

    also , ty for the link , ill take a look aftr !
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!

  6. #6
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Play&Win View Post


    yea, on C++ are some more functions and other things, but the structure of the language is kinda the same....Is like VB08 with VB10
    In VB10 are some more things and stuff added that on 2008's version they miss. Normally you would start from the basics, but it wouldn't take so much time to learn, b'cuz I think he can understand the language..
    VB08 and VB10 is the same.. VB.NET, what changed was the IDE and the Framework, when they released 4.0 .NET framework. But its the same language.. Exactly the same.
    But you can't say the same about C and C++ and C# and Obj-C, etc..

  7. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Brinuz View Post
    VB08 and VB10 is the same.. VB.NET, what changed was the IDE and the Framework, when they released 4.0 .NET framework. But its the same language.. Exactly the same.
    But you can't say the same about C and C++ and C# and Obj-C, etc..
    but I were sure that in VB08 weren't some funcs that in VB10 were.

  8. #8
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Play&Win View Post


    but I were sure that in VB08 weren't some funcs that in VB10 were.
    VB is a language that works with support of .NET framework (Just like C#).

    You guys tend to call VB08 or VB10, but they are the same, the IDE that microsoft provides is just that.. an IDE.

    The .NET framework released a new version when MSVB2010 IDE was released (or around), and that version is the framework 4.0, which has more stuff than the 3.5 version which came with MSVB2008.

    You know that you can code VB.NET in a text editor, and then compile it manually right? You don't need to use any IDE at all.
    Last edited by 'Bruno; 03-17-2011 at 01:51 PM.

  9. #9
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy
    ok but , do any of u guys , have a place to recomend starting from ?

    i downloaded some exercices , so im doing it, it says tht im in intermediare

    not begginner , but not advanced, in the middle , so , idk what to do to improve my self to advanced , i wanna code hack and sheet , like the frist post says . follow it .
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!