the script 2003 (v4.01) by k3mist

The script 2003 by k3mist (v4.01) for mirc 5.93. I designed/coded this mIRC script years ago for the Unreal Tournament community. It was originally developed for the PGP gaming IRC network. If you would like an earlier version, (3, 2 or 1) contact me.

Download the script 2003 by k3mist (v4.01)

Patch and notes for version 4.00

Important: PGPN just recently changed the address line for authenticating to NickServ. In order for you to continue to use the built in functionality of the script for automatically authing to NickServ. You will need to change a few lines (3 Total), but it is all very simple. This is how you do it step by step (literally):

  1. Once the script is loaded. Hit ALT+R on your keyboard. This will bring up the Remote Script Window.
  2. Now you will need to modify a few lines. Don’t be intimidated, it’s all in plain english. With the Remote Script Window open, hit CTRL+G on your keyboard and go to line 1867 (assuming you have not modified the script file and it is in it’s orginal coding).
  3. You will see:
    if ($network == progameplayer) {

    Change this line to:

    if ($network == PGPN) {
  4. Next hit CTRL+G again on your keyboard and go to line 1869.
  5. You will see:
    .msg nickserv@services.progameplayer.com register %pgpnick %pgppass

    Change this line to:

    .msg nickserv@services.PGPN.com register %pgpnick %pgppass
  6. This is the last line. Hit CTRL+G again on your keyboard and go to line 1873.
  7. You will see:
    .msg nickserv@services.progameplayer.com identify %pgpnick %pgppass

    Change this line to:

    .msg nickserv@services.PGPN.com identify %pgpnick %pgppass
  8. Once you are done, hit CTRL+S on your keyboard to save your changes. Then hit OK at the bottom of the Remote Script Window. You can now connect to PGPN and auth with your account.

When I have some extra time on my hands I will release an automated install script for this and other changes that will need to be made because of the changes PGPN has made. I’m not really in to scripting anymore, and it bores me greatly, so it could be awhile before you see a release for it.

    • Protos
    • May 14th, 2011

    Love your script.
    Would you consider updating it for the latest version of Irc ?

    Also do you have a UT99 version somewhere ??

    Hope you can find some time to respond.

    Cheers!

      • k3mist
      • June 13th, 2011

      No, I have no intentions for the past few years to write another. Maybe someday that might change, but I am too busy and have been for quite awhile.

  1. No trackbacks yet.

You must be logged in to post a comment.