Switch to the dark side!
General Discussion

General Discussion

Latest Discussion
1 month ago
2 months ago
4 months ago
More...

Post a new topic



AIM: Hacked - No more Yellow Hilite - Total user control gained

Avatar-50x50
WinT says:

That's right, no more yellow hilite. I'll try not to write a tutorial in here, as one will come in time at my site, but I'll be as specific as I can, and as short as I can.

Screenshot here --> http://wint.virtualplastic.net/images/aim.jpg

First things first: The yellow hilite is a hex value. Not the easiest thing to find, but easily changed once you find it. I am NOT responsible for this find at all. I did start out hacking AIM looking for it, but never found it. So, to give credit where crediit is due:

A user by the name of Shell2600 found this trick all on his own. A good friend of mine, Joh6nn, found this user and his info at some forums, then linked me to it. I forgot about it, and by the time we went back, the info had been pulled. Well, Joh6nn went even further an Imed him on AIM, and Shell2600 told him how to do this once more. Joh6nn did it first, then helped me out drastically with it. So I did not find the hi lite, but I'm bringing the information to you, since I know this yellow color has been a big target for a long time now :)

Ok, so having gave my credit, here's how you change the hi-lite:

Using a hex editor, you open up BUDDYUI.OCM, found in the AIM root directory. Do a search for offset 0x0056CD

For my version of AIM, 5.1 (I think) it doesn't come up exactly like that. Mine lands on 0056C6.

Space over 8 times from the first value listed for C6. This will bring you, on the 8th count, to an FF value. That is the start of the color. It goes as so: FF FF 00

Change that to another color value using hex format of course, save the file, and it's done. I used the color picker Switch to find my color, and retrieve it's hex value.

Ok, so, that takes care of the hi lite color. Now, what I will stake a claim to is the Reshacking part of this, except for the last bit of it :) I spent two days hacking two dialogs, and my God they were hell to work with. AOL's programmers put this thing together in a weird way.

AIMRES.DLL DIALOG'S #323 AND #324

You have to be REALLY careful here with what you do. I deleted EVERYTHING that wasn't neccessary as you can see in the screenshot I linked to. These things are so touchy that sometimes even Reshacker will lock up on you if you do something wrong to them. Just ridiculous, and one big pain in the ass, but it's done, and that's what matters.

Dialog #323 is the backdrop for #324. #324 is a dialog with a TreeView control on it. This is the actual buddy list. #323 contains the size information (in code) and without it, the TreeView has no where to sit.

Now, originally, I did all of this, got it looking really nice, but couldn't get the buddy list to go as small as I wanted it. Well, Joh6nn came through once again, and linked me to the DeadAim forums, which there, I found a small tutorial on hacking the XML information, found within the "23" section in AIMRES.DLL . You adjust some numbers there, and you can control the body of the buddy list. Make it as large or as small as you want it. No limits.

Thing is though, when you resize the bl window, you're actually resizing dialog #323. You're treeview found in #324 will stay the same size, so you have to go back in with Reshacker and adjust the size of the treeview. Pretty nice too because you can apply border effects to these dialogs, and even make them transparent if you want.

So, the link to the small tut on allowing the bl to be resizes can be found at the link below:

http://www.jdennis.net/forums/viewtopic.php?t=1913&highlight
=buddy+list+size+xml


So now, without using ANY other applications, you can hack out all of the ads, all those ugly bitmaps and icons, etc.. that you normally see in AIM. I'm really enjoying it. Anyway, I know alot of you have reshacked your AIM already, so I don't know how far you've taken it, but hopefully, you all can use this info I've provided.

If you have any questions about the Reshacker part, let me know. I promise you, these dialogs are horrible, and it will take lots of trial and error, but you will get it if you intend to hack it :)

Enjoy :)

http://wint.virtualplastic.net

04:59 am, Tuesday, May 27, 2003 (6 years ago)
Avatar-50x50
MistaNeat says:

oops, something happened to a line in last message. In 23 -> 323 I removed:

IDC_AWAY_TITLE covered by IDC_VIEW_TREE

10:46 pm (6 years ago)
Avatar-50x50
MistaNeat says:

The page keeps removing what I am saying because it is html I guess. You remove
IDC_AWAY_TITLE covered by IDC_VIEW_TREE windowCovering windowID='1554' coveringID='137' visible='false'

10:48 pm (6 years ago)
Avatar-50x50
MistaNeat says:

I've figured out that the text "X's Buddy List" causes that bar to appear. If deleted or if you just change the name to something else the bar disappears but deadaim also stops working. I'm still trying to figure out a way to remove the bar and have deadaim still function. Sorry for posting so many times

11:24 pm (6 years ago)
Avatar-50x50
Unclear says:

yea.. i keep gettin conflictions with deadaim too..

"If you still got bullets, keep shooting"
http://unclear.web1000.com/

02:00 am (6 years ago)
Avatar-50x50
WinT says:

Ok, not going to deal with the Away message here, but I wanted to touch on this "bar" you guys are referring too. I'm assuming you've got it removed now, but it sounds to me like this "bar" was the caption of the window? The actual, Titlebar? Is that true? You said it has "Screenames buddy list" and 3 buttons right?

Ok, very easy method here for getting rid of that, using Reshacker. All you do is go to Dialog #323, right click anywhere on it, then look in the Styles box, left hand lower corner, scroll down, and remove the WS_SYSMENU style. That will remove the 3 caption buttons from the bar itself.

If you want to completely remove it, caption and all, you can do this by removing the WS_CAPTION style as well, but I do NOT recommend doing this, as it will render the box non draggable. The BL will be stuck in one spot, unable to be dragged to other locations on the desktop.

Now, the alternative to doing that is this... If you go to String Table #11, still in Aimres.dll, take a look at line #171, that, in Version 5.1 anyway, is the titlebar caption. Normally, you have access to these captions when editing the corresponding dialog, which in this case, is #323, but they didn't do it like that this time, not good ole AOL, so you have to edit this string table. See that funny looking symbol (I can't remember mine exactly as I no longer have it) with the % sign? It's gonna have some sort of symbol there, I know that much. Anyway, that's the command that enables it to spit out your screename to the titlebar.

You can change this text to whatever it is that you like. If you look at my image from WAY up top in the first post, you'll see that not only did I change my titlebar text, but also centered it. You just push the text forward with the space bar, in between the " " quotes, and eventually, it will center. You'll have to save the file, start aim, and verify it, probably more the once for the perfect centering.

So, anyway, sorry to have written an essay, but thought you guys might like to know that information. Much quicker and easier :)

http://wint.virtualplastic.net

02:44 pm (6 years ago)
Avatar-50x50
MistaNeat says:

Here is a screenshot of the bar I am referring to. I got rid of the stuff on it and colored it to match. I can remove it in Reshack by changing the name of "X's Buddy List" to anything else in dialog #323, but deadaim also stops working.

http://mistaneat.netfirms.com/buddylist.jpg

04:20 pm (6 years ago)
Avatar-50x50
MistaNeat says:

I found a way to get rid of the bar and still have logging work, but you cannot access deadaim options from aim's menus. If you go to dialog #323 and get rid of the line with CONTROL "X's Buddy List" and then go to Dialog #324 and rename CONTROL "Tree1" to CONTROL "X's Buddy List" At least this makes the logging work. Now to figure out why the menus don't show up.

04:32 pm (6 years ago)
Avatar-50x50
WinT says:

Ok, well, still looks like part of #323 to me, especially with that border being right under the menu, which by the way, is menu #103, and can easily be modified.

On the issue of DeadAim, isn't that used to get rid of the ads and such? If so, you shouldn't need it anymore. You can Reshack those ads right out of there without a problem.

Here's a screenshot of my AIM, hacked completely with Reshacker. I'm running 5.1 btw, but shouldn't be too different.

http://wint.virtualplastic.net/images/aim.jpg

Buddy list is completly resizable and draggable. No ads at all, Titlebar text centered, caption buttons removed, menu modded to where all items are in one, and all of it done with Reshacker. No 3rd party apps required :)

http://wint.virtualplastic.net

04:45 pm (6 years ago)
Avatar-50x50
WinT says:

Damn, I pasted that link in there, and they just never work for me here in these boards for some reason. Anyway, drag this URL into your address bar:

wint.virtualplastic.net/images/aim.jpg

doesn't need the http://, at least it doesn't seem to anyway.

http://wint.virtualplastic.net

04:46 pm (6 years ago)
Avatar-50x50
MistaNeat says:

Thanks for the info. It looks like it could be part of the menu. Here is a screenshot of the menu in reshacker.

http://mistaneat.netfirms.com/menu.jpg

Is the a way to make the menu one line? If not, the way I used will work.

08:37 pm (6 years ago)
Avatar-50x50
WinT says:

Yeah, if you look at my ss again, notice that my menus are all crammed into one, leaving me with one thing on that bar. Now you say into one line, so I'm hoping I'm talking about the same thing here. I could paste the menu structure in here for you, but 1) not sure it's the same, 2) not sure we're on the same page concerning the menus, and 3) it would be long as hell :)

You have to use Reshacker to manipulate the menu structure of Menu #103, so, if this is something you'de like to do, if I'm on the same page with you, let me know, and I'll email you a working structure.

http://wint.virtualplastic.net

12:15 am (6 years ago)
Avatar-50x50
matix says:

WinT, how did you change the titles "My Aim", "People", and "Help" to those three vertical lines??

01:23 am (6 years ago)
Avatar-50x50
WinT says:

Well, you have to either combine all the menus into one, which is what I did, or, you can rename each POPUP menu title to one |, although, it will be much more spread out. Here's my menu in "code" format. This is from 5.1, and to use it, open Aimres.dll, then go to Menu #103. Delete all of your text from that menu, then copy my text below, and paste it into your #103. Hit compile, and it should work perfectly. I deleted several of the unused options from this too, so you'll be stuck with that if you use this text. Hopefully though, I removed things that no one uses.

103 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP " | | |"
{
POPUP "&Away"
{
MENUITEM "PLACEHOLDER-DONOTDELETE", 660
}
MENUITEM "BL Ops", 1562
POPUP "Config"
{
MENUITEM "Prefs", 174
MENUITEM "&Change Pass", 175
MENUITEM "&Format ScreenName", 176
MENUITEM "&Keep Buddy List on Top", 181
}
POPUP "Mail"
{
MENUITEM "PLACEHOLDER-DONOTDELETE", 1001
}
POPUP "Skins"
{
MENUITEM "SKIN PLACEHOLDER", 997
}
POPUP "Alerts"
{
MENUITEM "Manage Web Alerts...", 1078
MENUITEM "Read Alerts...", 1079
}
MENUITEM "Log Mana&ger...", 1119
MENUITEM "&Load BL", 184
MENUITEM "&Save BL", 185
MENUITEM "S&witch Name", 190
MENUITEM "S&ign Off", 745
POPUP "Users"
{
MENUITEM "Send B&uddy List...", 1182
MENUITEM "GetInf&o", 138
MENUITEM "IM", 139
MENUITEM "Chat Invite", 561
MENUITEM "S&end Mail...", 1002
MENUITEM "Edit Address", 1512
MENUITEM "&Alert when %s is available", 1007
MENUITEM "Change &Alert", 1008
MENUITEM "Don't alert w&hen %s is available", 1009
MENUITEM "Send IM I&mage...", 818
MENUITEM "Talk", 18
POPUP "Add&-Ins"
{
MENUITEM "ADDINS PLACEHOLDER", 1509
}
MENUITEM "Se&nd File", 722
MENUITEM "&Get File", 724
POPUP "&Edit BL"
{
MENUITEM "Add &Buddy", 143
MENUITEM "Add &Group", 145
MENUITEM "Edit &Name", 664
MENUITEM "&Delete", 146
MENUITEM "&Sort Group", 1178
}
MENUITEM "Select Icon...", 822
MENUITEM "Sto&re/Edit Comment", 1194
MENUITEM "Store/Edit N&umbers", 1060
MENUITEM "B&lock", 390
MENUITEM "&Unblock", 1011
MENUITEM "Find a Buddy Wiz", 538
POPUP "&Find a Buddy"
{
MENUITEM "By &E-mail", 539
MENUITEM "By &Name and Address", 540
MENUITEM "By &Common Interest", 541
}
}
}
}


Ok, so there ya have it. I said earlier I wasn't gonna do that here due to it's length, but oh well, it's done now :) Oh, the menu title, the three ||| up there are centered, using the string table trick. To have it not centered, simply bring the ||| back to meet the first ", so it will look like "|||" . I tested this text out to btw. I deleted my #103 text, then pasted the above in there. It might look different, have a different font, be larger, etc... but when you hit compile, Reshacker will do it all for you, and make it accurate. it should compile without errors. Enjoy :)

http://wint.virtualplastic.net

02:09 am (6 years ago)
Avatar-50x50
MistaNeat says:

WinT, would you be willing to email me your aimres.dll so I could look at it in reshacker? I'm interested in seeing your dialog 323 & 324.

02:20 am (6 years ago)
Avatar-50x50
WinT says:

Sent. Check your mail :)

http://wint.virtualplastic.net

02:52 am (6 years ago)
Avatar-50x50
matix says:

another question...how do i add scrool bars to my buddy list?

12:41 pm (6 years ago)
Avatar-50x50
WinT says:

That is done by sizing the buddy list down to a smaller size in Reshacker. For version 5.1, you go to dialog #324, and adjust the width and heigth of the OscarTree control, which is, the buddy list itself. If you shorten it up, the scrollbars will appear automatically.

http://wint.virtualplastic.net

04:15 pm (6 years ago)
Avatar-50x50

This stuff works great! Thanks

04:45 pm (6 years ago)
Avatar-50x50
matix says:

err.. either im not doing it right or its because i have AIM 5.2.3225

06:23 pm (6 years ago)
Avatar-50x50

After i removed the buddy list panel menu (the circles) and the text "your away message is on," I noticed there is a white bar left in the space where the circles would be. How can I get rid of that?

07:38 pm (6 years ago)
Avatar-50x50
HeNNy says:

http://home.attbi.com/~ohennyo/aimres.txt

07:53 pm (6 years ago)
Avatar-50x50
prototype says:

to the guys who are using 4.8.2790, do any of you have a 'changes list' similar to HeNNy's? I would like to tweak my aim now. =]

09:37 pm (6 years ago)
Avatar-50x50
ridgeburner says:

prototype, you can find a list of the ICONS and such to change on http://www.geocities.com/aimhackers, and look in the Hacking AIM 4.x section, there you'll find the location of pretty much every icon/bitmap/image u can change, for a list of things to "Reshack" you'll have to look elsewere


: Nothing's better than takin a dump and checkin out some uber hardware...well...hacking into microsoft while dropping off the Cosby's might be better :

09:40 pm (6 years ago)
Avatar-50x50
prototype says:

yeyeah. thx f0 da link! ridge.

09:51 pm (6 years ago)
Avatar-50x50
prototype says:

somethin wrong though, where is the list? lol.

09:59 pm (6 years ago)
Avatar-50x50
digger says:

me and ridgeburner also know some things about hex editing that version of aim if you are interested in that.

11:18 pm (6 years ago)
Avatar-50x50
ridgeburner says:

Alright so we know how to resize the AIM 5.1 buddy window, next task (should be easy but I cant figure it out for some reason) how to resize the actual IM windows? Anyone up for it?

oh yeah and where the hell is the background image that's on the buddy list, where do I change that in aimres.dll??


: Nothing's better than takin a dump and checkin out some uber hardware...well...hacking into microsoft while dropping off the Cosby's might be better :

12:44 am (6 years ago)
Avatar-50x50
WinT says:

ridge, I'm still looking for that damn bl background color. It makes me furious. I was "told" that it was a bitmap image, but I see no "white" bitmap image anywhere at all, not to mention, there's no control on or related to the OscarTreeView control in order to give the/a bitmap a place to reside, so it's definately a color, has to be without a doubt. Oh, I'm still working on the tut here, it's SO long. And, on the IM window thing, not sure, haven't even gotten to anything like that so far, but will now. Catch you on AIM sometime, see ya :)

http://wint.virtualplastic.net

04:10 am (6 years ago)
Avatar-50x50
HeNNy says:

ridgeburner: its bitmap 273. i have it listed in my text file. most (okay, maybe most) questions can be answered by reading it. email me or contact me on aim if you need help with something that isnt in it.

08:07 am (6 years ago)
Avatar-50x50
WinT says:

Henny!!! Damn man, how long have you known this about the background??? Why the HELL haven't you said anything??? lol

*WinT whips out his baseball bat

Man, THANK you for this information. I didn't have a bitmap 273 in my Aimres.dll here in 5.1, but I added a bitmap, and named it 273, and it worked just fine. I'm thinking I deleted it a while back is the reason why it wasn't there.

Maybe in one of the many post here, just maybe, you actually mentioned this, and I just overlooked it, but regardless man, thanks a bunch. The tutorial can really be complete now. No more white background, and it requires no hex editing. You can't beat that at all. Thanks Henny!

http://wint.virtualplastic.net

08:30 am (6 years ago)
Avatar-50x50
ridgeburner says:

Well for whatever reason, with a FRESH install of Reshacker and AIM 5.1, when I go to Bitmap > 273, I get a memory address violation, and it doesnt let me view it, so I would have passed it by now and NOT asked the question, but I keep gettin the memory violation and not knowing what it is ;) Maybe i'll try and add one like WinT did ...


: Nothing's better than takin a dump and checkin out some uber hardware...well...hacking into microsoft while dropping off the Cosby's might be better :

01:58 pm (6 years ago)
Avatar-50x50
digger says:

it happens to me as well... even on aim 4.8 some of the bitmaps give me this error.

02:27 pm (6 years ago)
Avatar-50x50
HeNNy says:

ridgeburner: yeah, im aware of that problem. i think the best way of choosing your own bitmap 273 would be to delete it and then insert your own, like youre already doing. im not sure about how or why the memory access violation happens. for me, sometimes it will let me view the image, and other times it wont.

02:42 pm (6 years ago)
Avatar-50x50
ridgeburner says:

Alright well I got the background image working, anyone figure out a way to enable the resizing of the IM chat windows? I'd love to make 'em smaller like in trillian .


: Nothing's better than takin a dump and checkin out some uber hardware...well...hacking into microsoft while dropping off the Cosby's might be better :

03:09 pm (6 years ago)
Avatar-50x50
ridgeburner says:

Oh and Prototype, btw, on that website I gave you, http://www.geocities.com/AimHackers, click on the FORUMS link, and you'll be taken to the forum, where you can ask any question you want in the appropriate section, and i guarantee it'll be answered almost immediately...

that's my site btw :) just trying to get it out there.

: Nothing's better than takin a dump and checkin out some uber hardware...well...hacking into microsoft while dropping off the Cosby's might be better :

09:09 pm (6 years ago)
Avatar-50x50
prototype says:

got a some prob... i'm trying to change the basic GIFDATA > 103 > 1033 login image in the aimres.dll and for some reason it says it's not a valid Windows image file. Please check this against your installation diskette.

10:44 pm (6 years ago)
Avatar-50x50
prototype says:

i just tried this right now and it works on the default aimres.dll but when it's a modified aimres.dll, it gaves me that error... freakin weird.

10:45 pm (6 years ago)
Avatar-50x50
Xtentual says:

I've tryed everything that the post orignated from, what digger has mentioned and it's not working, i dled the newest version of aim and installed to a new directory just so all the files would be brand new and not installed over. If someone could send me the buddyui.ocm file with the color 0030ff for highlight color to my e-mail it would be greatly appreciated. thank you in advance, and if no one is willing to do that could you atleast let me know if it wors for the newest version? or tell me what i'm doing wrong ? i've tried changing the stuff in column d and f in to two differnt offsets like one guy said it worked, and i've tried what Wint said. please any help would greatly be appreciated.

04:08 pm (6 years ago)
Avatar-50x50
HeNNy says:

what version of aim are you running?

04:24 pm (6 years ago)
Avatar-50x50
prototype says:

if your asking me, im using 4.7.2980

04:31 pm (6 years ago)
Avatar-50x50
prototype says:

err... 4.8.2790

04:31 pm (6 years ago)
Avatar-50x50
HeNNy says:

ehm... that was directed to Xtentual, but ill see if i can help you too, prototype. (dont feel bad lol) im not sure whats going with your aim, although ive been experiencing the same problem lately (i have another computer running 4.8, and its starting to show errors as well). ill see what i can find out whats wrong for you.

04:37 pm (6 years ago)
Avatar-50x50
Xtentual says:

5.1.3036

08:58 pm (6 years ago)
Avatar-50x50
MistaNeat says:

The offset for 5.1 should be 0x0056CD, I just checked with mine. You need to look for the FF FF 00 and replace it with your color. What hex editor are you using?

10:16 pm (6 years ago)
Avatar-50x50
MistaNeat says:

I uploaded a buddyui.ocm for you Xtentual with the color you requested if that will be easier for you.

Here it is:
http://mistaneat.netfirms.com/buddyui.ocm

Right click and save as target.

10:24 pm (6 years ago)
Avatar-50x50
MistaNeat says:

That link wont work because the web page messes it up, so I zipped it. Use this link.

http://mistaneat.netfirms.com/buddyui.zip

10:39 pm (6 years ago)
Avatar-50x50
Xtentual says:

thank you so much it finally worked. now if i could ask you of one more favor, i wont bother you any longer. could you maybe capture the screen when you have the program and file open...and highlight what values you edited...so i can do it my self from now on.

11:09 pm (6 years ago)
Avatar-50x50
MistaNeat says:

Here you go. You will have to drag the link to see it. The grey highlight is what you need to change.

http://mistaneat.netfirms.com/aimhexedit.jpg

11:55 pm (6 years ago)
Avatar-50x50

uhmm..can u tell me how to change the looks of the thing..? like how you have that chic on urs..? or is it an expression? haha sorry but i'm not at this

11:51 pm (6 years ago)
Avatar-50x50

*not good at this

11:51 pm (6 years ago)
Avatar-50x50

nevermind that was a dumb question.

anyways. when i oped the buddyui.ocm file on the reshacker, it said didn't show anything with hex codes like what you wrote all the way up there.

11:58 pm (6 years ago)
Avatar-50x50
PhillipStyle says:

samantha, you have to use a hex editor for the yellow highlight thing.

12:00 am (6 years ago)
Avatar-50x50

Did anyone ever figure out the idle buddy color for 5.2.3139 or any version for that matter?

___________
...:: ][ walk through ]|V|[indfields ::...

06:14 am (6 years ago)
Avatar-50x50
co1e says:

I don't think you can do anything about the idle buddy quite yet. I'll look into it, since I haven't done much in this AIM customization for a while.

thomas@i2600.com
i2600.com Administrator

09:36 am (6 years ago)
Avatar-50x50

I think it's prolly one of the FFFFFF values in buddyui.com but there are tons and I get a headache after changing about 30 of them.

___________
...:: ][ walk through ]|V|[indfields ::...

10:20 am (6 years ago)
Avatar-50x50

oh haha okae thnx

06:21 pm (6 years ago)
Avatar-50x50
Project_2501 says:

oOOooh.

02:30 pm (6 years ago)
 
   Arrow_up_small Top

Reply to this topic

You must register and become a member to post a reply.