animated color nick script

Statut
N'est pas ouverte pour d'autres réponses.

smiley

Touriste
salut

j ai telechager un script pour cod je m arrive pas a le faire

marcher il ne marche pas sur tout les serveurs

c est quelqu un peut m explique comment marche ce script


/
// By popular request:
//
// BSDaemon's, animated color nick script.
// Modify to your needs, I recommend using the replace option in wordpad or :%s/<old value>/<new value>/g in vi.
//
// Installation / Usage instructions:
// See readme.txt.
//

//
// *** NOTICE ***
// ONLY EXECUTE AFTER GAME IS OVER AND YOU SEE PLAYER STATS - OTHERWISE YOU'LL FLOOD
// AND POSSIBLY GET KICK/BANNED.
//

// Forward direction:

set name ^0B^1S^2D^3a^4e^5m^6o^7n.
wait 10
set name ^1B^2S^3D^4a^5e^6m^1o^2n..
wait 10
set name ^2B^3S^4D^5a^6e^1m^2o^3n...
wait 10
set name ^3B^4S^5D^6a^1e^2m^3o^4n....
wait 10
set name ^4B^5S^6D^1a^2e^3m^4o^5n.....
wait 10
set name ^5B^6S^1D^2a^3e^4m^5o^6n......
wait 10

// Reverse direction:

set name ^5B^6S^1D^2a^3e^4m^5o^6n......
wait 10
set name ^4B^5S^6D^1a^2e^3m^4o^5n.....
wait 10
set name ^3B^4S^5D^6a^1e^2m^3o^4n....
wait 10
set name ^2B^3S^4D^5a^6e^1m^2o^3n...
wait 10
set name ^1B^2S^3D^4a^5e^6m^1o^2n..
wait 10
set name ^0B^1S^2D^3a^4e^5m^6o^7n.
wait 10

// Flash

set name ^0B^0S^0D^0a^0e^0m^0o^0n
wait 10
set name ^1B^1S^1D^1a^1e^1m^1o^1n
wait 10
set name ^4B^4S^4D^4a^4e^4m^4o^4n
wait 10
set name ^0B^0S^0D^0a^0e^0m^0o^0n
wait 10
set name ^1B^1S^1D^1a^1e^1m^1o^1n
wait 10

// Mirror default colors

set name ^1BS^4Daemon
wait 10
set name ^4BS^1Daemon
wait 10
set name ^1BS^4Daemon
wait 10
set name ^4BS^1Daemon
wait 10
set name ^1BS^4Daemon
wait 10
set name ^4BS^1Daemon
wait 10

// Say GG...

set name ^4GG^0.
wait 10
set name ^4GG^1.^2.
wait 10
set name ^4GG^3.^4.^5.
wait 10
set name ^4GG^4.^5.
wait 10
set name ^4GG^6.
wait 10
set name ^4GG^1.^2.
wait 10
set name ^4GG^3.^4.^5.
wait 10
set name ^4GG^4.^5.
wait 10
set name ^4GG^6.
wait 10

// Reset name to default value:

set name ^4BS^1Daemon

merci
 
1er
OP
smiley

smiley

Touriste
By popular request:

BSDaemon's, animated color nick script.
Modify to your needs, I recommend using the replace option in wordpad or :%s/<old value>/<new value>/g in vi or you can do it manually.

Installation / Usage instructions:

Copy color-name.cfg file to your main dir (see below).
Edit color-name.cfg and change to use your own nick name or alias.

Edit your config_mp.cfg file
("c:\program files\call of duty\main\config_mp.cfg"),
add a line such as -> bind X exec color-name.cfg
(or whatever letter to bind to).

Example: bind P "exec color-name.cfg"


*** NOTICE ***

ONLY EXECUTE AFTER GAME IS OVER AND YOU SEE PLAYER STATS - OTHERWISE YOU'LL FLOOD AND POSSIBLY GET KICK/BANNED.
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut