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 › Combat Arms BR Coding Help › 8.1

8.1

Posts 1–5 of 5 · Page 1 of 1
King Of Death
King Of Death
8.1
Alguem tem alguma detours funcionando em windows 8.1 sem DC?
#1 · 11y ago
Rullez
Rullez
Acho melhor voce testar todas, alguma deve funcionar
#2 · 11y ago
CO
Coder.UnkNóia
funciona em todos os Windows [XP (SP 1, SP 2 e SP3) - Vista (SP 1 e SP 2) - Windows 7 (SP 1) - Windows 8 - Windows 8.1]. Incluindo 32 bits e 64 bits.

Código:
[HTML]LPVOID CreateDetour(BYTE *src, CONST BYTE *dst)
{
DWORD dwBack;
BYTE *jmp = (BYTE*)malloc(17);
memcpy(jmp, src, 12);
jmp[12] = '\xE9';
*(DWORD*)(&jmp[13]) = (DWORD)(src - jmp) - 5;
VirtualProtect(src, 12, PAGE_READWRITE, &dwBack);
memcpy(src, "\xB8\x90\x90\x90\x90\x05\x90\x90\x90\x90\xFF\xE0" , 12);
*(DWORD*)(&src[1]) = 0x1FE;
*(DWORD*)(&src[6]) = (DWORD)(dst) - 0x1FE;
VirtualProtect(src, 12, dwBack, &dwBack);
return jmp;
}[/HTML]

Modo de uso:
Código:
[HTML]retPresent = (Present)CreateDetour((PBYTE)dwTable[17], (PBYTE)hookPresent);[/HTML]
#3 · 11y ago
TU
tuaprimade69
Quote Originally Posted by Coder.UnkNóia View Post
funciona em todos os Windows [XP (SP 1, SP 2 e SP3) - Vista (SP 1 e SP 2) - Windows 7 (SP 1) - Windows 8 - Windows 8.1]. Incluindo 32 bits e 64 bits.

Código:
[HTML]LPVOID CreateDetour(BYTE *src, CONST BYTE *dst)
{
DWORD dwBack;
BYTE *jmp = (BYTE*)malloc(17);
memcpy(jmp, src, 12);
jmp[12] = '\xE9';
*(DWORD*)(&jmp[13]) = (DWORD)(src - jmp) - 5;
VirtualProtect(src, 12, PAGE_READWRITE, &dwBack);
memcpy(src, "\xB8\x90\x90\x90\x90\x05\x90\x90\x90\x90\xFF\xE0" , 12);
*(DWORD*)(&src[1]) = 0x1FE;
*(DWORD*)(&src[6]) = (DWORD)(dst) - 0x1FE;
VirtualProtect(src, 12, dwBack, &dwBack);
return jmp;
}[/HTML]

Modo de uso:
Código:
[HTML]retPresent = (Present)CreateDetour((PBYTE)dwTable[17], (PBYTE)hookPresent);[/HTML]
Detected.
#4 · 11y ago
King Of Death
King Of Death
Resolvido Podem fechar , SOLVED
#5 · 11y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Tags for this Thread

None