Thread: plz look and help me im desperate

  1. #1
    Unregistered
    Guest

    Unhappy plz look and help me im desperate

    i have read all about c++ and other jnk but i still dont understand it....i only starte to learn it so that i could learn to make hacking programs for diablo but now im just confused..could somone plz give me advice ora link or nething???!!! email me at http://[email protected]thx

  2. #2
    Registered User *pointer's Avatar
    Join Date
    Oct 2001
    Posts
    74
    You can read all you want, but you still won't know jack until you actually try and use it. Believe me when I say that actually writing programs opens the doors of understanding.
    pointer = NULL

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    30

    Start with this:-

    This will give you a start:-

    #include<iostream.h>

    int main()
    {
    for(int x=0;x<99;x++)
    {
    cout<<"I will not hack other people's programs!\n";
    };
    return 0;
    };
    Homer

    D'OH!

    mmmmmmmm... iterations

  4. #4
    Registered User ski6ski's Avatar
    Join Date
    Aug 2001
    Posts
    133
    I recently made a hack (a good hack). It took the character data file for JK Dark Forces and then created characters without starting the game. This way I did not have to go threw the lame menu that Lucas Arts created. It took a little over a week to make the program. The program does nothing except modify the .mpc (multi player character) file. Had fun creating it and learned a lot just programming it.
    C++ Is Powerful
    I use C++
    There fore I am Powerful

Popular pages Recent additions subscribe to a feed