Thread: 1 on 1 tutorial

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 40
  1. #16
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by yomo710 View Post
    ive been learning for more than 3 days
    Are you telling me you can learn all of this in a few days?
    Learn C++ -
    No one can take in all of that information in such a short time, not even with Eidetic memory, it would still take months.
    Dont ban me

  2. #17
    yomo710's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    United States
    Posts
    868
    Reputation
    9
    Thanks
    115
    My Mood
    Amused
    by that i meant finish learning c++
    I usually don't spend this much time on the internet, but when I do, I'm on some forum.
    Gift me credits or BTC! 1MktRupu3Goup79PrnYFW13bRi9wciiWWs


    Buying all starbucks accounts with currency!

  3. #18
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Go Back to Learning Son.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  4. #19
    Drezdor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    North Carolina
    Posts
    16
    Reputation
    9
    Thanks
    1
    My Mood
    Blah
    Doesnt matter how long it takes him to learn it. C++ programming is always growing and changing, no one on this site can claim to know even half of the knowledge. How many are actually Comptia A+ certified for computer programming. How many have actually had a job working with C++ software.

  5. #20
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by yomo710 View Post
    by that i meant finish learning c++
    explain this code to me
    [code]
    #include <windows.h>


    class BB
    {
    int a1;
    int a2;
    int a3;

    void __cdelc a4();
    }a5;


    int main()
    {
    a5.a3 = 1;
    a5.a4;
    do{
    a5.a4;
    }while(a5.a3);
    }

    void __cdelc BB::a4()
    {
    __asm{
    PUSH "Time Finished"
    MOV EAX,[0x00324523]
    CALL [0x0013F9CC]
    ADD ESP,9
    }
    }

  6. #21
    yomo710's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    United States
    Posts
    868
    Reputation
    9
    Thanks
    115
    My Mood
    Amused
    hes right thx atleast 1 person here makes scense
    I usually don't spend this much time on the internet, but when I do, I'm on some forum.
    Gift me credits or BTC! 1MktRupu3Goup79PrnYFW13bRi9wciiWWs


    Buying all starbucks accounts with currency!

  7. The Following User Says Thank You to yomo710 For This Useful Post:

    Drezdor (08-27-2010)

  8. #22
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    [/code]
    but you dont have to answer the asm part because i know your way to illknowledged to understand that

  9. #23
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by yomo710 View Post
    hes right thx atleast 1 person here makes scense
    Now you dont make sense? Maybe learn English first? /

  10. #24
    yomo710's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    United States
    Posts
    868
    Reputation
    9
    Thanks
    115
    My Mood
    Amused
    if your not gonna help me pleasedont post
    I usually don't spend this much time on the internet, but when I do, I'm on some forum.
    Gift me credits or BTC! 1MktRupu3Goup79PrnYFW13bRi9wciiWWs


    Buying all starbucks accounts with currency!

  11. #25
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by TheFallenOwns View Post
    explain this code to me

    Code:
    #include <windows.h>
    
    
    class BB 
    {
            int a1;
            int a2;
            int a3;
    
            void __cdelc a4();
    }a5;
    
    
    int main()
    {
          a5.a3 = 1;
          a5.a4;
          do{
              a5.a4;
           }while(a5.a3);
    }
    
    void __cdelc BB::a4()
    {
                __asm{
                       PUSH "Time Finished"
                       MOV EAX,[0x00324523]
                       CALL [0x0013F9CC]
                       ADD ESP,9
                 }
    }
    Code Tags Help. /
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  12. #26
    yomo710's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    United States
    Posts
    868
    Reputation
    9
    Thanks
    115
    My Mood
    Amused
    wat was that for whatup
    I usually don't spend this much time on the internet, but when I do, I'm on some forum.
    Gift me credits or BTC! 1MktRupu3Goup79PrnYFW13bRi9wciiWWs


    Buying all starbucks accounts with currency!

  13. #27
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by whatup777 View Post
    Code Tags Help. /
    i know i forgot the [/code] and for some reason mpgh doesnt support post editing....
    that and i got banned from dling even though i havnt dled anything ever....

  14. #28
    Mr.Mageman's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    11
    Thanks
    17
    Quote Originally Posted by TheFallenOwns View Post
    explain this code to me
    [code]
    #include <windows.h>


    class BB
    {
    int a1;
    int a2;
    int a3;

    void __cdelc a4();
    }a5;


    int main()
    {
    a5.a3 = 1;
    a5.a4;
    do{
    a5.a4;
    }while(a5.a3);
    }

    void __cdelc BB::a4()
    {
    __asm{
    PUSH "Time Finished"
    MOV EAX,[0x00324523]
    CALL [0x0013F9CC]
    ADD ESP,9
    }
    }
    Wow even i had troubble reading that... please name the Vars in a more readable way xD

  15. #29
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by Mr.Mageman View Post


    Wow even i had troubble reading that... please name the Vars in a more readable way xD
    the point of the vars was to not provide hints he should if he knows C++ that should be no issue

    however i do understand the no vars are a little annoying xD

  16. #30
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by TheFallenOwns View Post
    explain this code to me
    [code]
    #include <windows.h>


    class BB
    {
    int a1;
    int a2;
    int a3;

    void __cdelc a4();
    }a5;


    int main()
    {
    a5.a3 = 1;
    a5.a4;
    do{
    a5.a4;
    }while(a5.a3);
    }

    void __cdelc BB::a4()
    {
    __asm{
    PUSH "Time Finished"
    MOV EAX,[0x00324523]
    CALL [0x0013F9CC]
    ADD ESP,9
    }
    }
    wut dus include do? /

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Tutorial] Change your IP to unban yourself
    By Super-Man in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 10-13-2019, 03:33 AM
  2. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  3. Gunz Hack - Tutorial
    By Dave84311 in forum General Game Hacking
    Replies: 12
    Last Post: 01-09-2006, 08:16 PM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Photoshop Tutorials
    By Dave84311 in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-31-2005, 07:21 AM