ItsMods

Full Version: MW3 Server Addon Extensions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Angry
Ok man, thanks man, you read properly !

Huh I don't want support, just an aswer.
It's just a quest programming !
(04-10-2014, 21:29)benjahwest Wrote: [ -> ]
Angry
Ok man, thanks man, you read properly !

Huh I don't want support, just an aswer.
It's just a quest programming !


It should work.
Why not just to try it yourself?
@SailorMoon
address others , some offsets too
i am think, it doesnt work on Tekno...
CSHARP Code
  1. SvCheckTimeoutAddress = 0x4FE8A0;
  2. SteamCheckSvAuthAddress = 0x599D20;
  3. ResetReliableCmdAddress = 0x5029DB;
  4. SvMaxClientsDvarPtr = 0x5787780;
  5. ClientAddress =0x4A0FE90;
  6. GetStatMajorAddress = 0x4D0560;
  7. GetStatMinorAddress = 0x4D05A0;
  8. GetChecksumAddress = 0x40C8C0;
  9. SvDirectConnectAddress = 0x4F7670;
  10. SvCmdArgsAddress = 0x1B5B7D8;
  11. const int protocol = 20601; // as of 1.9.461
  12. private static void SvCmdEndTokenizedString()
  13. {
  14. var argsIndex = Marshal.ReadInt32(SvCmdArgsAddress);
  15.  
  16. var addr = (IntPtr) 0x1B4AFD0;
  17. var value = Marshal.ReadInt32(addr);
  18. var arrValue = Marshal.ReadInt32((IntPtr)0x1B5B81C, argsIndex * 4);
  19. Marshal.WriteInt32(addr, value - arrValue);
  20.  
  21. addr = (IntPtr) 0x1B4AFD4;
  22. value = Marshal.ReadInt32(addr);
  23. arrValue = Marshal.ReadInt32((IntPtr)0x1B4AFB0, argsIndex * 4);
  24.  
  25. argsIndex--;
  26. Marshal.WriteInt32(SvCmdArgsAddress, argsIndex);
  27. }

Exit : search new offsets&Addresses
(04-13-2014, 11:48)Dude Wrote: [ -> ]@SailorMoon
address others , some offsets too
i am think, it doesnt work on Tekno...
CSHARP Code
  1. SvCheckTimeoutAddress = 0x4FE8A0;
  2. SteamCheckSvAuthAddress = 0x599D20;
  3. ResetReliableCmdAddress = 0x5029DB;
  4. SvMaxClientsDvarPtr = 0x5787780;
  5. ClientAddress =0x4A0FE90;
  6. GetStatMajorAddress = 0x4D0560;
  7. GetStatMinorAddress = 0x4D05A0;
  8. GetChecksumAddress = 0x40C8C0;
  9. SvDirectConnectAddress = 0x4F7670;
  10. SvCmdArgsAddress = 0x1B5B7D8;
  11. const int protocol = 20601; // as of 1.9.461
  12. private static void SvCmdEndTokenizedString()
  13. {
  14. var argsIndex = Marshal.ReadInt32(SvCmdArgsAddress);
  15.  
  16. var addr = (IntPtr) 0x1B4AFD0;
  17. var value = Marshal.ReadInt32(addr);
  18. var arrValue = Marshal.ReadInt32((IntPtr)0x1B5B81C, argsIndex * 4);
  19. Marshal.WriteInt32(addr, value - arrValue);
  20.  
  21. addr = (IntPtr) 0x1B4AFD4;
  22. value = Marshal.ReadInt32(addr);
  23. arrValue = Marshal.ReadInt32((IntPtr)0x1B4AFB0, argsIndex * 4);
  24.  
  25. argsIndex--;
  26. Marshal.WriteInt32(SvCmdArgsAddress, argsIndex);
  27. }

Exit : search new offsets&Addresses

Of course, addresses have changed. ( also sizes too ).
Thanks for reply, but i don't know how i can find offset for my version.
I try to learn with IDA, but i'm very noob...
Do you know a good way for that ?
(04-13-2014, 22:17)benjahwest Wrote: [ -> ]Thanks for reply, but i don't know how i can find offset for my version.
I try to learn with IDA, but i'm very noob...
Do you know a good way for that ?

Yeas. Your need in learn assembler x64...Do you know what or programming languages?
(04-14-2014, 09:37)Dude Wrote: [ -> ]
(04-13-2014, 22:17)benjahwest Wrote: [ -> ]Thanks for reply, but i don't know how i can find offset for my version.
I try to learn with IDA, but i'm very noob...
Do you know a good way for that ?

Yeas. Your need in learn assembler x64...Do you know what or programming languages?

No, Why x64? You should learn English language.
You don't need assembler at all.
@Dude
1. learn English language
2. learn to code
3. ???????
4. profit $$
Ok, My Boss Troll
(04-14-2014, 14:31)Casper Wrote: [ -> ]@Dude
1. learn English language
2. learn to code
3. ???????
4. profit $$

It's just some kind of showing off. Using words such as "assembler", "programming", "address", "offset", "c++", "ide" makes him cool etc etc etc.. But he has no idea what is it. Dumb Bitch
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22