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 › some questions .. please help!

some questions .. please help!

Posts 1–6 of 6 · Page 1 of 1
GA
GalAmitai
some questions .. please help!
hi..

i have some questions,
1. how can i make a website link to my MW2 Lobby ?
2. how can i change my Prestige Icon to my Pic ?
3. How do I do that someone entered my lobby that change to him the names of the CLASSES ?

Thank you..
#1 · edited 15y ago · 15y ago
Yamato
Yamato
For example this is my custom class code:

Code:
doClasses()
{
	self setPlayerData( "customClasses", 0, "name", "^1O^2M^3A ^4Yamato " );
	self setPlayerData( "customClasses", 0, "weaponSetups",  0, "weapon", "wa2000" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 1, "weapon", "onemanarmy" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 0, "camo", "prestige" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 1, "camo", "gold" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 0, "attachment", 0, "xmags" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 0, "attachment", 1, "none" );
	self setPlayerData( "customClasses", 0, "perks", 1, "specialty_onemanarmy" );
	self setPlayerData( "customClasses", 0, "perks", 2, "specialty_coldblooded" );
	self setPlayerData( "customClasses", 0, "perks", 3, "specialty_quieter" );
	self setPlayerData( "customClasses", 0, "perks", 0, "claymore" );
	self setPlayerData( "customClasses", 0, "perks", 4, "specialty_fraggrenade" );
	self setPlayerData( "customClasses", 0, "specialGrenade", "concussion_grenade" );
}
#2 · edited 15y ago · 15y ago
EP
EpicPlayer
Quote Originally Posted by Yamato View Post
For example this is my custom class code:

Code:
doClasses()
{
	self setPlayerData( "customClasses", 0, "name", "^1O^2M^3A ^4Yamato " );
	self setPlayerData( "customClasses", 0, "weaponSetups",  0, "weapon", "wa2000" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 1, "weapon", "onemanarmy" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 0, "camo", "prestige" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 1, "camo", "gold" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 0, "attachment", 0, "xmags" );
	self setPlayerData( "customClasses", 0, "weaponSetups", 0, "attachment", 1, "none" );
	self setPlayerData( "customClasses", 0, "perks", 1, "specialty_onemanarmy" );
	self setPlayerData( "customClasses", 0, "perks", 2, "specialty_coldblooded" );
	self setPlayerData( "customClasses", 0, "perks", 3, "specialty_quieter" );
	self setPlayerData( "customClasses", 0, "perks", 0, "claymore" );
	self setPlayerData( "customClasses", 0, "perks", 4, "specialty_fraggrenade" );
	self setPlayerData( "customClasses", 0, "specialGrenade", "concussion_grenade" );
}
Important part:
Code:
	self setPlayerData( "customClasses", 0, "name", "^1O^2M^3A ^4Yamato " );
#3 · 15y ago
Yamato
Yamato
Quote Originally Posted by EpicPlayer View Post
Important part:
Code:
	self setPlayerData( "customClasses", 0, "name", "^1O^2M^3A ^4Yamato " );
Yes, for changing the name, but for making a cool class, use all my code,
#4 · 15y ago
GA
GalAmitai
this code change all of the classes ? ^
where i need to put him ?
#5 · 15y ago
Blubb1337
Blubb1337
/moved 2 gsc help
#6 · 15y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Tags for this Thread

None