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 Coding Help & Discussion › Address Logger Pattern Scan Problems

Address Logger Pattern Scan Problems

Posts 1–9 of 9 · Page 1 of 1
[H]aaBX
[H]aaBX
Address Logger Pattern Scan Problems

I've got a little problem with my Pattern Scan for AmmoDamage ( Weapon Damage and No Nade Damage ) ..
I cant find the correct Address.
I'm using this:
Code:
Pattern: \xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14
Mask: xx????xxxxxxx
I hope anyone can help me
Please explain where I can find the correct pattern :P
#1 · 13y ago
FU
FuckThis2
+ 0x3 ? tested it
#2 · 13y ago
[H]aaBX
[H]aaBX
Quote Originally Posted by FuckThis2 View Post
+ 0x3 ? tested it
I'm using 0x2 and 0x3 doesnt work, too.
#3 · 13y ago
Dragon(H)ell
Dragon(H)ell
Quote Originally Posted by [H]aaBX View Post
I'm using 0x2 and 0x3 doesnt work, too.
try this
Code:
Pattern :\xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14\x68\x00\x00\x00\x00\x51\xE8\x00\x00\x00\x00\x83\xC4\x08\x85\xC0\x74\x4A\x8B\x50\x04\x8B\x0D\x00\x00\x00\x00\x85\xC9\x8B\x42\x04\x8B\x78\x04\x74\x0E
Mask : xx????xxxxxxxx????xx????xxxxxxxxxxxx????xxxxxxxxxx
#4 · 13y ago
UT
UTAN
or do this
Code:
DWORD CShellFindPattern(BYTE *bMask, char * szMask, int codeOffset, BOOL extract)
Code:
DWORD AmmoDamage = CShellFindPattern((PBYTE)"\xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14\x68\x00\x00\x00\x00\x51\xE8\x00\x00\x00\x00\x83\xC4\x08\x85\xC0\x74\x4A\x8B\x50\x04\x8B\x0D\x00\x00\x00\x00\x85\xC9\x8B\x42\x04\x8B\x78\x04", "xx????xxxxxxxx????xx????xxxxxxxxxxxx????xxxxxxxx",2,true);

Writelog("#define AmmoDamage 0x%X",AmmoDamage);
#5 · 13y ago
NE
Nemo[4ever]
so long i've the array shorter than you
#6 · 13y ago
UT
UTAN
Quote Originally Posted by [H]aaBX View Post

I've got a little problem with my Pattern Scan for AmmoDamage ( Weapon Damage and No Nade Damage ) ..
I cant find the correct Address.
I'm using this:
Code:
Pattern: \xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14
Mask: xx????xxxxxxx
I hope anyone can help me
Please explain where I can find the correct pattern :P
your Sig Scan is wrong. because your Sig Scan is scanning 4 address


this the correct Sig Scan
#7 · 13y ago
luizimloko
luizimloko
Code:
// Variables:
DWORD pattAmmoDamage;

// Function:
pattAmmoDamage = FindPattern((DWORD)GetModuleHandleA("CShell.dll"), 0xFC7000, (PBYTE)"\xD9\x83\x00\x00\x00\x00\x51\x8B\xCE\xD9\x1C\x24\xE8\x00\x00\x00\x00\x8B\xCE\xE8\x00\x00\x00\x00\x8B\xCE\xE8\x00\x00\x00\x00\x6A\x00\x68\x00\x00\x00\x00\x8B\xCE\xE8\x00\x00\x00\x00\x8B\x8B\x00\x00\x00\x00", "xx????xxxxxxx????xxx????xxx????xxx????xxx????xx????");
Code:
pattAmmoDamage = *(PDWORD)(pattAmmoDamage + 0x01);
#8 · edited 13y ago · 13y ago
F l a p J a c K ™
F l a p J a c K ™
Hellow people ^^. im from warrock PH section and i want to make address logger but i dnt know how to start please help and how to update the patterns?
#9 · 12y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • Address Logger For NewBie V1.0 Updated Pattern by Windowsxp925By pronten in WarRock Philippines Hacks
    19Last post 14y ago
  • anyone got a address logger?By bldymarien in Combat Arms Hacks & Cheats
    3Last post 18y ago
  • Address Logger?By Zhhot in C++/C Programming
    33Last post 17y ago
  • Sorry for this but - Address Logger ?By D e a t h h a u n t S in WarRock - International Hacks
    7Last post 16y ago
  • Warrock Address LoggerBy BMW M5 in WarRock Discussions
    5Last post 16y ago

Tags for this Thread

None