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 › Addy + tabbed out

Addy + tabbed out

Posts 1–6 of 6 · Page 1 of 1
SC
schaapjes
Addy + tabbed out
I've downloaded netgame since I was banned on mgame
I searched some addy's today so I might post more in future, but my exams have got more priority now
Some of the addy's:
Code:
#define MEM_VERSION			0x006DC6A4
#define MEM_SPEED			0x00C1CAE8
#define MEM_JUMPHEIGHT		0x00C1CAEC
#define MEM_GODMODE			0x00C328E8

#define MEM_YAW				0x00C1BF70
#define MEM_PITCH			0x00C1BF74
#define MEM_ROLL			0x00C1BF78
#define MEM_POSX			0x00C1BF58
#define MEM_POSY			0x00C1BF5C
#define MEM_POSZ			0x00C1BF60
#define MEM_GRAVITYX		(MEM_POSY+0x8);
#define MEM_GRAVITYY		(MEM_POSY+0xC);
#define MEM_GRAVITYZ		(MEM_POSY+0x10);
#define MEM_STAMINA			0x00C3601C
#define MEM_NODELAY			0x00A16B90
#define MEM_FIRERATE		0x00C2C568

#define MEM_OPKXS			0x00701000
#define MEM_OPKYS			0x00701004
#define MEM_OPKZS			0x00701008
#define ASM_OPKX			0x00461E60
#define ASM_OPKY			ASM_OPKX+0xA
#define ASM_OPKZ			ASM_OPKX+0x10
#define ASM_OPKCC			0x700000

#define ASM_QUICKDRAW1		0x00536D03//in
#define ASM_QUICKDRAW2		0x00536F9B//out
#define ASM_NODELAY			0x0049197B
#define ASM_ANTIAFK			0x0063931D
#define ASM_STAMINA1		0x00484460
#define ASM_STAMINA2		0x00484465
#define ASM_UNLAMMO1		0x004A11A9//prim,sec
#define ASM_UNLAMMO2		0x004A11B8//nades


#define MEM_WAPEN2			0x0000A16BC0
#define MEM_WAPEN1			0x0000A16BB8
When I installed op7 and wanted to play it I got an error every time: "Operation 7 will shut down when tabbed out". First reason to block this for me is because I get it always when I'm in game.. Second reason is I just want to alt tab for music, social media, cheat engines etc. So I decided to do that and it's really easy. Just search the error: "Operation 7 will shut down when tabbed out" and you will find it: push offset aOperation7Will ; "Operation 7 will shut down when tabbed "...
Now we want that we dont get that error and we can still play after we alt tabbed. So go above to 0x0063ACC8 and you will see text:0063ACC8 jnz loc_63AD6C. If you follow this jump you can see it goes beyond the error (if it jumps) Now we want to make it so it always jump.
Here is the code for that(go into CE and change jnz into jmp and you'll see the bytes):
Code:
ctool->WriteAsm((void*)0x0063ACC8,(LPBYTE)"\xE9\x9F\x00\x00\x00\x90",6);
Now you dont get the anooying error anymore
Sorry for my bad english :$

Enjoy (alt-tabbing)
#1 · edited 14y ago · 14y ago
speedforyou
speedforyou
GJ. nice release.
#2 · 14y ago
jeivarmarr
jeivarmarr
Quote Originally Posted by schaapjes View Post
I've downloaded netgame since I was banned on mgame
I searched some addy's today so I might post more in future, but my exams have got more priority now
Some of the addy's:
Code:
#define MEM_VERSION			0x006DC6A4
#define MEM_SPEED			0x00C1CAE8
#define MEM_JUMPHEIGHT		0x00C1CAEC
#define MEM_GODMODE			0x00C328E8

#define MEM_YAW				0x00C1BF70
#define MEM_PITCH			0x00C1BF74
#define MEM_ROLL			0x00C1BF78
#define MEM_POSX			0x00C1BF58
#define MEM_POSY			0x00C1BF5C
#define MEM_POSZ			0x00C1BF60
#define MEM_GRAVITYX		(MEM_POSY+0x8);
#define MEM_GRAVITYY		(MEM_POSY+0xC);
#define MEM_GRAVITYZ		(MEM_POSY+0x10);
#define MEM_STAMINA			0x00C3601C
#define MEM_NODELAY			0x00A16B90
#define MEM_FIRERATE		0x00C2C568

#define MEM_OPKXS			0x00701000
#define MEM_OPKYS			0x00701004
#define MEM_OPKZS			0x00701008
#define ASM_OPKX			0x00461E60
#define ASM_OPKY			ASM_OPKX+0xA
#define ASM_OPKZ			ASM_OPKX+0x10
#define ASM_OPKCC			0x700000

#define ASM_QUICKDRAW1		0x00536D03//in
#define ASM_QUICKDRAW2		0x00536F9B//out
#define ASM_NODELAY			0x0049197B
#define ASM_ANTIAFK			0x0063931D
#define ASM_STAMINA1		0x00484460
#define ASM_STAMINA2		0x00484465
#define ASM_UNLAMMO1		0x004A11A9//prim,sec
#define ASM_UNLAMMO2		0x004A11B8//nades


#define MEM_WAPEN2			0x0000A16BC0
#define MEM_WAPEN1			0x0000A16BB8
When I installed op7 and wanted to play it I got an error every time: "Operation 7 will shut down when tabbed out". First reason to block this for me is because I get it always when I'm in game.. Second reason is I just want to alt tab for music, social media, cheat engines etc. So I decided to do that and it's really easy. Just search the error: "Operation 7 will shut down when tabbed out" and you will find it: push offset aOperation7Will ; "Operation 7 will shut down when tabbed "...
Now we want that we dont get that error and we can still play after we alt tabbed. So go above to 0x0063ACC8 and you will see text:0063ACC8 jnz loc_63AD6C. If you follow this jump you can see it goes beyond the error (if it jumps) Now we want to make it so it always jump.
Here is the code for that(go into CE and change jnz into jmp and you'll see the bytes):
Code:
ctool->WriteAsm((void*)0x0063ACC8,(LPBYTE)"\xE9\x9F\x00\x00\x00\x90",6);
Now you dont get the anooying error anymore
Sorry for my bad english :$

Enjoy (alt-tabbing)
how it works?
#define MEM_WAPEN2 0x0000A16BC0
#define MEM_WAPEN1 0x0000A16BB8
#3 · 14y ago
SC
schaapjes
Quote Originally Posted by jeivarmarr View Post
how it works?
#define MEM_WAPEN2 0x0000A16BC0
#define MEM_WAPEN1 0x0000A16BB8
Nothing special weapon2 is just weapon and weapon 1 is attachment like granadelaucher
If you give it the id of a grenade then you will hold the weapon like a grenade

*(int*)MEM_WAPEN1 = 196994352;
*(int*)MEM_WAPEN2 = 196994352;
#4 · 14y ago
zhaoyun333
zhaoyun333
Quote Originally Posted by schaapjes View Post
Nothing special weapon2 is just weapon and weapon 1 is attachment like granadelaucher
If you give it the id of a grenade then you will hold the weapon like a grenade

*(int*)MEM_WAPEN1 = 196994352;
*(int*)MEM_WAPEN2 = 196994352;

Wait can you get a working grenade launcher that does damage using this?
#5 · 14y ago
SC
schaapjes
You will hold it like. But not sure if you well have the same damage, dont think so.
#6 · 14y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • You Alt Tabbed out and can't get back in?By Kollie8ice in Combat Arms Discussions
    5Last post 17y ago
  • Cant Alt-tab out!By doublea500 in Combat Arms Help
    4Last post 17y ago
  • Bleach 63 IS OUT!By gunot in Anime
    19Last post 20y ago
  • Help me out here, please...!By OutZida in Art & Graphic Design
    1Last post 20y ago
  • New Style - Pop OutBy Bull3t in Art & Graphic Design
    9Last post 20y ago

Tags for this Thread

None