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 › 4D1 skidrow version GSC : Static text.

Thumbs up4D1 skidrow version GSC : Static text.

Posts 1–3 of 3 · Page 1 of 1
NO
noobsludgerz
4D1 skidrow version GSC : Static text.
Hi MPGH. (again )

I need a function that draw text on the screen without any animation and i dont know how to tell it but maybe you understand this:

Code:
for (;;)
{

if(self.menuOpen)
{
curText = textobject?;
curText.text = "BLABLA";
curText.alignX = center
curText.y = 75;
//When menu is open it just shows the text
}else{
delete curText;
//when menu is closed it should remove the text.
}

wait .1;
}
Is this possible?
#1 · 14y ago
mathieutje12
mathieutje12
Example:
Code:
ModInfo()
{
	self endon( "disconnect" );
	info = self createFontString("hudbig", 0.6);
	info setPoint("TOPRIGHT", "TOPRIGHT", -2, 0);
	info.glowColor = (1, 1, 0); 

	info.glowAlpha = 1;
	info.hideWhenInMenu = true;
	info.alpha = 1;
	
	info setText("^3e^2X^3ecutorz^2!");
	wait 10;
	info setText("");
}
#2 · 14y ago
NO
noobsludgerz
Quote Originally Posted by mathieutje12 View Post
Example:
Code:
ModInfo()
{
	self endon( "disconnect" );
	info = self createFontString("hudbig", 0.6);
	info setPoint("TOPRIGHT", "TOPRIGHT", -2, 0);
	info.glowColor = (1, 1, 0); 

	info.glowAlpha = 1;
	info.hideWhenInMenu = true;
	info.alpha = 1;
	
	info setText("^3e^2X^3ecutorz^2!");
	wait 10;
	info setText("");
}
Thank you! BTW: i made youir 149 thanks a 150
#3 · 14y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • 4D1 skidrow version GSC missing case statement.By noobsludgerz in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    6Last post 14y ago
  • First Strike DLC (cracked/Skidrow) Version 6By Marios666 in Call of Duty Black Ops Help
    7Last post 15y ago
  • Simple Static TextBy litte in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    6Last post 15y ago
  • zombie DLC skidrow version: I've got them all = awesomeBy lazert in Call of Duty Black Ops Help
    4Last post 14y ago
  • Maps packs Skidrow Version?By kaumidani in Call of Duty Black Ops Help
    4Last post 15y ago

Tags for this Thread

#custom text#menu#mods#static text#text