PDA

View Full Version : COD1/UO How to make cracked server show in masterlist?



andreas93swe
7th February 2015, 10:28
Hello iam running a few call of duty united offensive cracked servers. Is there anyway to make them show up in the master server list?

php
7th February 2015, 12:50
At the moment the masterserver for CoD1 and most likely UO too is down, but to patch the cod_lnxded or CoDMP to make them cracked in a way so that they'll still show up in the masterserver you need to modify 2 bytes somewhere. Which version of UO are you running?

andreas93swe
7th February 2015, 15:39
Im running coduo version 1.51 windows

php
7th February 2015, 16:11
Could you upload and send me your CoDMP.exe?

andreas93swe
7th February 2015, 16:29
check your PM

php
7th February 2015, 18:03
Download
https://dl.dropboxusercontent.com/u/23489240/downloads/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

andreas93swe
7th February 2015, 18:08
Thank you for your help :)

andreas93swe
7th February 2015, 18:51
Is there a similar solution for cod4?

php
7th February 2015, 19:14
Yes, but you can just use CoD 1.7a and set the dvar sv_authorizemode to 0.

CoD1.7a is a patch just like libcod but with way more functionality.

Tally
7th February 2015, 19:42
Yes, but you can just use CoD 1.7a and set the dvar sv_authorizemode to 0.

CoD1.7a is a patch just like libcod but with way more functionality.

and only runs on a Linux server.

php
7th February 2015, 21:11
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

andreas93swe
8th February 2015, 16:19
Now the masterserver for UO is up again and it doesn't seem to work :/

kLeiNtjiEE
28th November 2016, 20:21
I could share the patched binary for CODUO 1.51 linux pls

deivis33
4th August 2017, 00:19
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..

Vandal
9th December 2017, 06:47
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!

IzNoGoD
9th December 2017, 20:38
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.

Vandal
10th December 2017, 15:02
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

IzNoGoD
10th December 2017, 16:45
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.

rgl12
21st August 2018, 16:20
Hey.
So... Anybody figured out how to make cracked server visible on master list?

kLeiNtjiEE
5th September 2018, 02:17
Download
https://dl.dropboxusercontent.com/u/23489240/downloads/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?

ShellPablo
24th March 2020, 03:52
Hola PHP, por favor podrias ayudarme ya que quiero ejecutar un servidro crakeado de Call of Duty UO y no me aparece en el servermaster que tengo que hacer para que aparesca desde ya muchas gracias por tu soporte.

Saludos desde Quilmes Argentina

kung foo man
24th March 2020, 12:53
Translation: Hello PHP, please could you help me since I want to run a cracked Call of Duty UO server and it does not appear in the servermaster that I have to do so that it appears from now on thank you very much for your support.
Greetings from Quilmes Argentina

Prawy
17th December 2020, 10:55
It's working 100 percent. Nopping whole deny if. Thanks

paulb39
21st January 2024, 02:06
I know this is a old thread - but does anyone know the hex values that need to be changed for the linux server file for cod1 and uo? I opened up the files in a hex editor to see if I could figure it out - but I don't understand how those changes to the exe make it cracked, and the linux server file doesn't have that line so I am not sure how to get it to work.