46 lines
891 B
C++
46 lines
891 B
C++
/*
|
|
* hacklist.h
|
|
*
|
|
* Created on: Dec 18, 2016
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#ifndef HACKS_HACKLIST_HPP_
|
|
#define HACKS_HACKLIST_HPP_
|
|
|
|
#if ENABLE_VISUALS == 1
|
|
|
|
#include "ESP.hpp"
|
|
#include "SkinChanger.hpp"
|
|
#include "Radar.hpp"
|
|
#include "SpyAlert.hpp"
|
|
|
|
#endif
|
|
|
|
#include "Aimbot.hpp"
|
|
#include "AntiAim.hpp"
|
|
#include "AntiDisguise.hpp"
|
|
#include "AutoHeal.hpp"
|
|
#include "AutoReflect.hpp"
|
|
#include "AutoSticky.hpp"
|
|
#include "AntiCheat.hpp"
|
|
#include "Bunnyhop.hpp"
|
|
#include "LagExploit.hpp"
|
|
#include "Walkbot.hpp"
|
|
#include "AutoJoin.hpp"
|
|
#include "AntiBackstab.hpp"
|
|
#include "AutoBackstab.hpp"
|
|
#include "FollowBot.hpp"
|
|
#include "HealArrows.hpp"
|
|
#include "Misc.hpp"
|
|
#include "Trigger.hpp"
|
|
#include "KillSay.hpp"
|
|
#include "UberSpam.hpp"
|
|
#include "Achievement.hpp"
|
|
#include "Spam.hpp"
|
|
#include "Noisemaker.hpp"
|
|
#include "FollowBot.hpp"
|
|
#include "Announcer.hpp"
|
|
|
|
#endif /* HACKS_HACKLIST_HPP_ */
|