Jump to content

francesco149

Member
  • Posts

    19
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by francesco149

  1. It's weird that you were missing the MSVC redistributable though. Win8 should ship with VC redist 2012
  2. I know right. I just a freaking message box. I'll admit popups are a pet peeve of mine, but in no way should it warrant all these walls of text. I'm curious though, if I set it to it's notification area behaviour to "Hide icon and notifications" how come it doesn't hide it? Weird. It's my first time coding something that uses tray icons so I'll look into why that happens.
  3. Oooh thats neat-o. Shame there is no Hide tray icon though, but much better implementation and I have UAC disabled so Is it normal that the messagebox is still visible for a sec? Yeah, I didn't want to spam ShowWindow too much so it displays briefly for a sec then disappears until you reboot or get an UAC message.
  4. All those those walls of text for a message box suppressor Anyways, recoded this from scratch with a ghetto method to hide the MessageBox window permanently as long as the app is running in the background (it will still briefly pop up in UAC message but whatever). Now comes with an auto-installer ^^
  5. It's not like we don't check for bugs if we don't have to click that messagebox... Anyways if everything else fails I can always make the messagebox's window invisible and never close it.
  6. Okay, I'm looking for a solution. Will let you guys know.
  7. Hmm after testing for a while it seems to shut down aero glass after some time, does this happen to you guys as well? Working on a solution atm. There might be checks on the returns address of the API to check for hooks or something.
  8. RC3 stopped working for me since the last Win8 update, so I decided to finally update this to RC4. Updated and tested on RC4, this should also fix crashing issues with some programs. https://bitbucket.org/francesco149/silent-ag/downloads NOTE: this is only compatible with RC4+! See this post for an insight on how I updated it
  9. Games that are windowed full-screen such as the quake and the source engine will still cause the messagebox to popup. And I'm too lazy to toggle off aero glass every time I start up a game. Anyways, this is merely a proof of concept for semi-advanced users who want to disable that messagebox and was originally made just for myself. So yeah, it's not like I'll keep it up to date every time bigmusicle fixes it, and the average user is not going to be able to use it easily. It's up to the community what to do with this, and that's why I made it opensource.
  10. Not when you're playing quake 3 arena and it pops up when you're trying to get some frags done
  11. It shouldn't be hard to pull off. I took a look at MessageBoxTimeoutW and these are the opcodes: 7FF15190638 - FF F3 - push ebx7FF1519063A - 55 - push rbp7FF1519063B - 56 - push rsi7FF1519063C - 57 - push rdiWarning: code ahead
  12. Looks like bigmuscle renamed MessageBoxW to MessageBoxTimeoutW. Seriously? I'll try to compile my own version. Testing it now! It's an undocumented winapi, you gotta check the memory and see if the hook still fits and modify the trampoline http://edn.embarcadero.com/article/32736
  13. The "new" RC3 is the one with the automatic installer. The "old" one is the one where you have to manually open the .reg file Oh yeah sorry didn't notice it was by a diff person
  14. The "new" RC3 is the one with the automatic installer. The "old" one is the one where you have to manually open the .reg file
  15. I merely made this tool for myself and shared it as a proof of concept because I'm sure it will be useful to some people. It could be anything when we're talking about raw bytecode, as every cpu has slightly different dialects (one solution could be assembling the hook on the fly with an extremely reliable assembler library) so yeah eventually someone who knows what's wrong will fork my source code and fix it. It could also be crashing because that particular program hooks MessageBoxW as well.
  16. Tough luck :/ I have no idea of why this doesn't work for you, but I think it's related to your CPU's architecture. I'm writing raw bytecode instructions so they're probabilly not compatible with your particular CPU
  17. Check the source, any call to messageboxW that does not contain "Big Muscle" in the text is ignored so it shouldn't interfere at all. Are you sure you're on x64? Which programs is it crashing? What cpu have you got? Which version of aero glass are you using? I'm using 0.94 RC3 and it works just fine. If anything else fails, try the old RC3 which didn't have the auto installer, that one will work for sure.
  18. Silent Aero Glass Reloaded Binaries: BitBucket Source code: BitBucket Google Code Silent Aero Glass is a little utility I wrote that prevents the annoying demo version message of Big Muscle's Aero Glass for Windows 8 from popping up. If you don't trust the pre-compiled binaries I provided in the download section get Visual Studio 2010/2012, clone the source and compile it yourself. This software does not modify bigmuscle's software in any way, as it merely hides the messagebox window so it does not violate any kind of copyright. Please note that this software was only tested on my own machine on Windows 8 x64. Use it at your own risk! Installation Installing silent-ag is as simple as running the setup program. It will be automatically added to your startup programs and started after the installation. If you need to close or disable it, just right click the tray icon in your task bar. License This software is free and open-source and licensed under the GPLv3 license: http://www.gnu.org/licenses/gpl.txt Old version that used x64 system-wide hooks and broke after RC4 (in case you're looking for manual x64 winapi hooks examples):
×
×
  • Create New...