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 › BSGlobal [DIP]Chams + WallHack

BSGlobal [DIP]Chams + WallHack

Posts 1–12 of 12 · Page 1 of 1
Coder.Anonymous
Coder.Anonymous
BSGlobal [DIP]Chams + WallHack
Simples BlackShot Chams Color and Wall Hacker.
Work fine, enjoy


ReturnAddress DIP Updated only Blackshot Global:
Code:
0x785691
Draw Index Primitive, 'DIP':
Code:
HRESULT WINAPI DrawIndexedPrimitive(LPDIRECT3DDEVICE9 pDevice, D3DPRIMITIVETYPE A, INT B, UINT C, UINT D, UINT E, UINT F)
{
          LPDIRECT3DVERTEXBUFFER9 Stream_Data;
          UINT m_Stride; UINT OffsetsInBytes;
	if (pDevice->GetStreamSource(NULL, &Stream_Data, &OffsetsInBytes, &m_Stride) == D3D_OK) { Stream_Data->Release(); }
	
	if (WallHacker)
	{
		if ((DWORD)_ReturnAddress() >= 0x785691 && (DWORD)_ReturnAddress() <= 0x785691)
		{
			pDevice->SetRenderState(D3DRS_ZENABLE, FALSE);
			oDrawIndexedPrimitive(pDevice, A, B, C, D, E, F);
			pDevice->SetRenderState(D3DRS_ZENABLE, TRUE);
		}
	}
	
	if (ChamsColor)
	{
		if ((DWORD)_ReturnAddress() >= 0x785691 && (DWORD)_ReturnAddress() <= 0x785691)
		{
			pDevice->SetRenderState(D3DRS_ZENABLE, FALSE);
			pDevice->SetTexture(NULL, tRed);
			oDrawIndexedPrimitive(pDevice, A, B, C, D, E, F);
			pDevice->SetRenderState(D3DRS_ZENABLE, TRUE);
			pDevice->SetTexture(NULL, tGreen);
		}
	}
	return oDrawIndexedPrimitive(pDevice, A, B, C, D, E, F);
}
Generate Game Texture:
Code:
HRESULT GenerateTexture(LPDIRECT3DDEVICE9 pDevice, LPDIRECT3DTEXTURE9 *D3DTexture, DWORD D3DColor)
{
	if (FAILED(pDevice->CreateTexture(8, 8, 1, 0, D3DFMT_A4R4G4B4, D3DPOOL_MANAGED, D3DTexture, NULL)))
		return E_FAIL;

	WORD Color = ((WORD)((D3DColor >> 28) & 0xF) << 12)
		| (WORD)(((D3DColor >> 20) & 0xF) << 8)
		| (WORD)(((D3DColor >> 12) & 0xF) << 04)
		| (WORD)(((D3DColor >> 04) & 0xF) << 00);

	D3DLOCKED_RECT pRect;
	(*D3DTexture)->LockRect(NULL, &pRect, NULL, NULL);
	WORD *pBits = (PWORD)pRect.pBits;

	for (INT i = 0; i<8 * 8; i++)
		*pBits++ = Color;

	(*D3DTexture)->UnlockRect(NULL);

	return S_OK;
}
Generate Colors:
Code:
...
GenerateTexture(pDevice, &tRed, D3DCOLOR_ARGB(255, 255, 0, 0));
GenerateTexture(pDevice, &tGreen, D3DCOLOR_ARGB(255, 0, 255, 0));
...
DIP Hook:
Code:
...
oDrawIndexedPrimitive = (tDrawIndexedPrimitive)DetourCreate((PBYTE)vTable[82], (PBYTE)&DrawIndexedPrimitive, 5/*Detour len*/);
...

BlackShot Sea / Global Stride:

Code:
Smoke :    Stride -> 36
LittleHelpGuyBody: Stride -> 48
PlayerBody:    Stride -> 60 ( Hair & Backpack ) Stride -> 68 ( Face ) Stride -> 76 ( Body )
Weapon : Stride -> 32
Tank ( Part of ) : Stride -> 28
NV -> 58 & 236 & 250 & 437
PC -> 82 & 296 & 384 & 729
36 => square under the player
40 => my gun
56 => my player
72 => all players chams

....


Credits:
- CyraxSector / Coder.Anonymous
#1 · edited 10y ago · 10y ago
COD3RIN
COD3RIN
nice info bro
#2 · edited 10y ago · 10y ago
Heroes
RuShi
Thanks for all stride list .
#3 · 10y ago
DE
Der6Bozz
How I can make a Wallhack for Blackshot EU ?
#4 · 10y ago
MafiaBoy BlackShit
MafiaBoy BlackShit
Wow Nice Code Man
#5 · 10y ago
MO
montassar
how to make thes
#6 · 10y ago
Heroes
RuShi
Quote Originally Posted by montassar View Post
how to make thes
U cant copy and paste .
#7 · 10y ago
YU
yusuf0732
How do I use it?
#8 · 10y ago
Heroes
RuShi
Quote Originally Posted by yusuf0732 View Post
How do I use it?
U learn to learn the basic first bcause It not complete to copy and paste.
#9 · 10y ago
LE
leri1995
CAN U TELL ME WHEARE I CAN paste IT ?

- - - Updated - - -

or how to make it just video tutorial please
#10 · edited 6y ago · 6y ago
nikazizi97
nikazizi97
Quote Originally Posted by Heroes View Post
U cant copy and paste .
seriously?
#11 · 6y ago
HI
hingusulak
can you teach me
how to edit the bsdb to bypass my own champ but its always say that hand ani modify how to bypss it ehh
#12 · 6y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • Soldier of Fortune Payback Chams Wallhack Aimbot?By mrbeefy187. in Suggestions, Requests & General Help
    0Last post 18y ago
  • (in-depth Video tut) how to use chams/wallhack with bypassBy hiiway in Combat Arms Hacks & Cheats
    23Last post 18y ago
  • No d/c chams/wallhack w/VistaBy Pinoy_Jon in Combat Arms Hacks & Cheats
    13Last post 18y ago
  • Addy's for chams & Wallhack?By Chuck Norris in C++/C Programming
    1Last post 17y ago
  • Free Aimbot chams wallhack no spreadBy jasonll1234 in Call of Duty 4 - Modern Warfare (MW) Hacks
    2Last post 17y ago

Tags for this Thread

None