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 › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › CrossFire Simple WallHack Source

CrossFire Simple WallHack Source

Posts 1–15 of 35 · Page 1 of 3
HLBOT
HLBOT
CrossFire Simple WallHack Source
Hello...This is my Source Code for CrossFire WallHack.
I'm so bored and publicshed. If you want to learn?...take it...
Now it's Full Code. Wall.CPP and copy all files detours to your project

Created by SharkVN Group
Notes: CrossFire WallHack Source - Detected
Virus Scan by TotalViru's: detours.rar - Clean
Code:
#include "stdafx.h"
#include <Windows.h>
#include "d3d9.h"
#include "detours.h"
#include "stdio.h"
#pragma comment (lib, "d3d9.lib")
#pragma comment (lib, "detours.lib") 
bool hlWall=1;
bool hlSTART=1;

typedef HRESULT(WINAPI* DrawIndexedPrimitive_)(LPDIRECT3DDEVICE9 pDevice, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinIndex, UINT NumVertices, UINT StartIndex, UINT PrimitiveCount);
DrawIndexedPrimitive_ pDrawIndexedPrimitive;

HRESULT WINAPI nDrawIndexedPrimitive(LPDIRECT3DDEVICE9 pDevice, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinIndex,UINT NumVertices, UINT StartIndex, UINT PrimitiveCount)
{  

  IDirect3DVertexBuffer9* pStreamData = NULL; 
  UINT iOffsetInBytes,iStride;  
  pDevice->GetStreamSource(0,&pStreamData,&iOffsetInBytes,&iStride); 

  if (  iStride == 40 &&hlSTART==1)
  {
		pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
		pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
  }
    		
   return pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinIndex, NumVertices, StartIndex, PrimitiveCount);
}

int hlMAIN ();

BOOL APIENTRY DllMain( HANDLE hModule,DWORD  ul_reason_for_call, LPVOID lpReserved )
{
    if (hlWall)
	{
		hlWall=0;
		 CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)hlMAIN, NULL, NULL, NULL);                
	}
	return TRUE;
}
int hlMAIN()
{
	char s[1000];
	DWORD ******OffS=0x4FE571A0;
	for(;; Sleep(100)) 
        {
               ******OffS=(DWORD)GetModuleHandle ("d3d9.dll");
			   if (******OffS)			   
				   break;			   
        }

	DWORD a[2];
	a[0]=******OffS+0x88830; // Offset: 88830 for Sp2 if not Sp2 use 88840
	OutputDebugString (s);
	pDrawIndexedPrimitive = (DrawIndexedPrimitive_)DetourFunction((PBYTE)a[0],(PBYTE)nDrawIndexedPrimitive);

	for (;;Sleep (500))
	{
		if (GetAsyncKeyState (VK_F9)!=0) 
		{
			Beep (2000,200);
			hlSTART=1; // Turn ON
		}
		if (GetAsyncKeyState (VK_F10)!=0) 
		{
			Beep (3000,200);
			hlSTART=0; // Turn OFF
		}
	}
	return 1;
}
#1 · edited 15y ago · 15y ago
OR
Ore0
what address & offset are those?
#2 · 15y ago
Ryuesi
Ryuesi
Thank You For Sharing.
#3 · edited 15y ago · 15y ago
OR
Ore0
seriously there is nothing new about it except those addy & offset which i dont know what are those for.
#4 · 15y ago
Ryuesi
Ryuesi
Quote Originally Posted by Ore0 View Post
seriously there is nothing new about it except those addy & offset which i dont know what are those for.
That's D3D Dude
#5 · 15y ago
Venommmm1
Venommmm1
i want undetected source
#6 · 15y ago
{B
{Banned}**HACKER**
Quote Originally Posted by SKIENT View Post
i want undetected source
Well Why Dont You Try And Make It Undetected Then ?

OT: Very Nice ***** Your Very Generous To This Forum
#7 · 15y ago
CFhackerfree
CFhackerfree
Nice
/approve it ^^

EDIT:
Pleas make a vid
#8 · edited 15y ago · 15y ago
Venommmm1
Venommmm1
i you tell me how to make it undetected

ill make it
#9 · 15y ago
Jabuuty671
Jabuuty671
Approved .
#10 · 15y ago
Ryuesi
Ryuesi
Quote Originally Posted by Jabuuty671 View Post
Approved .
Thank You Jabuuty.
#11 · 15y ago
CheatCreatorzz
CheatCreatorzz
Wow, Thx *****!
#12 · 15y ago
KH
khzein
i have a problem with ur code
|
|
v
1>------ Build started: Project: Khaled3, Configuration: Debug Win32 ------
1>Compiling...
1>main.cpp
1>c:\users\khaled\documents\visual studio 2008\projects\khaled3\khaled3\main.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
1>Build log was saved at "file://c:\Users\Khaled\Documents\Visual Studio 2008\Projects\Khaled3\Khaled3\Debug\BuildLog.htm"
1>Khaled3 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#13 · 15y ago
JU
JusCaus
Quote Originally Posted by khzein View Post
i have a problem with ur code
|
|
v
1>------ Build started: Project: Khaled3, Configuration: Debug Win32 ------
1>Compiling...
1>main.cpp
1>c:\users\khaled\documents\visual studio 2008\projects\khaled3\khaled3\main.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
1>Build log was saved at "file://c:\Users\Khaled\Documents\Visual Studio 2008\Projects\Khaled3\Khaled3\Debug\BuildLog.htm"
1>Khaled3 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Did you include your Stdafx.h in your header folder?
#14 · 15y ago
AC
acquybietyeu
This source is detected.Use d3d device or mid function hook is undetected.
I cant find d3d device because i cant set breakpoint in crossfire.Crossfire detected hardware breakpoint.But i can use midfunction hook and it is undetected.
#15 · 15y ago
Posts 1–15 of 35 · Page 1 of 3

Post a Reply

Similar Threads

  • crossfire wallhack source for hookBy GangsterCode in CrossFire Hack Coding / Programming / Source Code
    9Last post 15y ago
  • Simple WallhackBy hak3r4370 in Call of Duty 4 - Modern Warfare (MW) Hacks
    3Last post 18y ago
  • [REQUEST] Can someone give me the link to simple newb(me)-friendly simple wallhack?By usmchero in Combat Arms Hacks & Cheats
    3Last post 18y ago
  • Simple Wallhack for Counter Strike 1.6By ClapBangKiss in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    4Last post 17y ago
  • CrossFire D3D wallhack is coming...By asakasuck in General Game Hacking
    3Last post 17y ago

Tags for this Thread

None