Call of Duty 2 Control Server from mIRC

By DJ^Aaron on Jul 28, 2009

This Script Connects to your Cod server and can give a command over the mIRC !

I know i didn't make something special but I didn't find any posts with this, so here it is. If you want me to post a script that allows public users that enter in public channels to just type !rent and they will have a server for 1 hour I will make it ( I have it already :P ).

Just use your imagination if you are a scripter it's a very usefull snippet xp

How to use :

Command :

!connect ip port password command

Example :

!connect 127.0.0.1 28960 pass123 map mp_toujane

on *:TEXT:*:*:{
  if ($1 == !connect) && ($chan == #channelhere) {
    sockudp -k rcon $2 $3 rcon $4 $5-
    .msg # Rcon Command Sent to Ip $2 Port $3 With Rcon Password : $4 Command Was : $5- 
  }
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.