Results 1 to 4 of 4
  1. #1
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish

    How to change news text color [AS3]

    Recently I changed the bg of my client, making it harder to see the news text, so I scattered around the client, and eventually found the hex code to news text;P

    Go to
    src > _F_1 > _0B_m

    then these lines at the top
    Code:
        public static const _3Q_:uint = 0xE50003;
        public static const _00O_:uint = 0xFFC800;
    the 0xB3B3B3 is the hex code of the color of the text plain (originally greyish)
    the 0xFFC800 is the hex code of the color when you hover over it (originally yellowish)

    what it looks like if you change it to for example
    Code:
        public static const _3Q_:uint = 0xE50003;
        public static const _00O_:uint = 0xFF00AA;
    (remember always keep 0x in front of hex codes when u put them in, unless ur editing a hex code that has a # in front of it, keep the # in front of it, but u wont come across much of those)
    (dont judge the horrible choice of color, will change soon anyways)

    (the word above the news is usually news, i changed it to updates, but anyways, to change the color of that is in a completely different spot, not the same spot shown in this tut, if u really wanna know though, just ask)
    Last edited by Riigged; 08-06-2015 at 09:36 PM.

  2. The Following User Says Thank You to Riigged For This Useful Post:

    jone112233 (08-07-2015)

  3. #2
    jone112233's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    under your bed
    Posts
    100
    Reputation
    10
    Thanks
    744
    My Mood
    Dead
    Good to know.

  4. #3
    Lxys's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    England.
    Posts
    1,156
    Reputation
    208
    Thanks
    2,235
    My Mood
    Devilish
    Quote Originally Posted by Riigged View Post
    Recently I changed the bg of my client, making it harder to see the news text, so I scattered around the client, and eventually found the hex code to news text;P

    Go to
    src > _F_1 > _0B_m

    then these lines at the top
    Code:
        public static const _3Q_:uint = 0xE50003;
        public static const _00O_:uint = 0xFFC800;
    the 0xB3B3B3 is the hex code of the color of the text plain (originally greyish)
    the 0xFFC800 is the hex code of the color when you hover over it (originally yellowish)

    what it looks like if you change it to for example
    Code:
        public static const _3Q_:uint = 0xE50003;
        public static const _00O_:uint = 0xFF00AA;
    (remember always keep 0x in front of hex codes when u put them in, unless ur editing a hex code that has a # in front of it, keep the # in front of it, but u wont come across much of those)
    (dont judge the horrible choice of color, will change soon anyways)

    (the word above the news is usually news, i changed it to updates, but anyways, to change the color of that is in a completely different spot, not the same spot shown in this tut, if u really wanna know though, just ask)
    Instead of releasing all of these "How to change color" in different threads, just make a big ass thread that has all of them in.

    Anyway, nice tutorial
    Specs
    Motherboard - Asus Z170-P
    CPU- Intel Core i5 6500
    SSD - Samsung SM951
    Ram - 8 GB (2 x 4 DDR2)
    HDD - Random 500GB One
    GPU - Integrated i5 (Intel HD Graphics 530)
    OS - Win10

  5. #4
    Fucking Moron's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    I need smoke
    Posts
    5,529
    Reputation
    1371
    Thanks
    1,618
    My Mood
    Buzzed
    The colors just gave me autism.
    At least I still know that you have it and I don't
    your a fucking ****** ****** ******
    Go suck more dick ****** ******

Similar Threads

  1. How to change any Chat Color and Glow Color in AS3 Client
    By sacredmike in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 4
    Last Post: 02-01-2015, 04:43 PM
  2. How to change CF Text Color?
    By darkzzzz in forum CrossFire Help
    Replies: 24
    Last Post: 01-30-2013, 05:37 PM
  3. How do i change my text color?
    By FrogIsHam in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 07-03-2010, 01:18 AM
  4. How to change Elitevision chams colors
    By Synns in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 02-05-2010, 09:36 PM
  5. How to change the cham colors??
    By DontBanMe in forum Combat Arms Hacks & Cheats
    Replies: 41
    Last Post: 09-02-2008, 11:04 PM