Search:

Type: Posts; User: Selbie

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    6,248

    Yeah run cod2 with root permissions!

    Yeah run cod2 with root permissions!
  2. Replies
    8
    Views
    7,220

    Try: case "votemap_maprestart": self...

    Try:



    case "votemap_maprestart":
    self setClientCvar ("clientcmd", "say !votemap_maprestart; callvote map_restart;");
    self openMenu ("clientcmd");
    self closeMenu ("clientcmd");
    wait...
  3. Thread: Call a vote

    by Selbie
    Replies
    2
    Views
    8,284

    I see nothing related to libcod, all of this can...

    I see nothing related to libcod, all of this can be done in vanilla cod(2).

    Also I am missing completion, this is just a code snippet (part).
    You cannot start a script with a 'case' statement.
  4. Replies
    2
    Views
    4,703

    True, getting libcod working on CentOS is quite...

    True, getting libcod working on CentOS is quite hard, but it's possible on RHEL 6.

    I would suggest Ubuntu if your new to Linux.
  5. Replies
    23
    Views
    72,458

    file: cod2_lnxded_autoBoot #!/bin/bash # #...

    file: cod2_lnxded_autoBoot


    #!/bin/bash
    #
    # call of duty 2 auto restart script.
    # including a logfile relocater
    #
    # pluginLoader
    export LD_PRELOAD="/usr/lib/cod2/libcod2_1_2.so"
  6. Thread: because i can

    by Selbie
    Replies
    14
    Views
    14,848

    I wonder if you have used the exploit(s) I found...

    I wonder if you have used the exploit(s) I found inside cod2.
    One of them was also possible to run arbitrary code on clients.

    Should be kept secret or patched.
  7. Replies
    3
    Views
    8,245

    Poll: Release - COD2 Player Events

    Hey all,

    My latest script I created:

    This will avoid running 100 of times running the same onPlayerConnect() script.


    /*
    Created by by: Selbie
    Release Version: v1.0
Results 1 to 7 of 7