Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: COD1/UO How to make cracked server show in masterlist?

  1. #11
    Private First Class php's Avatar
    Join Date
    Nov 2012
    Posts
    142
    Thanks
    28
    Thanked 116 Times in 59 Posts
    Nope, there is a binary that runs on Mac and Windows it does this by relinking the table sorta like Wine does.

    https://github.com/IceNinjaman/CoD4X17a_testing

  2. #12
    Private
    Join Date
    Dec 2014
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Now the masterserver for UO is up again and it doesn't seem to work :/

  3. #13
    ... connecting
    Join Date
    Nov 2014
    Posts
    6
    Thanks
    0
    Thanked 3 Times in 3 Posts
    I could share the patched binary for CODUO 1.51 linux pls

  4. #14
    Private
    Join Date
    Feb 2014
    Posts
    10
    Thanks
    2
    Thanked 2 Times in 2 Posts
    hi!
    i'm creating cod:uo v1.51 server here, someone have the CoDUOMP.exe cracked to share?
    i already searched, but its hard to find..

  5. The Following User Says Thank You to deivis33 For This Useful Post:

    kubislav23 (4th August 2017)

  6. #15
    ... connecting
    Join Date
    Dec 2017
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello everyone
    I am make iptables rules for CoD2 and it works:

    sudo iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28960 -j DROP
    sudo iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28960 -j DROP

    ...but it doesen't work for CoD UO Why?? Whats differents? CoD2 and CoD UO have a working master servers. Help pls!

  7. #16
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Im gonna take a guess and say that either your cod uo does not have the edit for the masterserv timeout (still at 15 mins) or you run it at a different port.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  8. #17
    ... connecting
    Join Date
    Dec 2017
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by IzNoGoD View Post
    Im gonna take a guess and say that either your cod uo does not have the edit for the masterserv timeout (still at 15 mins) or you run it at a different port.
    CoD2 v1.3- port 28960 iptables rules works!
    sudo iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28960 -j DROP
    sudo iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28960 -j DROP

    CoD UO v1.51 - port 28962 - this iptables rules doesn't work
    sudo iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28962 -j DROP
    sudo iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28962 -j DROP

    Using original, non-modified binaries from Activision
    Last edited by Vandal; 10th December 2017 at 15:14.

  9. #18
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Then maybe the uo masterserv sends from a different port, or sends a different string. Try removing the sport and see if that helps.

    Also, you have not stated wether the part that "does not work" is the cracked-ness or the masterlist-ness.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  10. The Following User Says Thank You to IzNoGoD For This Useful Post:

    kung foo man (10th December 2017)

  11. #19
    Private
    Join Date
    Mar 2018
    Posts
    36
    Thanks
    8
    Thanked 6 Times in 6 Posts
    Hey.
    So... Anybody figured out how to make cracked server visible on master list?

  12. #20
    ... connecting
    Join Date
    Nov 2014
    Posts
    6
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by php View Post
    Download
    https://dl.dropboxusercontent.com/u/...ds/CoDUOMP.exe

    OR do it yourself

    Nop the jnz (first 6 bytes) at
    0x45975B 0F 85 65 01 00 00 jnz 0x4598C6

    or in a Hex Editor

    Find this hex pattern
    0F 85 65 01 00 00 83 3D C0 77 96 00 04 B8 4D E7 58 00 76 05

    Replace it with
    90 90 90 90 90 90 83 3D C0 77 96 00 04 B8 4D E7 58 00 76 05
    knows what is for linux?

  13. The Following User Says Thank You to kLeiNtjiEE For This Useful Post:

    kubislav23 (5th September 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •