Domanda [Aimbot]Source code

Stato
Discussione chiusa ad ulteriori risposte.

SommoTommo

Utente Electrum
12 Marzo 2009
746
29
69
189
Salve raga, credo di aver trovato il source code dell aimbot..Non so assolutamente come si deve creare, col C o col VB.. ma lo posto qui magari qualcuno riesce a crearne uno che non crashi.. questo credo sia il source code dell aimbot semi-patched.

#ifndef __CAIMBOT_H__
#define __CAIMBOT_H__

#include <Windows.h>
#include "SDK.h"

#define SEQUENCE_NONE 0
#define SEQUENCE_DUCK 1
#define SEQUENCE_WALK 2
#define SEQUENCE_RUN 3
#define SEQUENCE_SPRINT 4
#define SEQUENCE_STAND 5
#define SEQUENCE_PRONE 6

class CAimbot
{
public:
CAimbot();
//void GetTarget( void );
void AimAtTarget( CUserCmd* pCommand );
bool GetVisible( const Vector& vecAbsStart, const Vector& vecAbsEnd, C_BaseEntity* pBaseEnt );
private:
void CalcAngle( const Vector& vSource, const Vector& vDest, QAngle& vAngles );
float CalcFOV( const QAngle& vAngle, const Vector& vSource, const Vector& vDest );

int m_nTarget;
bool m_bAiming;
};

extern CAimbot gAimbot;

Fate del vostro meglio!!!
 
Stato
Discussione chiusa ad ulteriori risposte.