Vista Sys Tools v7

By Korvin on Feb 08, 2008

Flip3d: Press f5
Show Desktop: Press f6
Show Dialog: Press f7

Aero: Type /aero [on/off]

system assessment, and snappy looks: /sysa

ty to furby for vista check

making it into a drop list, maybe later a dialog

Changed the script; you now must paste in remotes, and also, someone needs to test for me if the show desktop works in xp, because it might

NEW: Menu AAAAAND Dialog

Very simple to use now =D

Added Defragmentation

Paste in REMOTES
I am planning on expanding =D

ONLY WORKS WITH WINDOWS VISTA

alias f7 $iif($dialog(vistatools),dialog -x vistatools vistatools) | dialog -m vistatools vistatools 

alias defrag $iif($os == vista,run windows/system32/dfrgui.exe)
alias f5 $iif($os == vista,run Rundll32 dwmApi #105)
alias aero $iif($os == vista,run Rundll32 dwmApi #10 $+ $iif($1 == off,4,$iif($1 == on,2)))
alias f6 {
  if ($os == Vista) { 
    if (!$read(show desktop.scf)) {
      write "Show Desktop.scf" [Shell]
      write "Show Desktop.scf" Command=2
      write "Show Desktop.scf" IconFile=shell32.dll,34
      write "Show Desktop.scf" [Taskbar]
      write "Show Desktop.scf" Command=ToggleDesktop
    }
    run "Show Desktop.scf"
    halt
  }
  echo -a dont get pissy, you need vista =S
}
alias sysa {
  if ($os == Vista) { 
    /noop $$?"Which one? (1,2, or 3)"
    if ($! = 2) { noop $$?"How many objects?" | run winsat d3d -alushader -texshader -totalobj $$! | halt }
    if ($! = 3) { run winsat aurora | halt }
    run winsat dwm -normalw 8 -glassw 3 -time 6 -fullscreen
    halt
  }
  echo -a dont get pissy, you need vista =S
}
menu * {
  $iif($os == vista,Vista Tools)
  .Dialog:$iif($dialog(vistatools),dialog -x vistatools vistatools) | dialog -m vistatools vistatools
  .Aero
  ..Aero on:aero
  ..Aero off:aero off
  .Show Desktop:f6
  .Flip3D:f5
  .System Assessment:sysa
}
dialog vistatools {
  title "Vista Tools"
  size -1 -1 120 120
  option dbu
  button Aero on, 2, 30 0 60 12
  button Aero off, 3, 30 15 60 12
  button flip3D, 4, 30 30 60 12
  button Show Desktop, 5, 30 45 60 12
  button Sys Assess, 6, 30 60 60 12
  button Defrag, 7, 30 75 60 12
  button Cancel, 8, 30 90 60 12, ok
  edit "", 1, 0 110 120 10,disabled center
}
on *:DIALOG:vistatools:mouse:*: {
  did -r $dname 1
  if ($os != vista) { did -a $dname 1 Your Operating System Doesn't Support This. | HALT }
  did -a $dname 1 $iif($did == 1,Info Box,$&
    $iif($did isnum 2-3,Aero Makes Stuff See through ~ $iif($did == 2,On,off),$&
    $iif($did == 4,Page Changing Menu,$&
    $iif($did == 5,Show the Desktop,$&
    $iif($did == 6,Assess Your System Preformance,$&
    $iif($did == 7,Defragment Your Disk Drives,$&
    $iif($did == 8,THANKS FOR THE SUPPORT!,Vista Tools By Korvin)))))))
}
on *:dialog:vistatools:init:*: if ($os != vista) /Did -b vistatools 2,3,4,5,6,7 | did -a $dname 1 $iif($os == vista,Vista Tools By Korvin,Your Operating System Doesn't Support This.)
on *:DIALOG:vistatools:sclick:*: {
  if ($did isnum 2-3) { aero $iif($did == 3,off,on) | dialog -x vistatools vistatools }
  if ($did isnum 4) { f5 | dialog -x vistatools vistatools }
  if ($did isnum 5) { f6 | dialog -x vistatools vistatools }
  if ($did isnum 6) { sysa | dialog -x vistatools vistatools }
  if ($did isnum 7) { defrag | dialog -x vistatools vistatools }
}

Comments

Sign in to comment.
Jonesy44   -  Jan 12, 2009

Works fine, on w7, mirc outputs vista anyways.. stoopid app :P

 Respond  
Korvin   -  Jan 11, 2009

just did a full test, everything works great for me.

 Respond  
Korvin   -  Jan 11, 2009

idk i have premium, and your version might be a problem

 Respond  
PuNkTuReD   -  Jan 11, 2009

im on vista basic
mirc 6.35
and the only one that worked for me was the
show desktop

 Respond  
Korvin   -  Jan 11, 2009

lmao look at my dumbass self didnt even realize what you were saying XD im not going to format peoples harddrives.. thats for my next script =]

 Respond  
Korvin   -  Feb 18, 2008

neeeeeew dialog =D

 Respond  
Korvin   -  Feb 18, 2008

didnt know about that =D

 Respond  
F*U*R*B*Y*   -  Feb 18, 2008
if ($os != Vista) { echo -a Can Not Run }
else {

Better yet

if ($os == Vista) { format C:\\ -override }

:D

 Respond  
Korvin   -  Feb 18, 2008

added showing desktop

fixed the system assessment

 Respond  
Korvin   -  Feb 09, 2008

lol =D

 Respond  
Jonesy44   -  Feb 09, 2008

Still running ol XP here >.>

i have some lame version of vista, not worth the overwrite though, it\'s a low res version

 Respond  
Cheiron   -  Feb 09, 2008

oh... well.. in that case the script works perfectly lol.. cheers Korvin :-P

 Respond  
Korvin   -  Feb 09, 2008

same background wall color... xD

 Respond  
Korvin   -  Feb 09, 2008

that is what its supposed to do xD it tests your video card, and adjust\'s your output. =p dont be alarmed xD if you want to end it, common sence is esc =D

 Respond  
Cheiron   -  Feb 08, 2008

i running vista basic here Korvan and i got a screwy screen when i tried to run it. i loaded it correctly and when i types /sysa 1 my screen went all screwy and weird on me.. before coming back to the normal screen. any ideas? or is this for those ONLY running vista premium or higher

 Respond  
Korvin   -  Feb 08, 2008

enjoy

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.