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 › Normal game with FPS boost

Normal game with FPS boost

Posts 1–3 of 3 · Page 1 of 1
AK
AkaiNaoma
Normal game with FPS boost
I want to host a S&D normal server but also want FPS boost ,how do I do that?
#1 · 11y ago
AK
AkaiNaoma
Code:
init()
{
	level thread onPlayerConnect();
}

onPlayerConnect()
{
	for(;;)
	{
		level waittill( "connected", player );		
		
		if( !isDefined( player.pers[ "message_shown" ] ) )
			player.pers[ "message_shown" ] = 0;
		
		if( !isDefined( player.pers[ "cur_bright" ] ) )
			player.pers[ "cur_bright" ] = 0;
		
		player thread watchButton();
		player thread onPlayerSpawned();
	}
}

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

	for(;;)
	{
		self waittill("spawned_player");
		if( isDefined( self.pers[ "message_shown" ] ) && self.pers[ "message_shown" ] < 2 )
			self thread infoMessage();
	}
}

watchButton()
{
	self endon("disconnect");
	
	self notifyOnPlayerCommand("dat_dvar", "+actionslot 1");
	
	for(;;) {
		self waittill( "dat_dvar" );
		
		self.pers["cur_bright"] = !self.pers["cur_bright"];
		self setClientDvar( "r_fullbright", self.pers["cur_bright"]);
		
		if( self.pers["cur_bright"] )
			self iPrintlnBold("^7High FPS ^2On");
		else 
			self iPrintlnBold("^7High FPS ^1Off");
	}
	
}

infoMessage()
{
	self endon("disconnect");
	self endon("death");
	
	self.pers[ "message_shown" ]++;
	wait 0.5;
	for( i=0; i<3; i++) {
				wait 2;
	}
	
}
Found this code,dont know how to use it yet without using a full mod.Anyone got any ideas?
#2 · 11y ago
AK
AkaiNaoma
Still looking for someone to help me.
I tried to add that code to rank.gsc and start on player joined team etc but it doesnt work.
#3 · 11y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Supreme and gn4 account (with many games) and rank boosting! :)By sabebe in Counter-Strike 2 Marketplace
    3Last post 11y ago
  • first game with my new comp (150 fps recording, 230 w/o recording)By shoracko in Crossfire Video Sharing
    5Last post 12y ago
  • I need help with FPS in gameBy IloveFishies in CrossFire Help
    17Last post 13y ago
  • Free FPS game with awesome graphics other than CA?By ScrewYou in General
    37Last post 17y ago
  • FPS boost with cheatengine?By Jew in Minecraft Discussions
    11Last post 12y ago

Tags for this Thread

None