Search:

Type: Posts; User: fufu1

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,193

    oh well can someone move it then. i thought vc++...

    oh well can someone move it then. i thought vc++ would go into c++ =\. I would still appreciate any help.
  2. Replies
    8
    Views
    2,193

    Hmm, this didn't work, and suggestions? ...

    Hmm, this didn't work, and suggestions?


    case WM_COMMAND:

    if (LOWORD(wParam) == IDOK ||LOWORD(wParam)== IDCANCEL) {
    EndDialog(hDlg, TRUE);
    ...
  3. Replies
    8
    Views
    2,193

    Edit Box to Memory

    Hello, I am currently working on a project so that you can change a password in the middle of the game (halo). Right now I'm able to read the memory, and find/display the password. I've tried to make...
Results 1 to 3 of 3