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 8 - Modern Warfare 3 (MW3) Hacks & Cheats › Call of Duty Modern Warfare 3 Server & GSC Modding › How to get clients IP address in 1.4.382 (tekno)

How to get clients IP address in 1.4.382 (tekno)

Posts 1–8 of 8 · Page 1 of 1
YO
yonk2
How to get clients IP address in 1.4.382 (tekno)
Hello, well because i made some 'terrible' mistake to put extenral URL i had the post removed, so the question is simple, how to get client ip address in teknomw3 1.4.382, or if anyone know the mem offsets for that.
Thanks.
#1 · 13y ago
KE
Kenshin13
Are you talking about Client Sided or Host Sided?
#2 · 13y ago
YO
yonk2
Quote Originally Posted by Kenshin13 View Post
Are you talking about Client Sided or Host Sided?
Host sided, the idea is to use a plugin for nukem server addon to get the IP from clients, as version compatible with teknomw3 does not have this feature. I use a plugin from another forum that get the IP from memory but when i use it in my server it returns zeroes so the only question is to know the correct memory offsets for the IP of clients in teknomw3.

Thanks
#3 · 13y ago
KE
Kenshin13
It'd be easier to do it yourself:

Get ~2-3 people.
Join the server.
Do a text search (Or byte-search) for their IPs
Find the difference in between them
Get the base (Player ID = 0)

Then for each player, loop through them and multiply the difference by the client ID.

Code:
DWORD BaseOffset = 0x400000, Difference = 0x7FFF;
DWORD PlayerIPOffset[ 18 ];

for( int i=0; i<18; i++)
{
   if( Player[i]->IsValid )
         PlayerIPOffset[ i ] = BaseOffset + ( i * Difference );
}
There, some pseudocode to help you along.
#4 · 13y ago
YO
yonk2
To do the text search can i use cheatengine right? the memory offsets would be the same even if i run the server through wine? I suppose so but im not sure.

Thanks
#5 · 13y ago
PU
PunisherOfCod
Quote Originally Posted by yonk2 View Post
To do the text search can i use cheatengine right? the memory offsets would be the same even if i run the server through wine? I suppose so but im not sure.

Thanks
Search the text in CE, but make sure to tick off the "HEX" checkbox and change the drop boxes under the text to string.
#6 · 13y ago
KE
Kenshin13
The offsets can also be stored as an integer:

127.0.0.1-> 7F + 00 + 00 + 01

=> 7F000001 = 2130706433(In decimal)
#7 · 13y ago
SOON.
SOON.
Exactly on the host side, you will need the offsets, i was looking for those for a while xD
#8 · 13y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • How to get DIP Pointer addressBy Ryuesi in CrossFire Hack Coding / Programming / Source Code
    20Last post 13y ago
  • How to get Korean WarRock AddressBy WhiteLabel in WarRock Hack Source Code
    9Last post 14y ago
  • How to get clients to run in Flash Projector?By m00sey in Realm of the Mad God Help & Requests
    6Last post 13y ago
  • (TUT)how to change your IP address incase u get bannedBy (FPS)H4X0R in Combat Arms Hacks & Cheats
    20Last post 17y ago
  • [help]how would i get the superjump address?By fable741 in WarRock - International Hacks
    9Last post 19y ago

Tags for this Thread

None