Jump to content

Recommended Posts

Posted

Had a spare 20 mins so knocked up this.

Only works if you have Vista

 

; AutoIt Version:  	3.10
; Language:        	English
; Platform:        	WinXP
; Author:          	Matt 
; Script Function: 	 3D window view screen saver for Vista
; Version:			1 BETA
; Date				Dec 2007

HotKeySet("{ESC}", "Terminate")

While 1
Sleep(100)
Run('C:\windows\system32\rundll32.exe dwmapi.dll #105')

Sleep(700)
Send('{DOWN}')
WEnd

Func Terminate()
Exit 
EndFunc  

 

Compile it as a .SCR, stick it in the windows\system32 folder - set it as your screen saver and you can look as sad as my PC after 10 mins as it goes through your windows in the 3D mode every second or so....

[ The escape key stops it btw ]

 

One day I may write something thats useful :roll:

flipsaver1.doc

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



×
×
  • Create New...