PDA

View Full Version : What cheat is this?


Txrot8
7th January 2005, 00:03
What cheat is this? Those extra crosshairs might come in handy. Are they directional crosshairs letting you know which way your enemy is? They look weird because they do not all line up together.

http://www.navydood.homestead.com/files/A_hack.jpg

http://www.navydood.homestead.com/files/Hack_pic.jpg

killzar
7th January 2005, 00:44
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
(glPushMatrix)();
(glLoadIdentity)();
(glDisable)(GL_TEXTURE_2D);
GLint iDim[4];
glGetIntegerv(GL_VIEWPORT, iDim);
glColor3f(1.0f, 1.0f, 0.0f);
glLineWidth(1.4f);

glBegin(GL_LINES);
glVertex2i(iDim[2]/2, (iDim[3]/2)-12);
glVertex2i(iDim[2]/2, (iDim[3]/2)-5);
glVertex2i(iDim[2]/2, (iDim[3]/2)+5);
glVertex2i(iDim[2]/2, (iDim[3]/2)+12);
glVertex2i((iDim[2]/2)-12, iDim[3]/2);
glVertex2i((iDim[2]/2)-5, iDim[3]/2);
glVertex2i((iDim[2]/2)+5, iDim[3]/2);
glVertex2i((iDim[2]/2)+12, iDim[3]/2);
glEnd();

glColor3f(1.0f, 0.0f, 1.0f);
glPointSize(1.5f);
glEnable(GL_POINT_SMOOTH);

glBegin(GL_POINTS);
glVertex2i((iDim[2]/2)-1, iDim[3]/2);
glVertex2i((iDim[2]/2)+1, iDim[3]/2);
glVertex2i(iDim[2]/2, (iDim[3]/2)-1);
glVertex2i(iDim[2]/2, (iDim[3]/2)+1);
glEnd();

(glEnable)(GL_TEXTURE_2D);
(glPopMatrix)();
}




there it is :P

well thats it's c++ code anyways

.TriCycle.
7th January 2005, 05:13
Meaning What Killzar.. Is it a retlock or just some fancy reticule?

BlackDove
7th January 2005, 05:21
It is just a static crosshair from a hack. It is not from a server game modification or edited PK3 file. Killzar knows the code to draw it so it must be from one of his previous hacks. Common sense.

Umtotalnoob
8th January 2005, 20:37
lol that funny Common sense