Skip to content

Commit

Permalink
Indigo 4.2
Browse files Browse the repository at this point in the history
+ Menu (changed)
+ Aimbot (improved)
+ ColorPicker (added new one)
+ Inventory Changer (made by Haterul on forum) (also made a combo with all weapons id and rarity)
+ Profile Changer (made by Haterul on forum)
+ Gloves (new ones)
  • Loading branch information
smefpw committed Apr 1, 2018
1 parent 0f2d4b3 commit 8414fd0
Show file tree
Hide file tree
Showing 339 changed files with 683,404 additions and 455 deletions.
Binary file added Aurora.ttf
Binary file not shown.
384 changes: 251 additions & 133 deletions INDIGO/Cheat/Aimbot/Aimbot.cpp

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions INDIGO/Cheat/Aimbot/Aimbot.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace Engine;

enum AIM_ATTACK_TYPE
{
AA_SHOTGUN ,
AA_SHOTGUN,
AA_SNIPER_PISTOL
};

Expand All @@ -27,10 +27,10 @@ class CAimbot
public:

CAimbot();
//[swap_lines]
//[swap_lines]
bool IsEnable();

int GetPlayerFov( CPlayer* pPlayer );
int GetPlayerFov(CPlayer* pPlayer);

int GetBestTarget();
int GetBestHitBox();
Expand All @@ -41,11 +41,11 @@ class CAimbot
void AimbotSet();

void AutoPistol();
void OnCreateMove( CUserCmd* pCmd , CMe* pLocal );
//[/swap_lines]
void OnCreateMove(CUserCmd* pCmd, CMe* pLocal);
//[/swap_lines]
private:

CMe* m_pLocal;
CMe * m_pLocal;
CUserCmd* m_pCmd;

int m_iBestPreTarget;
Expand Down
Loading

0 comments on commit 8414fd0

Please sign in to comment.