Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 35
  1. #1
    Corporal AlexM's Avatar
    Reputation
    11
    Join Date
    Jul 2007
    Location
    WI
    Posts
    23
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    WoW Color Hack (Use color-codes in text)

    Edit: Yeah I wrote "WoW Color Hack" twice in the title and I don't know why...you can thank marijuana for that.

    I've decided to release this...

    Here's an excerpt from the read-me:
    Code:
            WoWColorHack.flt
    
            -=Preamble=-
                    I'm quite surprised that no one has released
                    anything similar yet - the theory behind
                    this dates back to the alpha days. Hell,
                    I first used this filter on my own alpha
                    sandbox.
    
            -=Theory=-
                    *Almost* all text in WoW either allows for
                    or at one time allowed for the use of color
                    codes. These color codes look like this:
                      The following text is |cFF00FF00 GREEN
                    The tag is |c and the hex-code is obviously
                    the color. These codes are used throughout
                    the game and are how most, if not all,
                    colored text is handled.
    
                    So why not just
                      /say |cFF00FF00 Marijuana
                    and be done with it? Well, Blizzard made the
                    client automatically replace any |'s that
                    typed with ||'s (which ||c is NOT a tag).
                    Then the client just displays
                      |cFF00FF00 Marijuana
                    (replacing ||'s with |'s for display
                    purposes only).
    
                    Thus, you have to circumvent the client's
                    alterations. A packet filter in WPE Pro
                    would work nicely. Perhaps if I make my
                    own color tag and replace it (using a
                    filter) with the actual color tag, I will
                    bypass the client.
    
                    Thanks to Diablo II's ridiculous color
                    code shenanigans, Blizzard was smart this
                    time and made their server start checking
                    for color codes sent by you. Therefore
                    filtering |c into your chat message will
                    do very little because the server will
                    change the |'s to ||'s. Lucky for you,
                    they haven't done that everywhere.
                    It's up to you to try it out here and
                    there. 
    
                                    !!!!!!!!
                          ON OFFICIAL BLIZZARD SERVERS:
                    I know it still works in your guild
                    information text, your guild note
                    text, and your guild MOTD.
    
                    I know it used to work in mail but
                    last time I tried, it returned a 'Mail
                    Database Error' or something to that
                    effect.
                                    !!!!!!!!
                              ON EMULATED SERVERS:
                    As far as I have tested, it works in all
                    text.
                                    !!!!!!!!
    
                    Pretty much everyone who has developed
                    a server for WoW (presumably} knows about
                    these codes and how they work which is
                    why I'm surprised this sort of filter
                    has yet to be released to the public.
    
            -=Hack=-
                    This filter replaces all occurances of
                    'fc' with '|c' sent from the client.
                    Simply typing
                      fcFF00FF00 Marijuana
                    will send
                      |cFF00FF00 Marijuana
                    to the server.
                    Just open it in WPE Pro, turn on the
                    filter, and start your colorful
                    adventure.
    
            -=Detectability=-
                    I cannot guarentee how detectable this is.
                    It requires WPE Pro which injects code
                    into WoW - which Warden is known to be
                    capable of watching for. On the other
                    hand, I've yet to ever be banned from it
                    (and have been using it on and off since
                    day one). Still, my situation may be a
                    little different than most which prevents
                    my ban.
    
                    Also, it would be hella-easy for Blizzard
                    to to just add a few extra lines of code
                    to their servers that automatically ban
                    anyone who sends text with a |c in it
                    instead of a ||c. Would they? Doubt it.
                    Could they? Def.




    Obviously virus free since it's just a WPE Pro filter.

    Here's a download:
    WoWColorHack.zip

    On a final note, nothing this does is "client side only". In the above screeenshots, the colored text is visible to everyone.

    Oh yeah, and please read the damn Read Me. This hack expects that you know how to work WPE Pro (not in an advanced way - just open this filter).

    -Alex
    Last edited by AlexM; 07-29-2008 at 02:43 AM. Reason: New download link.

  2. #2
    New User
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    5
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    Images don't work for me, take me to some blog.

  3. #3
    Corporal AlexM's Avatar
    Reputation
    11
    Join Date
    Jul 2007
    Location
    WI
    Posts
    23
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    I went ahead and uploaded them elsewhere so now they work...

    They should have before if you did what I said:
    Screenshots (copy and paste URL's into your browser):

  4. #4
    New User
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    4
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    upload again...
    when i click goes to a blog

  5. #5
    Banned Krazzee's Avatar
    Reputation
    574
    Join Date
    Jun 2006
    Location
    Ulduar
    Posts
    1,319
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    Here you all go, his link works but nobody seems to read, so i uploaded it to another mirror.

    Filebeam - Free Fast File Hosting

  6. #6
    Knight-Lieutenant
    J-A-K-E's Avatar
    Reputation
    21
    Join Date
    May 2007
    Posts
    316
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    i see wat u are doing but theres macros that change ur colour too like this:

    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00ff00\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;

    changes your text colour to lime green i dont know if it works anymore but u can give it a try also i havent tried your colour hack yet but ill see if it works

    also for some reason u can get a temp ban for using the macro dumb asss blizzard bans u for using theyre own macros
    Last edited by J-A-K-E; 08-17-2007 at 07:40 PM.

  7. #7
    Knight das Murloc's Avatar
    Reputation
    24
    Join Date
    May 2007
    Location
    ...
    Posts
    221
    CoreCoins
    3

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    I canot target Wow whit WPE Pro, why? :/

    Your macor dont work, only get DC
    Last edited by das Murloc; 08-17-2007 at 07:45 PM.

  8. #8
    Banned
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    130
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    What are other colors?

  9. #9
    Corporal AlexM's Avatar
    Reputation
    11
    Join Date
    Jul 2007
    Location
    WI
    Posts
    23
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    Quote Originally Posted by Assasyn View Post
    upload again...
    when i click goes to a blog
    Yes, as I said:
    Here's a download (copy and paste this URL into your browser):
    http://AlexM.NOP.0lx.net/WoW/WoWColorHack.zip
    Quote Originally Posted by jakeblakeley View Post
    i see wat u are doing but theres macros that change ur colour too like this:

    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00ff00\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;

    changes your text colour to lime green i dont know if it works anymore but u can give it a try also i havent tried your colour hack yet but ill see if it works

    also for some reason u can get a temp ban for using the macro dumb asss blizzard bans u for using theyre own macros
    That just sends a chat message - which disconnects you because you are using the item-color tag incorrectly.

    My hack lets you put color in all guild related text and (on emulated servers) you can use color in chat and mail (and if it is an especially poorly written emulated server, character names and guild names).

    Quote Originally Posted by yarrhh View Post
    I canot target Wow whit WPE Pro, why? :/
    You need PermEdit to allow WPE to see WoW.

    Go here to download WPE Pro and Perm Edit:
    http://www.mmowned.com/forums/bots-a...ro-coding.html

    Quote Originally Posted by JoeRodge View Post
    What are other colors?
    It's a hex code...you know... [Lightness][Red][Green][Blue]
    So you can make any color in the 32bit spectrum.
    Last edited by AlexM; 08-17-2007 at 08:48 PM.

  10. #10
    New User

    Reputation
    1
    Join Date
    Jul 2007
    Posts
    42
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    How do you use this? I'm confused. What do I type for colors?

  11. #11
    Master Sergeant xkillerb's Avatar
    Reputation
    6
    Join Date
    Sep 2006
    Posts
    81
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    You can just change the color of the text within WOW with the options on chat or combat logs. Then again, it only changes it for you.

    Quote Originally Posted by AlexM View Post

    My hack lets you put color in all guild related text and (on emulated servers) you can use color in chat and mail (and if it is an especially poorly written emulated server, character names and guild names).

    I just saw this.. I need to try this.. that is actually pretty cool..
    Last edited by Flying Piggy; 08-19-2007 at 01:20 AM.

  12. #12
    Knight das Murloc's Avatar
    Reputation
    24
    Join Date
    May 2007
    Location
    ...
    Posts
    221
    CoreCoins
    3

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    Cant get it to work, i target Wow, open the file whit WPE, mark the box, but nothing happends,

  13. #13
    Corporal
    Reputation
    5
    Join Date
    May 2007
    Posts
    25
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    This is sick man. Best post i have seen here in a while. +rep.

  14. #14
    Kynox's Sister's Pimp Cypher's Avatar
    Reputation
    1327
    Join Date
    Apr 2006
    Location
    ntdll.dll
    Posts
    5,291
    CoreCoins
    46

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    This is interesting, nice work.

  15. #15
    Banned
    Reputation
    9
    Join Date
    Apr 2007
    Location
    37
    Posts
    195
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    Re: WoW Color Hack WoW Color Hack (Use color-codes in text)

    Quote Originally Posted by yarrhh View Post
    I canot target Wow whit WPE Pro, why? :/

    Your macor dont work, only get DC
    u need permedit

 

 
Page 1 of 3 1 2 3 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 05:28 PM. Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO
vBulletin Optimisation by vB Optimise. Digital Point modules: Sphinx-based search

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255