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 › C++/C Programming › [WarRock] Addy Logger

Unhappy[WarRock] Addy Logger

Posts 1–3 of 3 · Page 1 of 1
AeroMan
AeroMan
[WarRock] Addy Logger
Hey Guys,(this may be wrong section)
Im coding a Addy logger for warrock,
but now i made this patterns for current WarRock ->

Code:
//DWORD dwPlayerPointer = FindPattern((PBYTE)"\0x39\0x1D\0x30\0x10\0xA7\0x00};","xx???x", 1, true); //xx???x
DWORD dwPlayerPointer = FindPattern((PBYTE)"\x39\x1D\x60\xA8\xC9\x00};","xx???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\x84\x16\xAE\x00};","x???x",1,true);
DWORD FullBright2     = FindPattern((PBYTE)"\x68\xB8\x83\x8B\x00","x??xx",1,true);
DWORD FullBright3     = FindPattern((PBYTE)"\x68\xB4\x83\x8B\x00","x??xx",1,true);
DWORD Extra1          = FindPattern((PBYTE)"\xD0\xEC\xAD\x00};","xxxx",1,true);//\x80\x3D\x48\x25\x8B\x00\x00","xx???xx",1,true);
DWORD WaterShallow1   = FindPattern((PBYTE)"\x68\xC4\x6F\x7D\x00\x68\xC0\x6F\x7D\x00","x???x",1,true);
DWORD WaterShallow2   = FindPattern((PBYTE)"\x68\xC0\x6F\x7D\x00","x???x",1,true);
DWORD WaterShallow3   = FindPattern((PBYTE)"\x68\xBC\x6F\x7D\x00","x???x",1,true);
DWORD NoWater         = FindPattern((PBYTE)"\x","",1,true);
DWORD SLOT           = FindPattern((PBYTE)"\xC6\x85\x7C\x14\x0D\x00\x01-85","xxxxxx",1,true);

//Updated-today//
DWORD Level          = FindPattern((PBYTE)"\xFF\xB0\x10\xA6\x11\x00};","xxxx",1,true);

I updated only Level.
But it logges -> "0x0011A610B0" but it must be "0x0011A610" How do i fix this?
I dont got previous dump, so i cant update masks, already thanks.
#1 · 15y ago
Hell_Demon
Hell_Demon
Patterns are too short probably...
#2 · 15y ago
AeroMan
AeroMan
Quote Originally Posted by Hell_Demon View Post
Patterns are too short probably...
Ok, gonna take a look at it
#3 · 15y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help] Warrock Addie-Logger?By Ziolean in WarRock - International Hacks
    8Last post 17y ago
  • Warrock Addy LoggerBy taylan in WarRock - International Hacks
    3Last post 16y ago
  • HELP ON ADDY LOGGER FOR WARROCK PHBy pongping88 in WarRock Hack Source Code
    11Last post 15y ago
  • Here All My Warrock Addies ;)By GhostLife in WarRock - International Hacks
    36Last post 18y ago
  • My Warrock Addies.By josephjboogie3 in WarRock - International Hacks
    15Last post 18y ago

Tags for this Thread

None