It's done through script, modify the sprites.png image, rename it, and upload it to your server.
Syntax: setspritesimage(image)
image - Name of new sprites image.
Example:
PHP Code:
//#CLIENTSIDE
function onCreated() {
setspritesimage("bettersprites.png");
}