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 › Programming › Other Programming › Reverse Engineering › Help / Bytes / Masks

Help / Bytes / Masks

Posts 1–4 of 4 · Page 1 of 1
AeroMan
AeroMan
Help / Bytes / Masks
Hey,
Im coding with GamerNuub on a addy logger.
But im stuck, it logges the wrong things, (for warrock)
Current items:
Code:
//DWORD dwPlayerPointer = FindPattern((PBYTE)"\0x39\0x1D\0x30\0x10\0xA7\0x00};","xx???x", 1, true); //xx???x
DWORD dwPlayerPointer = FindPattern((PBYTE)"\xA1\x30\x10\xA7\x00}","x???x",1,true);
DWORD dwServerPointer = FindPattern((PBYTE)"\xA1\x00\x00\x00\x00\x89\x4C\x24\x58\x8B\x88};", "x????x?x???x", 1, true);
//DWORD FullBright1     = FindPattern((PBYTE)"\x68\xBC\x83\x8B\x00;}","x??xx",1,true);
DWORD FullBright1     = FindPattern((PBYTE)"\x68\xBC\x83\x8B\x00","x??xx",1,true);
DWORD FullBright2     = FindPattern((PBYTE)"\x68\xB8\x83\x8B\x00","x??xx",1,true);
DWORD Extra1          = FindPattern((PBYTE)"\x80\x3D\x48\x25\x8B\x00\x00","xx???xx",1,true);

Whats is logged:
Code:
//---[D3D]---//
#define FullBright1            0x008B0A2C
#define FullBright2            0x008B0A2C
 
//---[Pointers]---//
#define Addr_Playerpointer     0x000
#define Addr_Serverpointer     0x000
 
//---[Ammo]---//
#define ExtraAmmo1             0x0092AFF43D
 
//---[Credit]---//
Coded by GamerNuub & AeroMan
Who can help get credits
#1 · 15y ago
TH
therofl
Are you testing the returned addresses to see if they're working or are you comparing them with some already working ones?
#2 · 15y ago
AeroMan
AeroMan
Quote Originally Posted by therofl View Post
Are you testing the returned addresses to see if they're working or are you comparing them with some already working ones?
im comparing them with the working ones.
& i get always same adresses
#3 · 15y ago
TH
therofl
Quote Originally Posted by AeroMan View Post
im comparing them with the working ones.
& i get always same adresses
Then I guess the masking is wrong. |:

I'm not sure how to create masks like that so, I can't be of much help, but I'm almost sure that's the problem.
#4 · 15y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help] Byte array to string, Then in XML (LINQ)By topblast in Visual Basic Programming
    13Last post 15y ago
  • [Help] Dark Byte SpeedBy Truly Free in Combat Arms Hacks & Cheats
    23Last post 17y ago
  • [Help]Problem with bytesBy schim in C++/C Programming
    3Last post 16y ago
  • [Help]Concatenate byte arraysBy freedompeace in C++/C Programming
    6Last post 15y ago
  • [Help] Dark Byte's speed hack does not work for XPBy KiLlArRo2 in Combat Arms Help
    17Last post 17y ago

Tags for this Thread

None