Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Learn C++ before making a hack. Buy a big ass C++ book and read it.

  2. The Following User Says Thank You to CodeDemon For This Useful Post:

    markoj (09-04-2010)

  3. #17
    SnowyHawk's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Your Mom's House <3
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Blah
    Quote Originally Posted by CodeDemon View Post
    Learn C++ before making a hack.
    I don't want to buy a book, Too much work.
    And I am trying to learn C++ But these guys aren't helping me!!!!!!!
    This is SnowyHawk, And I approve this message.
    So tell me forum, If I helped you, Would you thank me?

    Combat Arms Info:
    Character Name: --VectoR--
    CBL: Clean
    Activity: Everyday
    By the way, Eric is the best <3

  4. #18
    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 SnowyHawk View Post
    I don't want to buy a book, Too much work.
    And I am trying to learn C++ But these guys aren't helping me!!!!!!!
    You dont to buy a book, theres millions of tutorials online, and the only reason no one will help you is because you don't know c++

    cplusplus.com - The C++ Resources Network
    cplusplus.com - The C++ Resources Network
    cplusplus.com - The C++ Resources Network
    cplusplus.com - The C++ Resources Network
    Dont ban me

  5. #19
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    If you aren't willing to work, you will never succeed in learning or coding.

  6. #20

  7. #21
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    Quote Originally Posted by SnowyHawk View Post
    I don't want to buy a book, Too much work.
    And I am trying to learn C++ But these guys aren't helping me!!!!!!!
    Don't commit if you don't think you can do it.

    Quote Originally Posted by SnowyHawk View Post
    You know what?
    I'm going to just quit trying to even learn this crap.
    You guys aren't helping me one touch and I need it.
    F*ck this crap man, I'm out.
    I'm gonna uninstall this program you guys think is "So easy" To use, and "So Good" At.
    You guys aren't even giving me any tips.
    We are a community centered on not helping newbies. It's your job to learn enough to participate in the discussions.

  8. The Following User Says Thank You to IcySeal For This Useful Post:

    Yepikiyay (09-04-2010)

  9. #22
    SnowyHawk's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Your Mom's House <3
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Blah
    Oh god, You don't understand codedemon.
    I am willing to work, Work hard. I don't want to go to the store to buy a book just so I can learn to program.
    I would rather learn online.
    This is SnowyHawk, And I approve this message.
    So tell me forum, If I helped you, Would you thank me?

    Combat Arms Info:
    Character Name: --VectoR--
    CBL: Clean
    Activity: Everyday
    By the way, Eric is the best <3

  10. #23
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by SnowyHawk View Post
    Oh god, You don't understand codedemon.
    I am willing to work, Work hard. I don't want to go to the store to buy a book just so I can learn to program.
    I would rather learn online.


    God damn read the fucking posts I SAID WHERE A TUTORIAL IS

    DO I NEED TO SPELL IT OUT FOR YOU ?

    Have fun... or not.

  11. #24
    SnowyHawk's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Your Mom's House <3
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Blah
    Quote Originally Posted by Crash View Post


    God damn read the fucking posts I SAID WHERE A TUTORIAL IS
    My sound card is fucked. Not your problem.
    This is SnowyHawk, And I approve this message.
    So tell me forum, If I helped you, Would you thank me?

    Combat Arms Info:
    Character Name: --VectoR--
    CBL: Clean
    Activity: Everyday
    By the way, Eric is the best <3

  12. #25
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by SnowyHawk View Post
    My sound card is fucked. Not your problem.
    Don't go here, go to the wonderful C++ section

  13. #26
    Yepikiyay's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    320
    Reputation
    10
    Thanks
    37
    My Mood
    Drunk
    since you want nx chams here you go

    Code:
    //made by Yepikiyay
    #include <windows.h>
    
    class CILTClient{
    public:
        char unknown[0x208];
        int ( *RunConsoleCommand )( const char * szCommand );
    };
    	
    void main()
    {
    	while(GetModuleHandle("CShell.dll") == NULL || GetModuleHandle("ClientFX.fxd") == NULL || GetModuleHandle("d3d9.dll") == NULL){ Sleep(200); }
    	CILTClient *ILTClient = *(CILTClient**)0x3778CFB0;
    	bool chams = false;
    while(true)
    {
    		if(GetAsyncKeyState(VK_NUMPAD0) &1){
        chams = !chams;
        if(chams){
            ILTClient->RunConsoleCommand("SkelModelStencil 1");
        } else {
            ILTClient->RunConsoleCommand("SkelModelStencil 0");
        }
    }
    Sleep(25);
    }
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    if ( dwReason == DLL_PROCESS_ATTACH )
    { DisableThreadLibraryCalls(hDll);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)&main, NULL, NULL, NULL);
    }
    return TRUE;
    }
    *note, you must turn Unicode to Multi-bytes.

    Enjoy
    Please thank me if you like or downloaded/copied & pasted.

    I Hate You
    Current Status: Online Playing MineCraft

Page 2 of 2 FirstFirst 12

Similar Threads

  1. need help with code
    By rangg in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 10-24-2010, 02:24 PM
  2. need help with coding vip console
    By GER-Domi. in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-10-2010, 03:28 AM
  3. [HELP] Need help with code. REWARD
    By deadskulz in forum Visual Basic Programming
    Replies: 14
    Last Post: 05-24-2010, 05:35 AM
  4. Need help converting code.
    By youngbucks in forum C++/C Programming
    Replies: 16
    Last Post: 01-24-2010, 01:02 PM
  5. I need help with codes
    By MATTHEW4422 in forum Combat Arms Help
    Replies: 0
    Last Post: 10-31-2009, 04:41 PM