Results 1 to 7 of 7

Thread: Server Problems

  1. #1
    ... connecting
    Join Date
    Jun 2013
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Server Problems

    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?1...he-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"

  2. #2
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Search for Private server patch. Patch the executable and sever is cracked and should appear in the list

  3. The Following User Says Thank You to Ni3ls For This Useful Post:

    kung foo man (11th June 2013)

  4. #3
    ... connecting
    Join Date
    Jun 2013
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts
    oh forgate to say its on linux

  5. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts

    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.
    timescale 0.01

  6. #5
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    1 Questions?
    Why you dont buy CoD2???

  7. The Following User Says Thank You to STAUFFi For This Useful Post:

    thOuMta (11th June 2013)

  8. #6
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by kung foo man View Post
    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:
    Code:
    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.
    Last edited by Mitch; 11th June 2013 at 21:42.

  9. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (11th June 2013)

  10. #7
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    Yeah stauffi i agree with you ^^

Posting Permissions

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