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 › Combat Arms Hacks & Cheats › Combat Arms Brazil Hacks › Combat Arms BR Hack Coding/Source Code › Capture Flag

Capture Flag

Posts 1–15 of 54 · Page 1 of 4
Code64
Code64
Capture Flag
Olá pessoal, hoje acebei de chegar do colégio resolvi escrever o código para Capture Flag, para quem não sabe irei explicar como funciona.

Você entra em uma partida de Capturar Bandeira, então o que o hack faz é Capturar todas as Bandeiras para você e assim o jogo termina e sua equipe vence, no caso dessa minha source você precisa segurar Shift para capturar, deu para entender né, como funciona.

Definições pré-processamento:
Code:
#define ObjJogadorReal 0x00000000
#define OffsetX 0x01
#define OffsetY 0x02
#define OffsetZ 0x03

#define AlphaBandeira 0x00000000
#define BravoBandeira 0x00000000

#define BandeiraOffsetX 0x01
#define BandeiraOffsetY 0x02
#define BandeiraOffsetZ 0x03
Váriavel global:
Code:
int PosicaoJogador = 0;
Código:
Code:
if((*(BYTE *)GameStatus == 1) && CapturarBandeira)
	if(GetAsyncKeyState(VK_SHIFT) < 0){
		if(PosicaoJogador == 0 || PosicaoJogador == 1){ //Alpha
			*(float *)(ObjJogadorReal + OffsetX) = *(float *)(AlphaBandeira + BandeiraOffsetX);
			*(float *)(ObjJogadorReal + OffsetY) = *(float *)(AlphaBandeira + BandeiraOffsetY);
			*(float *)(ObjJogadorReal + OffsetZ) = *(float *)(AlphaBandeira + BandeiraOffsetZ);

			PosicaoJogador = 2;
		} else if(PosicaoJogador == 2){ //Bravo
			*(float *)(ObjJogadorReal + OffsetX) = *(float *)(BravoBandeira + BandeiraOffsetX);
			*(float *)(ObjJogadorReal + OffsetY) = *(float *)(BravoBandeira + BandeiraOffsetY);
			*(float *)(ObjJogadorReal + OffsetZ) = *(float *)(BravoBandeira + BandeiraOffsetZ);

			PosicaoJogador = 1;
		}
	}
Os endereços e offsets vocês podem achar no Cheat Engine
#1 · 14y ago
Nightmare
Nightmare
Oloko, vou testar mano.
#2 · 14y ago
ParkII
ParkII
Uia boa.... Searching os off sets ¬¬'
#3 · edited 14y ago · 14y ago
TokolocoSK
TokolocoSK
Ai sim,pena que to muito ocupado agora pra testar T_T.
Mais depois vou testar *_*.
#4 · 14y ago
NE
NexonGuard
Este codigo apenas será util para aqueles que possuem os endereços.

Os gringos estão a falar sobre este codigo e gozando porque ele não é util.

http://www.mpgh.net/forum/207-combat...ts-code64.html

Todas as vezes que postei coloquei tanto os endereços com os bytes, sem eles não teria razão em postar um codigo sem nada, porem o jogo combat arms é assim, vc dá algo e recebe nada.
#5 · 14y ago
Code64
Code64
Quote Originally Posted by NexonGuard View Post
Este codigo apenas será util para aqueles que possuem os endereços.

Os gringos estão a falar sobre este codigo e gozando porque ele não é util.

http://www.mpgh.net/forum/207-combat...ts-code64.html

Todas as vezes que postei coloquei tanto os endereços com os bytes, sem eles não teria razão em postar um codigo sem nada, porem o jogo combat arms é assim, vc dá algo e recebe nada.
até os gringos querendo tudo de "mão beijada" né hehe, a source está ai, agora se virem para os address
#6 · 14y ago
ParkII
ParkII
Vou choraaaaaaar ... esse cheat engine , só me faz raivaa
#7 · 14y ago
ChaosMagician
ChaosMagician
0x66F34 ??
#8 · 14y ago
ParkII
ParkII
Quote Originally Posted by ChaosMagician View Post
0x66F34 ??
Qual seria esse?
#9 · 14y ago
ChaosMagician
ChaosMagician
Ah, eu sou malvado, se eu contar terá muitos telekills
#10 · 14y ago
ParkII
ParkII
Quote Originally Posted by ChaosMagician View Post
Ah, eu sou malvado, se eu contar terá muitos telekills
Que tal ir testando um por um ??
#11 · 14y ago
BACKD00R
[MPGH]BACKD00R
Quote Originally Posted by ChaosMagician View Post
0x66F34 ??

#define PlayerOffSet 0x00066F34 kkkkk
#12 · 14y ago
TH
The Rev. Jr.
Aff.
Se eu fizesse isso funcionar eu postava a source + o hack para destroir essa merda de jogo...
#13 · 14y ago
Code64
Code64
Quote Originally Posted by The Rev. Jr. View Post
Aff.
Se eu fizesse isso funcionar eu postava a source + o hack para destroir essa merda de jogo...
o que tem contra o jogo?

--
quem souber me responder, essas tags que ficam aparecendo no tópico "parkiifail :x"? hehe eu não coloquei isso.
#14 · 14y ago
TokolocoSK
TokolocoSK
Quote Originally Posted by The Rev. Jr. View Post
Aff.
Se eu fizesse isso funcionar eu postava a source + o hack para destroir essa merda de jogo...
Usar pra uso proprio seria melhor morria algumas fezes para não dar jogabilidade incomun ai usava o ele .
#15 · 14y ago
Posts 1–15 of 54 · Page 1 of 4

Post a Reply

Similar Threads

  • instant flag capture....By dan978 in WarRock - International Hacks
    0Last post 19y ago
  • [Request] How to set: Capture The Flag 140 Points.By JHooker in Combat Arms Hacks & Cheats
    4Last post 18y ago
  • capture the flag hack plzBy fireman2264 in Combat Arms Hacks & Cheats
    0Last post 17y ago
  • Free Speed Hack For Combat Arms!!! GREAT FOR Capture The FlagBy purezhacker in Combat Arms Hacks & Cheats
    70Last post 17y ago
  • Capture the flagBy i_am_gaz in Combat Arms Hacks & Cheats
    3Last post 17y ago

Tags for this Thread

#/hi we11#abc#baraozin.nerd.gordo.emo#baraozin.viado.baitola#code64 c&p#fake code64 é we11#faz video pra me prova#invejosos#invejosos 2#noobs#noobs invejosos