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 › Need help to fix

Need help to fix

Posts 1–10 of 10 · Page 1 of 1
sdm
sdm
Need help to fix
Someone can help me to find and fix the syntax errors and the xp bug (when u kill some player u dont get xp)

_rank.gsc: WeaponSkillers by SdM - Pastebin.com
_damage.gsc: WeaponSkillers by SdM - Pastebin.com
_damage_mod.gsc (created by me, not official of the game): WeaponSkillers by SdM - Pastebin.com
_experienc.gsc (created by me, not official): WeaponSkillers by SdM - Pastebin.com
#1 · 15y ago
edub18
edub18
Why do you start 2 threads? -.-'
http://www.mpgh.net/forum/323-call-d...od-broken.html
#2 · 15y ago
pyrozombie
pyrozombie
just giving the same advise as jorndel, what for codes did you add?
what is the will they do in game and were did you add them.

the scrips are to big to look through and you posted 4 of them so be specific
#3 · 15y ago
sdm
sdm
All commands addeds by me:
1- _rank.gsc
1.1- playerSpawned
1.1.1- self thread levelInject()
1.1.2- self thread HUD()
1.1.3- self thread UseBar()
1.2- onPlayerConnect
1.2.1- create var
1.2.1.1- player.WepLevel = 0
1.2.1.2- player.WepSkill = 0
1.2.1.3- player.Curxp = 0
1.2.1.4- player.xpTable = []
1.2.1.5- player.xpTable["kill"] = 5
1.2.1.6- player.xpTable["levelup"] = 25
1.2.1.7- player.xpTable["leveled"] = 0
1.2.1.8- player.xpTable["leveledadd"]

2- _damage.gsc
2.1- getHitLocDamage
2.1.1- [weapons damage mod]
2.2- Callback_PlayerDamage_internal
2.2.1- iBrutDamage1 = getHitLocDamage(sHitLoc, sWeapon, iDamage)
2.2.2- iBrutDamage2 = iBrutDamage1 * eAttacker.WepSkill
2.2.3- iBrutDamage3 = iBrutDamage2 / 3
2.2.4- iDamage = iBrutDamage3
2.2.5- victim thread maps\mp\gametypes\_experienc::checkReadyToGive(eAt tacker)

3- _damage_mod.gsc
3.1- getDamageP90
3.2- getDamageUmp
3.3- getDamageM21
3.4- getDamageSpas12
3.5- getDamageM16


4- _experienc.gsc
4.1- checkReadyToGive
4.2- giveXP

Here is all the commands or the functions i've put
#4 · 15y ago
Insane
Insane
We won't just fix your stuff for you. Fix it yourself.
Thats why I created section rules: http://www.mpgh.net/forum/323-call-d...5-09-10-a.html
#5 · 15y ago
sdm
sdm
GSCfixer is not working for alterIWnet...

I found some syntax errors, but i dont know why the xp is not working
#6 · 15y ago
sdm
sdm
someone help me please...
#7 · 15y ago
master131
[MPGH]master131
Try renaming player.xpTable to something else? Might be interfering with a built-in thingy.
#8 · 15y ago
Nachos
Nachos
Quote Originally Posted by sdm View Post
GSCfixer is not working for alterIWnet...

I found some syntax errors, but i dont know why the xp is not working
Why are you saying that GSC Compiler doesn't work for aIW? It is the god damn same think when it is about modding. The code is just packed in .IWD files
#9 · 15y ago
master131
[MPGH]master131
Quote Originally Posted by Nachos View Post


Why are you saying that GSC Compiler doesn't work for aIW? It is the god damn same think when it is about modding. The code is just packed in .IWD files
He's not talking about that, he's talking about this:
http://www.mpgh.net/forum/191-call-d...er-v1-0-a.html

I coded this a reallly long time ago before I became minion, never found out how to find the address for AlterIW. :3
#10 · 15y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Tags for this Thread

None