Results 1 to 32 of 32

Thread: VB: Drawing in a game

Hybrid View

  1. #1
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: VB: Drawing in a game

    Yeah I was about to tell him that he can't do that unless he knows the memory location of the backbuffer, but he just said that working with graphics on VB is very new to him. So this is all Greek to him.

  2. #2
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: VB: Drawing in a game

    My advice to Tr_ is to not jump into the DirectX bandwagon until you have some knowledge and experience on working with graphics and know how it works. Start off small and work your way up. That's what I did.
    Last edited by Jacob Roman; Dec 10th, 2004 at 03:13 PM.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2004
    Location
    The Netherlands
    Posts
    33

    Re: VB: Drawing in a game

    k guys, download this free program http://www.fraps.com/download.htm, run it and then start your favourite (fullscreen) game, youll see some text appear in a corner which measures your FPS. I dont think that FRAPS reads the base of every DirectX surface from a game and then makes some kind of hack to display something on that screen. I Also know the FPS rate you see when FRAPS is running isnt really text but images used as numbers drawn on the screen. Maybe you are right that its difficult, but not impossible to make such a thing.

  4. #4
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: VB: Drawing in a game

    Whoever made FRAPS knows the memory location of the backbuffer and was able to put their text in there. Theoretically speaking of course.

  5. #5

    Thread Starter
    Member
    Join Date
    Jul 2004
    Location
    The Netherlands
    Posts
    33

    Re: VB: Drawing in a game

    Well I think Ive discovered something new. The text from the program FRAPS is not being written to the hDC I think but to some kind of new window layer on top of the actual game window. So that means the text is being written to an other window. Weird theory or is this possible?

  6. #6
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: VB: Drawing in a game

    I never said the hDC. I said the backbuffer in memory. They were able to get the memory location of the backbuffer and blit stuff onto that.

  7. #7

    Thread Starter
    Member
    Join Date
    Jul 2004
    Location
    The Netherlands
    Posts
    33

    Re: VB: Drawing in a game

    well u get what Im trying to say right? anyway I dont understand how you could get the memory location for a backbuffer for every single game. Since gamehacking is complicated I think thats a bit impossible to make it work for every single game :s. Anyway no-one seems to know a solution, too bad .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width