PDA

View Full Version : COD4 Private [cracked] server


paulpl
18-05-2009, 15:20
Hi,

This post is for admins or for ppl that are owners of cracked servers.

When legit COD4 server is running on begining it connect to cod4master.activision.com and sends data about clients.

In cracked verison it's trying to connect to cod4master.activhsion.com (letter "i" changed to "h") and shoud get "coudnt resolve host" beacuse such domain dont exist.
Well... it's exist now. And its poiting to cod4master.activision.com.
The domain was bought 05.05.2009 but the redirection to Activison is active since weekend (or today -18.05.2009) I think, at friday everythings worked fine. Today when I restarted server some friend reported me problem with "key code in use" error so i investigate that and found that activhsion.com thing.

So if you will restart server, ppl can have problem with connect to it.

How to fix it? Open cod4_lnxded (linux version) in hex editor, find "activhsion.com" and change it to some other domain (numbers of chars must be that same). I you have access to server firewall you can block IP of activision host.

beyshehir
18-05-2009, 17:35
top HELP ! thank's !!!

paulpl
19-05-2009, 01:00
Its only about linux dedicated server. I never used windows version so i cant say anything about it.

mwkemo
20-05-2009, 14:25
You are my savior. You have no idea how many days and frustration have I lost trying to find the solution for this problem.

THX milion times

blindek
21-05-2009, 15:17
Hi,

How to fix it? Open cod4_lnxded (linux version) in hex editor, find "activhsion.com" and change it to some other domain (numbers of chars must be that same). I you have access to server firewall you can block IP of activision host.

how to open with HEX editor?

mwkemo
21-05-2009, 15:36
You open the file like with anyother text editor. File/Open

blindek
21-05-2009, 15:50
ok but I have second problem:

I edited these:

cod4master.akthvision.com

to:

cod4master.akthvision.nom


but then the hash is different:

before:

-rwxr-xr-x 1 root root 2278332 2009-05-19 00:01 cod4_lnxded

and then:

-rwxr-xr-x 1 root root 2278300 2009-05-21 23:41 cod4_lnxded

TippeX
21-05-2009, 16:31
why not modify your hosts file to block it then? considerably easier, and the file hash won't change

kert_mario
22-05-2009, 02:47
hi all
can you up the new file edit for all admin cod4 server linux?

paulpl
22-05-2009, 04:32
Hi,

On GCW there is a fix so just download it.
http://m0005.gamecopyworld.com/games/pc_call_of_duty_4.shtml#Call%20of%20Duty%204%20v1. 7%20PRIVATE%20LINUX%20SERVER%20&%20KEY%20IN%20USE%20FIX

blindek
22-05-2009, 04:47
these fix don't work for these problem. In these file the host is still akthvision.com

max76
22-05-2009, 12:13
Hey guys, what do you think would do Activision with the whole cracked server IP's?? which were collected under cod4master.activhsion.com?

mwkemo
22-05-2009, 12:17
How to fix it? Open cod4_lnxded (linux version) in hex editor, find "activhsion.com" and change it to some other domain (numbers of chars must be that same). I you have access to server firewall you can block IP of activision host.

"activhsion.com"


these fix don't work for these problem. In these file the host is still akthvision.com

akthvision.com

blindek
22-05-2009, 13:46
anybody success to make it work a private server? can it pleas post their linux bins.

fuhq2mofo
22-05-2009, 14:39
If it runs, it can be cracked...

(add to your HOSTS file)
127.0.0.1 cod4master.activision.com
127.0.0.1 cod4master.activhsion.com

Crackers: 10
PBBans, Evenbalance and Activision: 0

Enjoy! ;)

blindek
22-05-2009, 16:11
yes I know that, but with these I can't run also original servers on same machine. What can I do?

paulpl
22-05-2009, 20:05
Activision is quick :D
Domain Name: AKTHVISION.COM
Created on: 20-May-09


Ok, c'mon its really easy.

1. Download Notepad++ http://notepad-plus.sourceforge.net/
2. Install it
3. Open file cod4_lnxded in notepad++
4. Press CTRL+F and in search text type: cod4master
5. Yeah, now u see cod4master.akthvision.com (or cod4master.activhsion.com)
6. Change the domain for whatever u want, for example: hhh8sexsex.abcderfujn.com (number of chars must be that same!)
7. Save file
8. Upload it to server
9. Run

paulpl
23-05-2009, 07:54
btw. if someone want to release it just change "cod4master.activision.com" to "cod4master.activision.aaa". They cant buy domain with ".aaa".

crazett
27-05-2009, 02:19
this is not working for me at all.
if I change it inside the file so it doesnt find the masterserver, no one can connect to the server, except on lan.
if I change my hosts file, same issue, only lan players can connect.

what am I doing wrong?

it just hits me that i'm not using any +set dedicated 1 or 2
might this be the problem? i'm gonna give it a shot anyway, as far I have understood dedicated 2 is internet server

it appears that it was not the issue either.

to clarify, the server is working just fine when im not changing any of this. people with the real game can connect and play.

robertmaverick
29-05-2009, 12:44
Hi,

I had the same problems with making a linux server cracked. I also tried to change that cod4master, but I get a segmentation fault back.

Though, I fixed it now, and I want to tell how I did it, I hope it works for you too

What you need to do is block cod4master from your host.

I'm not a really linux expert, but with Debian lenny I did it with this command:

/sbin/route add -host cod4master.activhsion.com reject

I hope it works for you too!

Good luck

crazett
30-05-2009, 09:45
Hi,

I had the same problems with making a linux server cracked. I also tried to change that cod4master, but I get a segmentation fault back.

Though, I fixed it now, and I want to tell how I did it, I hope it works for you too

What you need to do is block cod4master from your host.

I'm not a really linux expert, but with Debian lenny I did it with this command:

/sbin/route add -host cod4master.activhsion.com reject

I hope it works for you too!

Good luck

ty for trying to help! but it didnt work for me, still the same issue :\

robertmaverick
02-06-2009, 09:07
What is your Operating System, which command did you used, and which host did you blocked?

crazett
02-06-2009, 10:49
What is your Operating System, which command did you used, and which host did you blocked?

I'm using linux debian

I used /sbin/route add -host cod4master.activision.com reject

start line > ./cod4_lnxded +set dedicated 2 +set fs_game mods/promodlive +map mp_crash +exec server.cfg

I blocked cod4master.activision.com since I'm not using a "cracked" cod4_lnxded, figured it woulden't make a difference since im blocking the host anyway.

sarareid
03-09-2009, 00:20
Hello poul
I also have been getting this problems mny times.
I am also searching solution for that .
I will post soon for this solution.

danger89
20-11-2009, 14:43
I have this problem too, please fast...

EDIT FIXED!


sudo /sbin/route add -host 63.146.124.21 reject