How to edit Funky Shirt addon??

Author Topic: How to edit Funky Shirt addon??  (Read 1548 times)

I've seen people have an edited funky shirt addon (basically only certain limbs change color.), and im wondering how you edit it? anyone know?

use notepad or some other text editor and change what you want in the script
the question is too broad, without more information of what you're trying to do, we can't provide accurate answers

if the question is just make certain limbs change, remove the code that changes the other limbs
it shouldn't be too difficult to find that bit of the script
(you can disable it by putting // before it)

It's really rude to steal avatars from other people. Get your own.

It's really rude to steal avatars from other people. Get your own.
who's is it?
i remember people mostly on avatar rather than on name
and thought they were long gone

for some reason i'm thinking something like xalos or a name similar to that

who's is it?
i remember people mostly on avatar rather than on name
and thought they were long gone

for some reason i'm thinking something like xalos or a name similar to that
I'm shocked and appalled that you forgot about Mr.Noßody.

It's really rude to steal avatars from other people. Get your own.
I'm certain that OP got banned for posting a link to blhack, nothing we can do about that.

I'm shocked and appalled that you forgot about Mr.Noßody.
i guess he really is a nobody

I'm shocked and appalled that you forgot about Mr.Noßody.
right, always thought he had a vertical darkened face of some kind instead of a sideways darkened face + hammer

I've seen people have an edited funky shirt addon (basically only certain limbs change color.), and im wondering how you edit it? anyone know?

Okay, so if you open the code using N++ or something like that you will see huge blocks of this text.

Code: [Select]
$RainbowPlayerTempPack=$pref::Avatar::PackColor;
$RainbowPlayerTempHat=$pref::Avatar::HatColor;
$RainbowPlayerTempLLeg=$pref::Avatar::LLegColor;
$RainbowPlayerTempRLeg=$pref::Avatar::RLegColor;
$RainbowPlayerTempAccent=$pref::Player::AccentColor;
$RainbowPlayerTempHead=$pref::Player::HeadColor;
$RainbowPlayerTempChest=$pref::Player::ChestColor;
$RainbowPlayerTempHip=$pref::Player::HipColor;
$RainbowPlayerTempLArm=$pref::Player::LArmColor;
$RainbowPlayerTempLHand=$pref::Player::LHandColor;
$RainbowPlayerTempRArm=$pref::Player::RArmColor;
$RainbowPlayerTempRHand=$pref::Player::RHandColor;
$RainbowPlayerTempSecondPack=$pref::Player::SecondPackColor;

You can remove these lines to edit what you want to change, so lets say you only want your arms (shoulders and hands) to change. It would look like this.

Code: [Select]
$RainbowPlayerTempLArm=$pref::Player::LArmColor;
$RainbowPlayerTempLHand=$pref::Player::LHandColor;
$RainbowPlayerTempRArm=$pref::Player::RArmColor;
$RainbowPlayerTempRHand=$pref::Player::RHandColor;

easy peasy.


i actually thought this was mr nobody for a second and was confused