Jump to content

Featured Replies

Posted

Hi,

 

When I am done with my study I am a bachelor in media technology (coding / graphics / tools allround stuff). Currently I am learning C++ with Ogre and ODE on my school, we need to develop a game.

 

Anyway, I am capable of C++ (At least, a bit) and willing to learn stuff. My goal is to start with a simple private wallhack that draws a box around every player in the server, or just display the player trough walls if that is easier to do.

 

There I need to find the locations of players in the RAM, hook directX and draw some lines right?

 

Problem is, where to start? How can I start hooking CSS? Are there any classes to do this kind of stuff or do I need to code that up myself?

 

Thx in advance,

 

Nso from Holland.

 

P.S. You can start flaming all you want, I don't really care. All you do is waste a bit of database space and a bit of your own time.

  Nso said:
Hi,

 

When I am done with my study I am a bachelor in media technology (coding / graphics / tools allround stuff). Currently I am learning C++ with Ogre and ODE on my school, we need to develop a game.

 

Anyway, I am capable of C++ (At least, a bit) and willing to learn stuff. My goal is to start with a simple private wallhack that draws a box around every player in the server, or just display the player trough walls if that is easier to do.

 

There I need to find the locations of players in the RAM, hook directX and draw some lines right?

 

Problem is, where to start? How can I start hooking CSS? Are there any classes to do this kind of stuff or do I need to code that up myself?

 

Thx in advance,

 

Nso from Holland.

 

P.S. You can start flaming all you want, I don't really care. All you do is waste a bit of database space and a bit of your own time.

 

Nobody cares.

 

http://img55.imageshack.us/img55/8020/ewwwwmf1.jpg

BOOL __stdcall DllMain(HANDLE hInst, DWORD dwReason, LPVOID lpReserved)

{

if (dwReason == DLL_PROCESS_ATTACH)

{

//

}

return TRUE;

}

 

void __stdcall NEWglBegin( GLenum mode )

{

if(mode == GL_TRIANGLE_STRIP)

{

glDisable(GL_DEPTH_TEST);

}

glBegin(mode);

}

 

Edit: nobody cares : (

  Quote
SupYouFool;563617']BOOL __stdcall DllMain(HANDLE hInst, DWORD dwReason, LPVOID lpReserved)

{

if (dwReason == DLL_PROCESS_ATTACH)

{

//

}

return TRUE;

}

 

void __stdcall NEWglBegin( GLenum mode )

{

if(mode == GL_TRIANGLE_STRIP)

{

glDisable(GL_DEPTH_TEST);

}

glBegin(mode);

}

 

Edit: nobody cares : (

 

openGL wallhack not gunna work on source games...

  Quote
SupYouFool;563620']dont tell him its an opengl wallhack you dumb fuck it was just supposed to confuse the 12 year old more

 

No u lie, u was tryin to help the infidels

  • Author
Dont bother, I moved to GameDeception. Have fun :sleep2:
  Nso said:
Lol wrong thread.

 

If you manage to find my post, which I think you won't, I'll promise to be annoyed and scared instead of just plain ignoring you :sleep:

 

It's obviously you nigger.

  Nso said:
Lol wrong thread.

 

If you manage to find my post, which I think you won't, I'll promise to be annoyed and scared instead of just plain ignoring you :sleep:

 

yeah, why lie, vagina-face.

Guest
This topic is now closed to further replies.