Results 1 to 6 of 6
  1. #1
    ApocalypticGamer's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    270

    Post How to kick people from your server with CMD

    AS THE TITLE SAYS THIS IS ONLY FOR YOUR SERVER THAT IS HOSTED ON YOUR COMPUTER!

    WARNING: You have to have the debug console enabled to use "Listplayers ip" command!!

    Step 1: Type listplayers ip and find out what's the ip of the person you wan't to kick

    Step 2: Open cmd and type netstat -ano

    Step 3: Find the ip of the person you wan't to kick in the list

    Step 3: Write down the PID number next to the IP

    Step 4: Type: tskil [PID]

    Step 5: That command will terminate the connection and the player will be kicked out for an connection error!

    Reply if it worked!

    BTW: You can use Server Menager, but as their forums are down i posted this, manual way!
    AUTOMATIC, Batch code:

    @ echo off
    netstat -ano
    PAUSE
    set /p id=PID:
    cls
    @ echo Terminated: %id%
    tskill %id%
    PAUSE
    Last edited by ApocalypticGamer; 08-29-2013 at 07:16 AM. Reason: New stuff

  2. #2
    rghmodz's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    263
    Reputation
    17
    Thanks
    295
    Nice thanks for the tut.

  3. #3
    GeneralBr3tt's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Dave's Closet
    Posts
    356
    Reputation
    28
    Thanks
    29
    My Mood
    Pensive
    I want a server, every other server is hosted in like russia and shit.

  4. #4
    ApocalypticGamer's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    270
    You can make an server just run it as an dedicated server :P i can make an tutorial on it aswell XD

  5. #5
    GeneralBr3tt's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Dave's Closet
    Posts
    356
    Reputation
    28
    Thanks
    29
    My Mood
    Pensive
    I know how to do it, I just dont have a static IP

  6. #6
    ApocalypticGamer's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    270
    i Don't have either :P that's why i host servers online or only private so i can give ip over skype

Similar Threads

  1. [Tutorial] How to kick people on aIW after patch
    By intervention61 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 2
    Last Post: 07-14-2011, 08:45 AM
  2. [Solved]Kick people?
    By Corey Taylor in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 12-07-2010, 04:41 AM
  3. HOW to kick people without ELITE mod!(tut)
    By KnockOut in forum Combat Arms Hacks & Cheats
    Replies: 35
    Last Post: 05-03-2009, 07:26 PM
  4. HOW to kick people without ELITE mod!(tut)
    By KnockOut in forum Combat Arms Europe Hacks
    Replies: 13
    Last Post: 05-02-2009, 01:04 PM
  5. How To Kick People With Out Buying Mod
    By Haris in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 01-25-2009, 03:11 AM