Search:

Type: Posts; User: Void

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. Thread: Social call

    by Void
    Replies
    1
    Views
    1,302

    Hello old friend Added

    Hello old friend

    Added
  2. Replies
    3
    Views
    2,382

    [Help] Find the code that writes to the value and change...

    Find the code that writes to the value and change that instead of the value itself.
  3. Thread: First Program

    by Void
    Replies
    26
    Views
    2,578

    [Source Code] Chill bro.

    Chill bro.
  4. Replies
    3
    Views
    859

    [Help Request] Make sure all functions leading up to...

    Make sure all functions leading up to GetModuleHandle are returning correctly.

    Should everything be working properly, try using Module32First/Module32Next as an alternative.

    MODULEENTRY32...
  5. Replies
    12
    Views
    1,698

    I'm having a hard time understanding this. I'm...

    I'm having a hard time understanding this. I'm going to assume you don't know how to properly pass parameters using CreateRemoteThread if you think you can only pass 1.

    Here's some psuedo-ish...
  6. Thread: Happy new year

    by Void
    Replies
    17
    Views
    2,475

    [Discussion] Ayyyyyyyyye buddy

    Ayyyyyyyyye buddy
  7. Thread: Chams problem

    by Void
    Replies
    10
    Views
    1,373

    [Help Request] Because he wants the characters to be different...

    Because he wants the characters to be different color when they aren't behind a wall. Well, that would be the case if he didn't use the same texture in both those instances.
  8. Thread: Chams problem

    by Void
    Replies
    10
    Views
    1,373

    [Help Request] Do you mind posting all of your code?

    Do you mind posting all of your code?
  9. Thread: Chams problem

    by Void
    Replies
    10
    Views
    1,373

    [Help Request] So if I understand you're saying it's sort of...

    So if I understand you're saying it's sort of working? Do the characters show up to be red when they aren't behind a wall?
  10. Thread: Chams problem

    by Void
    Replies
    10
    Views
    1,373

    [Help Request] You need to disable the Z buffer for whatever you...

    You need to disable the Z buffer for whatever you want to be able to see through walls.

    Can you post your code so far?
  11. Replies
    4
    Views
    1,205

    [Request] PostMessage function (Windows)...

    PostMessage function (Windows)
  12. Replies
    2
    Views
    1,983

    [Source Code] First time I've seen RLE compression but this...

    First time I've seen RLE compression but this seems like a great "practice project" for people learning how to program.

    Off topic:

    This poor section is so dead.. what happened to it? Is...
  13. It's been like 2 years and people still call me...

    It's been like 2 years and people still call me pedowaldo wtf? i had that name for all of 2 days.

    found this site because i looked up some programming question that led me here. i stuck with it...
  14. Thread: Why C is the best

    by Void
    Replies
    4
    Views
    783

    [Discussion] I agree with you, I'd say I also use "C with...

    I agree with you, I'd say I also use "C with classes" more than "C++ the C++ way", but for the sake of not sparking a trivial conversation about programming I usually refer to it as C++.

    I'm...
  15. Thread: Help a Newbie

    by Void
    Replies
    17
    Views
    2,059

    [Help] If the value you're looking for is stored in one...

    If the value you're looking for is stored in one byte :



    if( *(unsigned char*)0xDEADBEEF == 1) {
    //execute
    }


    You really shouldn't be doing any of this without a proper...
  16. Thread: Why C is the best

    by Void
    Replies
    4
    Views
    783

    [Discussion] If you're the person I think you are I can't...

    If you're the person I think you are I can't believe you're still having memory allocation problems in the same type of project ( SDL/OGL ).

    Also I beg to differ. I like objects.
  17. [Help Request] You mean like prompting a user for a password...

    You mean like prompting a user for a password after it's injected?
  18. Replies
    37
    Views
    4,254

    [Discussion] C/C++ & Assembly are the most interesting

    C/C++ & Assembly are the most interesting
  19. Replies
    7
    Views
    892

    If you want to be able to take something apart,...

    If you want to be able to take something apart, you gotta' be able to build it.
  20. Replies
    13
    Views
    1,458

    [Help Request] What Fovea said. If you're genuinely interested...

    What Fovea said. If you're genuinely interested in programming you'll do more understanding and less memorizing and/or copy/pasting. It's not hard to take something apart when you know how it works,...
  21. [Help Request] The best way to draw a crosshair would be to hook...

    The best way to draw a crosshair would be to hook a function within the game's rendering loop and draw it using whatever interface the game uses. i.e. hook IDirect3DDevice::Present or glBegin

    i...
  22. Replies
    3
    Views
    816

    [Help] I figured that shortly after I posted this....

    I figured that shortly after I posted this. Thanks anyway.
  23. Replies
    13
    Views
    837

    Terminology is important in programming.

    Terminology is important in programming.
  24. Replies
    13
    Views
    837

    Most hacks here use Direct3D. They do mostly use...

    Most hacks here use Direct3D. They do mostly use classes.
  25. Replies
    3
    Views
    816

    [Help] Reading from a file.

    Hi, it's been a while since I've asked a question here. Hopefully someone could help me out.

    I'm simply trying to read a file using fread and output the contents. It's partially working. It...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4