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 › Call of Duty Modern Warfare 2 GSC Modding Help/Discussion › [SOLVED]two codes im looking for

[SOLVED]two codes im looking for

Posts 1–6 of 6 · Page 1 of 1
phantom1151
phantom1151
[SOLVED]two codes im looking for
im looking to add two thing into the gungame mod. one is anti camping witha stepable time limit and an icon if violated. the other is darker maps like in zombie mod. please help me with the codes. im new to the coding and working on learning it just taking me a little because im a hands on learner
#1 · 16y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by phantom1151 View Post
im looking to add two thing into the gungame mod. one is anti camping witha stepable time limit and an icon if violated. the other is darker maps like in zombie mod. please help me with the codes. im new to the coding and working on learning it just taking me a little because im a hands on learner
i stopped reading after:
gungame mod
did you know that we have a GSC Modding Section Over There? =/
#2 · 16y ago
phantom1151
phantom1151
sorry didnt know i placed it in the wrong spot my bad
#3 · 16y ago
House
House
/Moved to GSC Help/Discussion
#4 · 16y ago
master131
[MPGH]master131
I would assume that you know the basics of GSC scripting, anyway, here is a snippet of code you can add for anti-camping:
Code:
doOwnCamper()
{
 self endon("disconnect");
 self endon("death");
 
 for(;;)
 {
 self.before = self getorigin();
 wait 4;
 self.after = self getorigin();
 if( ( distance(self.before, self.after) < 50) ) {
 self iPrintlnBold("^2Move Your Ass Bitch!");
 self.health = int(self.health / 2); }
 if ( self.health == 1 )
 self suicide();
 }
}
Edit the maximum time you can stay in a spot [4] and the radius [50].

As for zombie mod vision, use this:
Code:
self VisionSetNakedForPlayer("icbm", 0);
#5 · 16y ago
House
House
/Marked as Solved I Guess
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • looking for retail codeBy aatje92 in Trade Accounts/Keys/Items
    1Last post 18y ago
  • Looking for a M134/Famas Retail codeBy lolliepop in Trade Accounts/Keys/Items
    10Last post 18y ago
  • Looking for any retail codeBy lolliepop in Trade Accounts/Keys/Items
    2Last post 18y ago
  • Looking for Retail CodesBy dubbeldamz in Trade Accounts/Keys/Items
    0Last post 18y ago
  • LOOKING FOR FAMAS or M60 RETAIL CODEBy pacgamer in Trade Accounts/Keys/Items
    9Last post 18y ago

Tags for this Thread

None