Modern Warfare 3 Source Code / Address Thread

Posts 76–90 of 282 · Page 6 of 19
Quote Originally Posted by Jorndel View Post
"Force" host in a easy way:

Offset: 5aa34e8
It will represent the number of minimum players allowed in the looby
So change this to 0 or 1 when you are searching for a lobby. (You might have to freeze it)
Then it will start the match. (When the game starts, change it back to 8 or what it was at start )

Others will join in a short time.


Credits to: Frostzorn - For the Offset and a pointer. (From his Server Tool)
And some to: NightmareTX - Made me investigate :P
Wow, that's nice... Good Job Jorndel

PS: I believe there's a way to set the max of players allowed too, like 18 players instead of the regular(and boring) 12...
Updated Values: Wins | Ties | Winstreak | Minimum Players
If there is anything else missing let me know.

Edit:
Sorted them more, so it's cleaner and easier to find stuff.
Quote Originally Posted by Jorndel View Post
"Force" host in a easy way:

Offset: 5aa34e8
It will represent the number of minimum players allowed in the looby
So change this to 0 or 1 when you are searching for a lobby. (You might have to freeze it)
Then it will start the match. (When the game starts, change it back to 8 or what it was at start )

Others will join in a short time.


Credits to: Frostzorn - For the Offset and a pointer. (From his Server Tool)
And some to: NightmareTX - Made me investigate :P

Weird question but can you still get VAC banned even if your host? Or does being host somehow avoid VAC. I don't think it would make a difference I just thought I would ask.
Quote Originally Posted by tazzyopz View Post
Weird question but can you still get VAC banned even if your host? Or does being host somehow avoid VAC. I don't think it would make a difference I just thought I would ask.
yes you still risk a vac ban, but forcing host itself won't cause a vac ban.
Quote Originally Posted by tazzyopz View Post
Weird question but can you still get VAC banned even if your host? Or does being host somehow avoid VAC. I don't think it would make a difference I just thought I would ask.
nah you can still get banned.
Special and Singleplayer:

- XP : 01DFAB98
===============
#Ammu :
- 1. Weapon: 0137E698
- 2. Weapon: 0137E6BC
- Nade : 0137E6A4
- Flash : 0137E6B0
- Claym: 0137E6C8
Quote Originally Posted by strangerdanger View Post
titles isnt working for me, am i doing something wrong? here is the code
Code:
private void button1_Click_1(object sender, EventArgs e)
        {
            byte[] title = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};

            try
            {

                if (Process_Handle("iw5mp"))
                    WriteBytes(0x1db6098, title);
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }
    }
}
As Anonymouss said:
Quote Originally Posted by Eidolon View Post
In the beginning of (and after) every game, MW3 resets your accolades and emblems & titles every time. Didn't found a solution for this yet.
It don't work for me too... I hope this might help you


Quote Originally Posted by strangerdanger View Post
yeh stats are resetting, btw the level code is wrong, it changes xp instead also the score address and a few others dont work.
The level is not wrong, you just have to set the XP for each level, I have an array for it:
 
CODE
Code:
private int[] lvlXp = { 800, 1900, 3100, 4900, 7100, 9600, 12400, 15600, 19200, 23100, 27500, 32400, 37800, 43700, 50100, 57000, 64400, 72300, 80700, 89600, 99000, 108900, 119300, 130200, 141600, 153500, 165900, 178800, 192200, 206200, 220800, 236000, 251800, 268200, 285200, 302800, 321000, 339800, 359200, 379200, 399800, 421000, 442800, 465200, 488200, 511800, 536000, 560800, 586200, 612350, 639250, 666900, 695300, 724450, 754350, 785000, 816400, 848550, 881450, 915100, 949500, 984600, 1020550, 1057220, 1094600, 1132750, 1171650, 1211300, 1251700, 1292850, 1334500, 1377150, 1420300, 1464450, 1509100, 1554750, 1600900, 1648050, 1695700, 1746200 };
And the score address is working...
Update:
All offsets have been updated.
Also added some I keep away from the public

Enjoy and take care now.
(Remember to credit as well...)
Some patterns/addresses are broken, I'll fix them later.

Code:
Game Version.............1.8.423
Version Build Date.......Wed May 23 14:04:48 2012
ProcessCommand...........0x004D0E60
No Recoil................0x004E9F5D
Refdef...................0x00A3E3B0
CG.......................0x009D31A0
CGS......................0x009CEC20
Entity...................0x00ADC7A8
Entity Size..............0x000001F8
ClientInfo...............0x00AD0878
ClientInfo Size..........0x00000564
Maxtrix..................0x01137D7C
PlayerSnap...............0x009D31A0
KButtons.................0x00C0E498
RenderDevice.............0x06076C28
RegisterFont.............0x00513190
RegisterShader...........0x004A33F0
DrawEngineText...........0x0044DDF0
DrawStretchPic...........0x0046CB30
DrawRotatedPic...........0x00421D60
GetScreenMatrix..........0x00446ED0
StrWidth.................0x004A2CA0
ViewAngleX...............0x01137E5C
ViewAngleY...............0x01137E58
WeaponViewAngleX.........0x00A42F18
WeaponViewAngleY.........0x00A42F1C
WritePacket..............0x004C81D0
GetSnapshot..............0x004F22C0
Obituary.................0x005A7CC0
Thermal Overlay..........0x00437220
Adavanced UAV............0x01CFEB64
DrawEngineRadar..........0x0052DF10
OverlayPackage...........0x00578E80
OverlayEnemy.............0x00522130
OverlayFriendly..........0x005448C0
OverlayTurret............0x0055A3D0
OverlayHeli..............0x00546AF0
OverlayLocal.............0x0041CF30
OverlayPlane.............0x004E0D80
Com_Error................0x00424CF0
Com_Notice...............0x004D86E0
MsgManager...............0x0054BE00
Zoom.....................??????????
Keys.....................??????????
KeyCatcher...............0x01EFB400
CG_Trace.................0x0046F520
GetPlayerTag/GetBonePos..0x0052B0B0
GetTagPointer............0x00407ED0
RegisterTag..............0x004217C0
Aim Assist...............0x0058C6F0
Refdef ViewAngles........0x00A42EDC
GetWeaponName............0x00AD844C
GetWeapon................0x009B1BD0
CG_Init..................0x004ACA60
IsInGame.................0x009D31B0
Console..................0x004D0E60
IsVisible................0x0042B2B0
Fonts....................0x004ACC34
KillIcons................0x004ACD33
Com_HashKey..............0x0047B490
ServerCommandsSequence...0x00C31A5C
ServerCommands...........0x00C31A64
UserCmd Input............0x01137E64
UserCmd Size.............0x0000002C
CurrentCmdNumberAddr.....0x01139464
CSnapshot................0x01141D3C
Has anyone come up with the offset for the MW3 server that removes the respawn delay for HC TDM?

Previous version 1.7.413 was at 0x004F3184 but I can not figure out the offset for version 1.8.423.

This would be for the file iw5mp_server.exe

Thanks guys!
Quote Originally Posted by TTT3 View Post
Has anyone come up with the offset for the MW3 server that removes the respawn delay for HC TDM?

Previous version 1.7.413 was at 0x004F3184 but I can not figure out the offset for version 1.8.423.

This would be for the file iw5mp_server.exe

Thanks guys!
If you would try to update it, you might get the new one. Update value is: 0x80 | &H80 and see
Used the Calculator from Windows: 4F3204 hope it work
Update: I forgot to add the stats so, now they are out as well
Right Addresses for the titles and emblems:

Titles:
Code:
01DB6118
013FD0CC
013FD674
013FDB24
013FE60C
013FEABC
01DB010C
Emblems:
Code:
01DB6098
013FD046
013FD5F4
013FDAA4
013FE58C
013FEA3C
01DB008C
Byte List:
Code:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Write the byte list to all these addresses and it will unlock the titles/emblems.
Quote Originally Posted by MarkHC View Post
Right Addresses for the titles and emblems:

Titles:
Code:
01DB6118
013FD0CC
013FD674
013FDB24
013FE60C
013FEABC
01DB010C
Emblems:
Code:
01DB6098
013FD046
013FD5F4
013FDAA4
013FE58C
013FEA3C
01DB008C
Byte List:
Code:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Write the byte list to all these addresses and it will unlock the titles/emblems.
Let me help you and clean a little:

Titles:
Code:
01DB010C - Unlocks the Elite onces and rest.
013FD674 - "Unlocks" the Special Ops ones
Emblems:
Code:
01DB008C
013FD5F4
Byte List: (As he posted already :P)
Code:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
The other offsets you posted is the Visual Display and 1 did nothing.
The Special Ops are in the Display unlock.




Other stuff for those who want to make something else.

Read who you killed or who killed you:
Name Only:
9C7AE6

Killed by and You killed:
9C7ADC


Get the current Round Points:
Friendly Points:
A494BC

Enemy Points:
A494C0
If someone wants to change the FOV... well here's the offset

5AACD68

Write a float to it..

And put in a loop(timer) is a good idea, since it resets when you die.
Posts 76–90 of 282 · Page 6 of 19

Post a Reply

Similar Threads

Tags for this Thread

Need help?