A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Scripting on rally

1.4k views · started by Kyuubi_Chibi ·
#1
Scripting on rally
Anyone know what codes to inpu to change the avatar, name color, etc on a rally client ?
#2
I think there is some in the gaia online guides but try using the search.
#3
I Just Checked by searching and No guides Anybody know?
#4
I thought there were rally clients...
#5
TEMPTii wrote:
I thought there were rally clients...


Im looking for the codes you need to change and avi ,color change, and how to use some features....
#6
dig through the rally swf using a swf decompiler, they are generally named after what they do or what they are for. you'll find it.
#7
dig through the rally swf using a swf decompiler, they are generally named after what they do or what they are for. you'll find it.


seems like to much work but I got time
with the swf do you need to download it?
#8
seems like to much work but I got time
with the swf do you need to download it?


yes you have to download the .swf itself in order to dig around for the code. but talking to people who have made clients themselves, there are like 500+ files to dig through to find these. thats where the Find option comes in handy =P


just dig around for things that you would guess the thing to be. like if your looking to change the username maybe search "Username" or "ID" or something in that general area, modify the code and test it out, if thats not it, try again
#9
Color Codes :


Orange : 105
Bold Orange : 99
Purple : 12
Green : 55
Red : 9
Brown : 160
Black : 53

Avatar Copy Code :


For Internet Explorer :


First of all, go into the gaian's profile. Look for his avatar then right click on it.
Click on Properties. Look up for the Address URL. It's going to be something like this "http://a2.cdn.gaiaonline.com/gaia/members/ava/c1/62/299cb9981ab62c1_flip.png?t=1283430740_6.00_00". You have to copy the from the word ava until the dot before the word flip. For example, "ava/c1/62/299cb9981ab62c1_flip". All you have to do now is paste it in the Avatar Code.

For Mozilla FireFox :


First of all, go into the gaian's profile. Look for his avatar then right click on it. Click on View Image.
Look at the Address URL, it's going to be something like this "http://a2.cdn.gaiaonline.com/gaia/members/ava/c1/62/299cb9981ab62c1_flip.png?t=1283430740_6.00_00". You have to copy the from the word ava until the dot before the word flip. For example, "ava/c1/62/299cb9981ab62c1_flip". All you have to do now is paste it in the Avatar Code.

Name :


All you have to do is click on the button "Name". Type in the username you want to have. That's all.


How to make all of these work :


Go to the next room then go back to the room you were. You won't see the changes but the others are going to see those changes. Have a great time Scripting. =)