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 4 - Modern Warfare (MW) Hacks › Call of Duty Modern Warfare Help › *HELP* Need help with some code.

Question*HELP* Need help with some code.

Posts 1–3 of 3 · Page 1 of 1
TH
theoneman1
*HELP* Need help with some code.
I am trying to find No Clip in SP and using reference to some source code for CodJumper by Semyel that he released a few years ago.

But this No Clip only applies to Mp and not SP.

I see this in the source code:

Code:
#define ADDRESS_playerState 0x00000001464782C0
#define ADDRESS_noClip (ADDRESS_playerState + 0x4C38) //+4C38
Few questions:
Is Player State the status of the player? 0 for normal/ 4 for frozen (pre match) etc? How do I find this in SP?

Last question, the No Clip address, I know its saying "The address of the playerState (0x00000001464782C0) +0x4C38)

The last part...0x4C38

Is it taking the player state address and adding 19,512 to it? (Decimal conversion)? like what does 0X4c38 do to the address to activate No Clip?
#1 · edited 8y ago · 8y ago
xmitti
xmitti
Quote Originally Posted by theoneman1 View Post
I am trying to find No Clip in SP and using reference to some source code for CodJumper by Semyel that he released a few years ago.

But this No Clip only applies to Mp and not SP.

I see this in the source code:

Code:
#define ADDRESS_playerState 0x00000001464782C0
#define ADDRESS_noClip (ADDRESS_playerState + 0x4C38) //+4C38
Few questions:
Is Player State the status of the player? 0 for normal/ 4 for frozen (pre match) etc? How do I find this in SP?

Last question, the No Clip address, I know its saying "The address of the playerState (0x00000001464782C0) +0x4C38)

The last part...0x4C38

Is it taking the player state address and adding 19,512 to it? (Decimal conversion)? like what does 0X4c38 do to the address to activate No Clip?

#define ADDRESS_playerState 0x00000001464782C0
#define ADDRESS_noClip (ADDRESS_playerState + 0x4C38) //+4C38

all this does is define the address so you can write out noClip instead of a hex value to make it easier to see in your code
*reinterpret_cast<int*>(noClip) = valuehere;
instead of
*reinterpret_cast<int*>(0x00000001464782C0 + 0x4C38) = valuehere;

"Is it taking the player state address and adding 19,512 to it? (Decimal conversion)" - Yes so the address for no clip is playerstate plus 0x4C38 or 0x14647CEF8

if you want to find the address yourself it's easy find somewhere before the game starts where your player is stuck standing still and search unknown int value between 0-4 then when you can move again scan changed value and so on. No clip has a few different values one for keeping your player still, one for normal movement, and one for moving around freely in the air i can't remember the exact values of each but they're all between 0 and 4. To activate no clip all you have to do is write to the address. "Is Player State the status of the player? 0 for normal/ 4 for frozen (pre match) etc? " No player state is a base address this is what no clip is.
#2 · 8y ago
Silent
[MPGH]Silent
Moved to the correct section.
#3 · 8y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • I need help with some coding please Someone answer thisBy Joshua4004 in Crossfire Coding Help & Discussion
    6Last post 12y ago
  • need help with some code and overall understandingBy Arthur542 in Counter-Strike 2 Help
    11Last post 9y ago
  • Need help with some code.By hav0kwashere in DayZ Mod & Standalone Hacks & Cheats
    0Last post 13y ago
  • Need help with some codes - Vb8By NatureSkillz in Visual Basic Programming
    9Last post 17y ago
  • [HELP] Need help with code. REWARDBy deadskulz in Visual Basic Programming
    14Last post 16y ago

Tags for this Thread

None