PDA

View Full Version : Server Problems



Dominator
11th June 2013, 17:06
Hello guy

i get problem whit "howtocrack"
use crack from games word copy but have problem whit "NULL" guid
and read this http://killtube.org/showthread.php?1337-CoD2-Tutorial-How-to-make-your-cracked-server-show-up-in-the-master-list
but problem its if is this blocked that need all serevr to be cracked
- the questin is: "how to have cracked and org(non-cracked) server on one root server"

Ni3ls
11th June 2013, 17:45
Search for Private server patch. Patch the executable and sever is cracked and should appear in the list

Dominator
11th June 2013, 18:35
oh forgate to say its on linux

kung foo man
11th June 2013, 19:00
iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28961 -j DROP
iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28961 -j DROP


That should only affect the cracked server on 28961?

If that is not the case, I can hook up the C/recvfrom()-function to block those 2 packets, but then you need to either rent a server @ killtube or buy the extension for 40 €.

@ Ni3ls, Mitch's cracked server is advanced, so it's in the master list and normal/cracked ppl can play on it.

STAUFFi
11th June 2013, 19:07
1 Questions?
Why you dont buy CoD2???

Mitch
11th June 2013, 20:40
That should only affect the cracked server on 28961?

If that is not the case, I can hook up the C/recvfrom()-function to block those 2 packets, but then you need to either rent a server @ killtube or buy the extension for 40 €.

@ Ni3ls, Mitch's cracked server is advanced, so it's in the master list and normal/cracked ppl can play on it.

You can also block a range if you got multiple servers:


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

These 2 iptables rules drop bad and invalid cdkey replies on port 28960-28963.

thOuMta
11th June 2013, 21:29
Yeah stauffi i agree with you ^^