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 › Other Semi-Popular First Person Shooter Hacks › Operation 7 Hacks › Cracky7 addy logger 1.1

Cracky7 addy logger 1.1

Posts 1–15 of 40 · Page 1 of 3
SC
schaapjes
Cracky7 addy logger 1.1
This I believe one of the first(or the first) addy logger for operation 7. That's because the adresses aren't in operation7.exe. This addy logger uses codecaves to find out what the pointers are. Once the addy logger made the codecave and found the pointer then it can create the adresses. This cost me some time to make for each so it's not much yet. I will add some more for public logger later. But the addy logger in the vip section will contain more in the future! If everything is right then this addy loger will log addy's after every update because of the findpattern function and inline asm!




It's version 1.1. Forgot to update the version number when I made the screenshots

New:
  • Added much new addy's it now logs 43 addresses! (private addy's aren't in it)
  • Added a crash check. the logger will detect the crash and will save the addresses you've found
  • Made finding and logging code 40% shorter
  • You must cloe op7 with exit operation 7 in the menu. Otherwise it won't log



https://www.virustotal.com/file/e39c...is/1344970547/
addy logger.rar - Jotti's malware scan

How to use this addy logger?

1.Turn on Adresses in the menu

2.Follow the steps. For posx and speed it's just going into a room. For stamina it's using stamina like running or jumping. etc.

3.The addy logger will automaticly find the adresses which are needed to make the others!
4.If everything has been found then close it by using Exit operation7 in the menu

Some addy's doesnt log?
It's possible that the pattern has changed inside operation7. Go into log.txt and look what the error is.

The addy logger will log it like if everything is going right:

Code:
->Adress using to find Position x has been found - 0x004633ea!
->Adress using to find speed has been found - 0x00485a81!
->Adress using to find stamina has been found - 0x004847e0!
->Adress using to find info has been found - 0x004d54f6!
->Offset using to find info has been found - 0x003170
->Adress using to find no delay has been found - 0x00491cf5!

/////////////////////////////////////////////
// ======== [ Op7 Addy Logger ] ========== //
/////////////////////////////////////////////

// ========== [ Chams ] =========== //
#define ASM_CHAMS1  0x0052E8E5
#define ASM_CHAMS2  0x0052E846

// =========== [ Asm ] ============ //
#define ASM_ANTIJAM1  0x0048E923
#define ASM_STAMINA1  0x004847D0
#define ASM_STAMINA2  0x004847D5
#define ASM_ANTIAFK  0x00639D7D
#define OFS_CTASH  0x0040373D
// ========== [ Player ] =========== //
#define MEM_SPEED     0x00C1CA88
#define MEM_JUMPHEIGHT    0x00C1CA8C
#define MEM_STAMINAREFILL   0x00C1CA94
#define MEM_POSX     0x00C1BEF8
#define MEM_POSY     0x00C1BEFC
#define MEM_POSZ     0x00C1BF00
#define MEM_GRAVITYX    0x00C1BF04
#define MEM_GRAVITYY    0x00C1BF08
#define MEM_GRAVITYZ    0x00C1BF0C
#define MEM_CANJUMP1    0x00C1CAA4
#define MEM_CANJUMP2    0x00C1CA88
#define MEM_FASTPDFG    0x00C1CD90

// ========== [ Info ] ========== //
#define MEM_NICKNAME    0x00C3C998
#define MEM_LEVEL     0x00C3C9B0
#define MEM_GOLD     0x00C3C9B4
#define MEM_NCASH     0x00C3C9B8
#define MEM_KILLS     0x00C3C9C0
#define MEM_DEATHS     0x00C3C9C4
#define MEM_TEAMKILLS    0x00C3C9C8
#define MEM_EXP      0x00C3C9CC
#define MEM_BATTLES     0x00C3C9D0
#define MEM_WINS     0x00C3C9D4
#define MEM_LOST     0x00C3C9D8
#define MEM_HEADSHOT    0x00C3C9DC
#define MEM_MELEEKILLS    0x00C3C9E0
#define MEM_EXPLOSIONKILLS   0x00C3C9E4
#define MEM_KNIFE     0x00C3C9E8
#define MEM_PENALTY     0x00C3C9F0
#define MEM_HEALTH     0x00C35FE8
#define MEM_STAMINA     0x00C35FEC
#define MEM_ROUNDTIMER    0x00C36044
#define MEM_BLUESCORE    0x00C36058
#define MEM_REDSCORE    0x00C3605A

// ========= [ Weapon ] ========= //
#define MEM_NODELAY     0x00A161A0
#define MEM_FASTKNIFE1    0x00A161C8
#define MEM_FASTKNIFE2    0x00A161D0
//////////////////////////////////////////////
// [ Addy's logged: 43                    ] //
// [ Addy's failed: 0                    ] //
// ========== [ End of logger ] =========== //
//////////////////////////////////////////////
if op7 has been crashed it will log everything + this:
Code:
//////////////////////////////////////////////
// [ Addy's logged: 27                    ] //
// [ Addy's failed: 16                    ] //
// ======================================== //
// [ Crash detected! OPERATION7.exe tried ] //
// [ to start errorreport.exe. We've      ] //
// [ detected this and saved all of your  ] //
// [ founded adresses. And we've closed   ] //
// [ OPERATION7.exe so errorreport.exe    ] //
/ /[ couldn't start. (time saving :-D)    ] //
// ======================================== //
// ========== [ End of logger ] =========== //
//////////////////////////////////////////////


Tested on Windows 7 - 32 bit
More public addresses will come. I've put the easiest addy's in it. Now I need to put the adresses in it which cost me the most time.

Credits:
Me
Hans211(dont know the number)
Cheat engines
Ida pro
The one who made findpattern
and more...

Is there a way how I can edit my previous post? So i don't have to make a new threat when I've updated it?
addy logger_mpgh.net.rar
#1 · edited 14y ago · 14y ago
Blitz
Blitz
Approved
#2 · 14y ago
jeivarmarr
jeivarmarr
Thanks, there's a chance to take out the m79?

#define MEM_FASTKNIFE1 0x00A161C8?
#define MEM_FASTKNIFE2 0x00A161D0?
#define OFS_CTASH 0x0040373D?
#3 · edited 14y ago · 14y ago
SC
schaapjes
What do you mean with: there's a chance to take out the m79?

OFS_CTASH forgot to put it out of the log. Was testing if the function was getting the right address. I'm using this address to check if the op7 crashed.
#4 · 14y ago
jeivarmarr
jeivarmarr
Quote Originally Posted by schaapjes View Post
What do you mean with: there's a chance to take out the m79?

OFS_CTASH forgot to put it out of the log. Was testing if the function was getting the right address. I'm using this address to check if the op7 crashed.
change weapon mini uzi to m79, example,

or bring up the m79 in the inventory?

you are very smart thanks for your help
#5 · 14y ago
SC
schaapjes
No just change your weapon ingame. primary to seconary weapon. Then it'll be found. Thank you for the feedback ^^ I've got a question.. does it crash often for you? Because mine op7 also crashes often without hacks. So don't know if the hack crashes.
#6 · 14y ago
NY
NYNOUS
how to use can u make a tutorial and does it work on MGAME ?
#7 · 14y ago
jeivarmarr
jeivarmarr
Quote Originally Posted by schaapjes View Post
No just change your weapon ingame. primary to seconary weapon. Then it'll be found. Thank you for the feedback ^^ I've got a question.. does it crash often for you? Because mine op7 also crashes often without hacks. So don't know if the hack crashes.
Can you help me find the way of change weapon....

op 7 and windows 7 not compatible and crashes sometimes

Thanks for your reply
#8 · 14y ago
SC
schaapjes
I'll make a tutorial when I find a good recorder. I don't know if it works for mgame.

If you go from your primary weapon to your secondary weapon then it'll find nodelay and fastknife1 & 2.

fastknife1 = fastknife2
fastknife1 value changes alot. The value that's needed to make it work is in fastknife2

Thanks for feedback I'll try to do something about it.
#9 · 14y ago
NY
NYNOUS
another question how do u inject it ?!
#10 · 14y ago
WL
wlfblade
what is this and what does this do
#11 · 14y ago
k0diddy
k0diddy
HOW TO INJECT?????
#12 · 14y ago
SC
schaapjes
Just inject this with perx.exe or another injector.

This logs addy's. With addy's you can make hacks. So with this you dont have to search addy''s after each update
#13 · 13y ago
MA
mauritorn
http://i48.tinypic.com/2e6agpe.png


I tried applying this with this injector but this has left me ...
What am I doing wrong?
#14 · 13y ago
NI
nigawara
how to activate it ingame
#15 · 13y ago
Posts 1–15 of 40 · Page 1 of 3

Post a Reply

Similar Threads

  • Cracky7 addy logger 1.0By schaapjes in Operation 7 Hacks
    9Last post 13y ago
  • [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
  • [WarRock] Addy LoggerBy AeroMan in C++/C Programming
    2Last post 15y ago
  • Addy LoggerBy AeroMan in C++/C Programming
    1Last post 16y ago

Tags for this Thread

None