Post[Text Tutorial] [Client] Change glow color

Posts 16 of 6 · Page 1 of 1
[Text Tutorial] [Client] Change glow color
1. Decompile your client with rabcdasm.
Open cmd.exe or make a .bat file with the following code:

Code:
swfdecompress CLIENTNAME.swf
abcexport CLIENTNAME.swf
rabcdasm CLIENTNAME-1.abc


2. Locate Player.class.asasm.
Code:
CLIENTNAME-1/com/company/assembleegameclient/objects/


3. Open Player.class.asasm and goto line 6997 (If you never modified this file before).
Code:
      pushint             16711680


4. Change the integer, get a color hex value and change it to a decimal, like 0000FF becomes 255.
Code:
      pushint             255


5. Recompile your client with the following cmd.exe/batch command:
Code:
rabcasm CLIENTNAME-1\CLIENTNAME-1.main.asasm
abcreplace client.swf 1 CLIENTNAME-1\CLIENTNAME-1.main.abc


Result:


 
Credits
Never thought this was going to be useful but thanks for sharing
Quote Originally Posted by Ahl View Post
Never thought this was going to be useful but thanks for sharing
No problem, you can use this if you can't figure out how to turn off "glow" or just want another color.
Nice for rank specific glows
ermg, litum, teh mzing doonran tankeded uu. emg
Really cool thanks for sharing this
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?