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 › adding noclip to patch

adding noclip to patch

Posts 1–13 of 13 · Page 1 of 1
ND
ndirishassassin
adding noclip to patch
heres the code
Code:
NewUFO() 

{ 

self endon("death"); 

if(isdefined(self.newufo)) 

self.newufo delete(); 

self.newufo = spawn("script_origin", self.origin); 

self.UfoOn = 0; 

for(; 

{ 

if(self usebuttonpressed()) 

{ 

if(self.UfoOn == 0) 

{ 

self.UfoOn = 1; 

self.origweaps = self 
getWeaponsListOffhands(); 

foreach(weap in self.origweaps) 

self takeweapon(weap); 

self.newufo.origin = self.origin; 

self playerlinkto(self.newufo); 

} 

else 

{ 

self.UfoOn = 0; 

self unlink(); 

foreach(weap in self.origweaps) 

self giveweapon(weap); 

} 

wait 0.5; 

} 

if(self.UfoOn == 1) 

{ 

vec = anglestoforward(self getPlayerAngles()); 

if(self FragButtonPressed()) 

{ 

end = (vec[0] * 200, vec[1] * 200, 
vec[2] * 200); 

self.newufo.origin = 
self.newufo.origin+end; 

} 

else if(self SecondaryOffhandButtonPressed()) 

{ 

end = (vec[0] * 20, vec[1] * 20, vec[2] *
20); 

self.newufo.origin = 
self.newufo.origin+end; 

} 

} 

wait 0.05; 

} 

}
how can i get this to work in a patch ive tried a lot to get it to work but no success
#1 · edited 15y ago · 15y ago
mathieutje12
mathieutje12
Just get a clean _rank.gsc put that code in the file.
Look for Onplayerspawned.
Add self thread Newufo(); after self waittill("player_spawned");
Posting 1 time is enough..
#2 · 15y ago
ND
ndirishassassin
yeah the second time was an accident i went back a page then went away and thought i didnt post it. i have done that to the rank and it doesnt work.
#3 · 15y ago
mathieutje12
mathieutje12
What didnt work u got a error/bad syntax/unknown function?
#4 · 15y ago
ND
ndirishassassin
no it works but the noclip doesnt activate for some reason
#5 · 15y ago
mathieutje12
mathieutje12
U have to press F/G/2 u know?
#6 · 15y ago
ND
ndirishassassin
YEAH... WAIT PRESS F THEN G THEN 2 OR JUST ONE OF THEM CUS I WAS WUNDERIN WHAT IF(SELF usebuttonpressed() meant . sorry for caps its my push to talk button
#7 · 15y ago
mathieutje12
mathieutje12
It means if you pressed the F button
#8 · 15y ago
LO
lolhack8808
Btw theres no noclip in MP, theres just the UFO mod.
You cant go through walls etc.
#9 · 15y ago
ND
ndirishassassin
ive used it in blackstorms patch aswell as mossys but it wont work in my own
#10 · 15y ago
master131
[MPGH]master131
So is this solved or what?
#11 · 15y ago
Yamato
Yamato
Quote Originally Posted by lolhack8808 View Post
Btw theres no noclip in MP, theres just the UFO mod.
You cant go through walls etc.
With that one yes.
#12 · 15y ago
ND
ndirishassassin
it still dont work :/
#13 · 15y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • adding noclip to patchBy ndirishassassin in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    0Last post 15y ago
  • [HOT] ~ XTrap bypass ~ After Patch { 15 September 2011 } ~By Dark Side in CrossFire Hacks & Cheats
    245Last post 14y ago
  • Simpsons Beta Hack v1.5 [ZM Patch]By Skrillex in CrossFire Hacks & Cheats
    403Last post 14y ago
  • Snowball Fight to be added after the patch!By Liem in Combat Arms Hacks & Cheats
    5Last post 17y ago
  • [Content Update] Everything they added and patched, also about QuarantineBy ryansasz in Combat Arms Hacks & Cheats
    15Last post 17y ago

Tags for this Thread

None