Skip to content

Commit

Permalink
Updated all tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Jan 20, 2024
1 parent 9e73d13 commit df58b96
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions VTOL_2.0.0/Pages/Page_Tools.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
</ui:Button.PressedBackground>
</ui:Button>
<ui:Button x:Name="LEGION_INSTALL" VerticalAlignment="Top" Icon="ArrowDown28" HorizontalAlignment="Stretch" Background="#FF5B0606" Margin="10,237,10,0" Height="55" Content="Install" BorderBrush="{x:Null}" ClickMode="Press" Click="LEGION_INSTALL_Click"/>
<Label Margin="10,211,421,68" Content="1.6.0" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>
<Label Margin="10,211,421,68" Content="1.9.1" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>

</Grid >

Expand All @@ -515,7 +515,7 @@
</ui:Button.PressedBackground>
</ui:Button>
<ui:Button x:Name="HARMONY_INSTALL" VerticalAlignment="Top" Icon="ArrowDown32" HorizontalAlignment="Stretch" Background="#FF5B0606" Margin="10,237,10,0" Height="55" Content="Install" BorderBrush="{x:Null}" ClickMode="Press" Click="HARMONY_INSTALL_Click"/>
<Label Margin="10,211,421,68" Content="V1.2.0" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>
<Label Margin="10,211,421,68" Content="V1.2.1" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>

</Grid >

Expand Down Expand Up @@ -649,7 +649,7 @@

</ui:Button>
<ui:Button x:Name="MDL_TOOL_INSTALL" VerticalAlignment="Top" Icon="ArrowDown32" HorizontalAlignment="Stretch" Background="#FF5B0606" Margin="10,237,10,0" Height="55" Content="Install" BorderBrush="{x:Null}" ClickMode="Press" Click="MDL_TOOL_INSTALL_Click"/>
<Label Margin="10,211,421,68" Content="V2.2.0" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>
<Label Margin="10,211,421,68" Content="V2.3.2" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>

</Grid >

Expand Down Expand Up @@ -699,7 +699,7 @@

</ui:Button>
<ui:Button x:Name="ADV_TOOL_INSTALL" VerticalAlignment="Top" Icon="ArrowDown32" HorizontalAlignment="Stretch" Background="#FF5B0606" Margin="10,237,10,0" Height="55" Content="Install" BorderBrush="{x:Null}" ClickMode="Press" Click="ADV_TOOL_INSTALL_Click"/>
<Label Margin="10,211,421,68" Content="V2.0.0" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>
<Label Margin="10,211,421,68" Content="V2.0.3" FontSize="14" Foreground="#FFB7B7B7" HorizontalContentAlignment="Center" Background="{x:Null}"/>

</Grid >

Expand Down
4 changes: 2 additions & 2 deletions VTOL_2.0.0/Pages/Page_Tools.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4033,7 +4033,7 @@ private void VPK_TOOL_INSTALL_Click(object sender, RoutedEventArgs e)

private void LEGION_INSTALL_PAGE_Click(object sender, RoutedEventArgs e)
{
OPEN_WEBPAGE("https://wiki.modme.co/wiki/apps/Legion.html");
OPEN_WEBPAGE("https://github.com/r-ex/LegionPlus");
}

private void HARMONY_INSTALL_PAGE_Click(object sender, RoutedEventArgs e)
Expand Down Expand Up @@ -4067,7 +4067,7 @@ private void VPK_TOOL_PAGE_Click(object sender, RoutedEventArgs e)
}
private void MDL_TOOL_PAGE_Click(object sender, RoutedEventArgs e)
{
OPEN_WEBPAGE("https://github.com/headassbtw/mdlshit-binaries");
OPEN_WEBPAGE("https://github.com/headassbtw/mdlshit/");

}
private void LEGION_INSTALL_STARTUP_ARGS_Click(object sender, RoutedEventArgs e)
Expand Down
Binary file modified VTOL_2.0.0/Resources/Resource_Static/Leigon+.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified [Titanfall2_Downloadable_Tools]/Harmony_VPK.zip
Binary file not shown.
Binary file modified [Titanfall2_Downloadable_Tools]/LEGION+.zip
Binary file not shown.
Binary file modified [Titanfall2_Downloadable_Tools]/MDL_SHIT.zip
Binary file not shown.

0 comments on commit df58b96

Please sign in to comment.