Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Blackshot Hacks & Cheats › Blackshot Coding & Source Code › i need at help for at code

i need at help for at code

Posts 1–2 of 2 · Page 1 of 1
MrsWolf
MrsWolf
i need at help for at code
i was trying to make at aimbot to blackshot so i was fine my old time code i was make this long time ago but i dont know what i have done so far in this long time life i was hope you guy can help me out little thank you


class BulletFilter
{
public:
CBaseEntity* hTarget, *hSelf;

virtual bool ShouldHitEntity(CBaseEntity* E, int)
{
if (E == hTarget || E == hSelf)
return 0;

if (ClientClass* cl = E->GetClientClass())
{
const char* cclass = cl->m_pNetworkName;

if (tf2() && (
!strcmp(cclass, "CTFReviveMarker") ||
!strcmp(cclass, "CTFMedigunShield") ||
!strcmp(cclass, "CFuncRespawnRoomVisualizer")
)
)
return 0;

if (dod() && !strcmp(cclass, "CFuncNewTeamWall"))
return 0;

if (MENU_AIMGLASS && !strcmp(cclass, "CBreakableSurface"))
return 0;
}

return 1;
}

virtual int GetTraceType() const
{
return 0;
}
};

int aimbot::GetAimBone(CBaseEntity* e)
{
int bone = 0;
for (int i = 0; i < e->Hitboxes(); i++)
{
mstudiobbox* box = e->GetHitbox(i);

if (!box)
continue;

if (box->group != (MENU_AIMBSPOT == 0 ? HITGROUP_HEAD : (MENU_AIMBSPOT == 1 ? HITGROUP_CHEST : HITGROUP_STOMACH)))
continue;

bone = i;
}

return bone;
}
int real_flags = 0, next_flags = 0;
#1 · 6y ago
P4R460N
P4R460N
Quote Originally Posted by MrsWolf View Post
i was trying to make at aimbot to blackshot so i was fine my old time code i was make this long time ago but i dont know what i have done so far in this long time life i was hope you guy can help me out little thank you


class BulletFilter
{
public:
CBaseEntity* hTarget, *hSelf;

virtual bool ShouldHitEntity(CBaseEntity* E, int)
{
if (E == hTarget || E == hSelf)
return 0;

if (ClientClass* cl = E->GetClientClass())
{
const char* cclass = cl->m_pNetworkName;

if (tf2() && (
!strcmp(cclass, "CTFReviveMarker") ||
!strcmp(cclass, "CTFMedigunShield") ||
!strcmp(cclass, "CFuncRespawnRoomVisualizer")
)
)
return 0;

if (dod() && !strcmp(cclass, "CFuncNewTeamWall"))
return 0;

if (MENU_AIMGLASS && !strcmp(cclass, "CBreakableSurface"))
return 0;
}

return 1;
}

virtual int GetTraceType() const
{
return 0;
}
};

int aimbot::GetAimBone(CBaseEntity* e)
{
int bone = 0;
for (int i = 0; i < e->Hitboxes(); i++)
{
mstudiobbox* box = e->GetHitbox(i);

if (!box)
continue;

if (box->group != (MENU_AIMBSPOT == 0 ? HITGROUP_HEAD : (MENU_AIMBSPOT == 1 ? HITGROUP_CHEST : HITGROUP_STOMACH)))
continue;

bone = i;
}

return bone;
}
int real_flags = 0, next_flags = 0;
These method are quite old and already been used by many other games. Find new structures by taking some on my aimbot math which posted in the section.
#2 · 6y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • I need a help for my 1 hit kill codeBy gta_santos in CrossFire Hack Coding / Programming / Source Code
    23Last post 15y ago
  • need help for my codes warrock phBy alferezbonjing in WarRock Philippines Help & Discussions
    8Last post 14y ago
  • NEED TEAMVIEWER HELP FOR MINIHACKPACKBy Predator in Alliance of Valiant Arms (AVA) Help
    6Last post 14y ago
  • Need some help for my bypass.By tmha in C++/C Programming
    14Last post 16y ago
  • Need good help for C++By mheeniac in Programming Tutorial Requests
    2Last post 18y ago

Tags for this Thread

None