document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. -- By Fcmam5
  2. -- For : [http://fcmam5-aio.blogspot.com/2014/04/AIO-AMS-transparency.html]
  3.  
  4. --On Enter
  5. Fcmam5=Application.GetWndHandle();
  6. for Oran=0, 200, 5 do
  7. long = DLL.CallFunction("AutoPlay\\\\Docs\\\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
  8. end
  9.  
  10.  
  11. -- On Shutdown
  12. Fcmam5=Application.GetWndHandle();
  13. for Oran=255, 0, -5 do
  14. long = DLL.CallFunction("AutoPlay\\\\Docs\\\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
  15. end
');