Jump to content

Editing exe files with Resource Tuner


ethanmcf

Recommended Posts


Hmm, try replacing the above code with this:

WinGetPos, X, Y, Width
Y = %Y% + 50
X = %X% + Width - 160

if (X <> %PrevX%) and (Y <> %PrevY%)
{
Gui, Show, w36 h12 x%X% y%Y% NoActivate

PrevX = %X%
PrevY = %Y%
}

Link to comment
Share on other sites

my current script is





#NoTrayIcon





WindowName = Windows Live Messenger



Gui, Add, Picture, x0 y0, ethan.bmp

DetectHiddenWindows on

WinWait, %A_ScriptName%

WinSet, TransColor, FF00FF

WinSet, AlwaysOnTop, On

DetectHiddenWindows off

Gui, +ToolWindow -Caption;-E0x40000







Loop

WinGetPos, X, Y, Width

Y = %Y% + 50

X = %X% + Width - 160



if (X <> %PrevX%) and (Y <> %PrevY%)

{

Gui, Show, w36 h12 x%X% y%Y% NoActivate



PrevX = %X%

PrevY = %Y%

}

This time i do not get any errors, but my WLM is not affected :wacko: lol

Thanks

Ethan

:thumbup

Link to comment
Share on other sites

Hello,

ive tried that,

and i get no error which is good :D

But, it dosnt work, nothing is changing in my Windows Messenger,

I noticed you had Windows Live messenger 8.1 BETA so i tried that but no,

as i have Just Windows Live Messenger, i changed to script to that,

and again now

i had attatched a printscreen for you, of the Spy tool things lol

Thanks

Ethan

:thumbup

post-119787-1168059950_thumb.jpg

Link to comment
Share on other sites

Ah, I get it now. The new version of AutoHotkey had changed some things. I've downloaded and installed the new one myself and got the same error you were getting. So I updated the script.

It should definately work now.

(Don't forget to change the WindowName!)

ethan.rar

Link to comment
Share on other sites

Hello,

im back once again lol :)

well the second error Print screen i showed you is happening again, i get the Ethan.bmp showing but at the very top left of my screen, and you can only see the 'than', also it is there through out ALL programs, and windows.

Please help

i changed the title as you said, and still its the same, with the same error, like i said, in the second error i posted.

Thanks lol once again :D

Ethan :)

Link to comment
Share on other sites

@ LLXX: Thats not possible, as in this case, Windows Live Messenger uses bitmaps for showing that; its not even a real titlebar. So there's no strings involved either. Also, the bitmap for it isn't located under the standard resource section.
That bitmap is somewhere in there, so a hex editor and a little thinking should extract it for editing :)
Link to comment
Share on other sites

Ok, never mind i put it in Fireworks :D

Solved the problem

i tell you another thing you may be able to help me with,

im not sure if this is illegal, but ill take my chances and ask, cos you are the only people who can help me :D

You know the Advertising section Of WLM, down the bottom,

is there a way i can Not Disable it, because it loads a custom Image, upon sign in,

but then it loads the adverts straight after, isit possible i can delay the time it takes for the Adverts to load?

Thanks

Ethan :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...