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 › Call of Duty Hacks & Cheats › Call of Duty 6 - Modern Warfare 2 (MW2) Hacks › Call of Duty Modern Warfare 2 Server / GSC Modding › Dead Ops Arcade

Dead Ops Arcade

Posts 1–15 of 27 · Page 1 of 2
Yamato
Yamato
Dead Ops Arcade
Hello

Here it is DOA for MW2, I release only the code for getting the view and all that, :P. Probably someone will do something with this,

Code:
onPlayerSpawned()
{
	self endon("disconnect");

	for(;;)
	{
		self waittill("spawned_player");
                            self thread DOA();
	              setDvar("player_view_pitch_down", 0); //dont aim down
	              setDvar("player_view_pitch_up", 0); //dont aim up
	}
}

DOA()
{
       Camera = spawn("script_model", self.origin+(0,0,500)); //increase the 500 if you want it higher
       Camera setModel("c130_zoomrig");
       Camera.angles = (90,90,0);
       Camera NotSolid();
       Camera EnableLinkTo();
       wait 0.001;
       self CameraLinkTo( Camera, "tag_origin" ); //change view
       while(1)
       {
            Camera MoveTo(self.origin+(0,0,500), 0.1);
            wait 0.1;
       }
}
Video:



#1 · edited 15y ago · 15y ago
EP
EpicPlayer
Good job :P
#2 · 15y ago
pizza127
pizza127
lol weird D
#3 · 15y ago
cgallagher21
cgallagher21
Looks wierd but good job
#4 · 15y ago
xbeatsszzx
xbeatsszzx
Wheres the monsters?
#5 · 15y ago
Yamato
Yamato
Quote Originally Posted by xGoDLyZz Xx View Post
Wheres the monsters?
Add this to your zombie mod and voila, you have a DOA mod.
#6 · 15y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
..WOW... !
#7 · 15y ago
sdm
sdm
Give the code of this video:

This is awesome, good job Yamato
#8 · edited 15y ago · 15y ago
KIngston456
KIngston456
Wow great Job
#9 · 15y ago
Mw2HaxPC
Mw2HaxPC
LOL Cool...
#10 · 15y ago
Yamato
Yamato
Quote Originally Posted by sdm View Post
Give the code of this video: YouTube - Nukem's AI zombie mod with a DOA cam

This is awesome, good job Yamato
Thats Nukems AI Zombies with this, thats all
#11 · 15y ago
eliteCVDelite
eliteCVDelite
freakin epic yamato
#12 · 15y ago
xbeatsszzx
xbeatsszzx
Anywasy nice gj looks kewl.
#13 · 15y ago
CA
Cal
Made by you or leeched?
#14 · 15y ago
Yamato
Yamato
Quote Originally Posted by MC Modder View Post
Made by you or leeched?
I am not a leecher.......Made by me
#15 · 15y ago
Posts 1–15 of 27 · Page 1 of 2

Post a Reply

Tags for this Thread

None