Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Possible to do an AimBot in openGL mode of Counter-Strike?

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2000
    Location
    Bernkastel-Kues,Germany
    Posts
    1

    Possible to do an AimBot in openGL mode of Counter-Strike?

    1. I donīt want to write one, cs is great game and an AimBot would kill it.
    2. Please donīt post code examples or so, because nobody should use them to make an Bot.

    Is it possible to write one?
    An Aimbot is a programm that findes the polys of the enemys head and then setīs the mouse position to that and trigers a shot to get perfect headshots. It is not a change to the main game programm.
    Can it be made by editing the opengl.dll of the driver or can you finde polys witch use a specific texture in the rendering pipe?

    by
    Philipp Hundemer

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: Possible to do an AimBot in openGL mode of Counter-Strike?

    Hello

    I would say it's quite hard (if not impossible) to do it without changing the gamecode itself. Hacking the opengl.dll won't do any good, since you:
    1) don't know what texture to look for
    2) no place to put the code
    3) don't know how to move the mouse (you probaly don't know how the game uses the mouse)
    .
    .
    .
    and so on...

    Bob

Posting Permissions

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