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 Help › Crossfire Pointers to create an hack

SmileCrossfire Pointers to create an hack

Posts 1–10 of 10 · Page 1 of 1
Salvi94
Salvi94
Crossfire Pointers to create an hack
Hello, i want create a hack for crossfire.
I know some programming language(VB, a few of C#, Java, etc.) and a few of c++.
I found this: [TUOTORIAL]creare hack warrock
but it is for Warrock.
I've compiled a simple empty DLL on this base(with a loop and an empty hack routine) in VC++ 2010.

Can i use this tutorial to study the crossfire hacks' functioning?
how can i know the player pointer and other pointers?
Can anyone give me some advise?

thanks!

(Scuse my english, I'm Italian)/
#1 · 16y ago
Salvi94
Salvi94
is there anyone?
advise, pleeease!!!
#2 · 16y ago
Salvi94
Salvi94
HEEEEEEELP!!!!! please.
#3 · 16y ago
Salvi94
Salvi94
If you cant read the article, you might use the google toolbar to translate it.
#4 · 16y ago
Massive
Massive
To Stop you from spamming your own thread

Just ask a MPGH coder

[MPGH]Blood has recently posted a hack ask on his thread?

Or PM him.

Hope this helps
#5 · 16y ago
DE
Derail
try this Game Hacking Tutorials - MPGH - MultiPlayer Game Hacking
this:General Hacking - MPGH - MultiPlayer Game Hacking
maybe this:C++/C - MPGH - MultiPlayer Game Hacking
#6 · 16y ago
SS
ssanehi
no outside links :/
#7 · 16y ago
Salvi94
Salvi94
I'm studing this:

Code:
#include "stdafx.h" 
#include <windows.h>

//Variables
#define PLAYER_POINTER 0x23	//Player pointer


void SUPERJUMP()
{	
	if(GetAsyncKeyState(VK_SPACE) &1) //VK_Control Indica Il Pulsante Con Cui Si Effettua Il SuperJump ^^
	{
		DWORD dwPlayerPtr = *(DWORD*)PLAYER_POINTER;
		if(dwPlayerPtr != 0)
		{
			*(float*)(dwPlayerPtr) = 2000;
			MessageBox();
		}
	}
}

void TheHacks()
{
	for(;;)
	{
		SUPERJUMP();
		Sleep(200);
	}
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
	if(dwReason == DLL_PROCESS_ATTACH)
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TheHacks, 0, 0, 0);
	}

	return TRUE;
}
can i use it to compile an hack?
i compiled and injected it successfully with the PerX Injector.
it cant do anything.

can i know the PLAYER_POINTER value for crossfire?
#8 · 16y ago
Jigsaw
Jigsaw
Spammer, will be banned dude.
#9 · 16y ago
Salvi94
Salvi94
i cant understand the "SUPERJUMP" routine. Can anyone give me some info about this?
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • Crossfire how to create a hack?By maggicc in CrossFire Help
    6Last post 15y ago
  • How can i create a hack!!! help please????By kosmas in Combat Arms Hacks & Cheats
    3Last post 17y ago
  • Somebody need to create new hackBy Cro-Hero in CrossFire Hacks & Cheats
    7Last post 17y ago
  • CrossFire AWESOME Score with no hacks!!By Ellis98 in CrossFire Hacks & Cheats
    10Last post 16y ago
  • Im Inspired to create a hack!!!By tomyssj3 in Combat Arms Discussions
    37Last post 16y ago

Tags for this Thread

None