Skip to content

Commit

Permalink
Updated Descriptions + Updated Mod Names to Match Descriptions + Fixe…
Browse files Browse the repository at this point in the history
…d Link For DLL Online Method

Co-authored-by: ꙄЯA <[email protected]>
  • Loading branch information
misike12 and ꙄЯA committed Jun 8, 2024
1 parent 70d57ee commit 288b040
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions MCenters/ModOptionsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</Grid.RowDefinitions>


<local:HoverableButton OpacityMask="Magenta" x:Name="dll_online_button" fw:RevealElement.BorderRadius="10" Content="Dll Method Online" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="DllOnlineButton_Clicked" >
<local:HoverableButton OpacityMask="Magenta" x:Name="dll_online_button" fw:RevealElement.BorderRadius="10" Content="DLL Method (Online)" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="DllOnlineButton_Clicked" >
<fw:RevealElement.MouseOverBackground>
<SolidColorBrush Color="#FF4CC2FF" Opacity="0.5"/>
</fw:RevealElement.MouseOverBackground>
Expand All @@ -59,7 +59,7 @@
<Image x:Name="dll_online_image" IsHitTestVisible="False" Source="images\dll_online_icon.png" Margin="30" />


<local:HoverableButton OpacityMask="Magenta" Grid.Column="1" x:Name="dll_auto_patch_button" fw:RevealElement.BorderRadius="10" Content="Dll Method Auto Patch" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="DllAutoPatchButton_Clicked" >
<local:HoverableButton OpacityMask="Magenta" Grid.Column="1" x:Name="dll_auto_patch_button" fw:RevealElement.BorderRadius="10" Content="DLL Method (Auto-Patch)" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="DllAutoPatchButton_Clicked" >
<fw:RevealElement.MouseOverBackground>
<SolidColorBrush Color="#FF4CC2FF" Opacity="0.5"/>
</fw:RevealElement.MouseOverBackground>
Expand All @@ -70,7 +70,7 @@
<Image x:Name="dll_auto_patch_image" IsHitTestVisible="False" Source="images\dll_auto_patch_icon.png" Margin="30" Grid.Column="1" />


<local:HoverableButton OpacityMask="Magenta" Grid.Row="1" x:Name="dll_non_permanent_button" fw:RevealElement.BorderRadius="10" Content="Dll Non Permanent" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="DllNonPermanentButton_Clicked" >
<local:HoverableButton OpacityMask="Magenta" Grid.Row="1" x:Name="dll_non_permanent_button" fw:RevealElement.BorderRadius="10" Content="DLL (Non-Permanent)" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="DllNonPermanentButton_Clicked" >
<fw:RevealElement.MouseOverBackground>
<SolidColorBrush Color="#FF4CC2FF" Opacity="0.5"/>
</fw:RevealElement.MouseOverBackground>
Expand All @@ -81,7 +81,7 @@
<Image x:Name="dll_non_permanent_image" IsHitTestVisible="False" Grid.Row="1" Source="images\dll_non_permanent_icon.png" Margin="30" />


<local:HoverableButton OpacityMask="Magenta" Grid.Row="1" Grid.Column="1" x:Name="mcenter_5_button" fw:RevealElement.BorderRadius="10" Content="MCenter 5.0" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="MCenters5Button_Clicked" >
<local:HoverableButton OpacityMask="Magenta" Grid.Row="1" Grid.Column="1" x:Name="mcenter_5_button" fw:RevealElement.BorderRadius="10" Content="Memory Injection" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="MCenters5Button_Clicked" >
<fw:RevealElement.MouseOverBackground>
<SolidColorBrush Color="#FF4CC2FF" Opacity="0.5"/>
</fw:RevealElement.MouseOverBackground>
Expand All @@ -92,7 +92,7 @@
<Image x:Name="mcenter_5_image" IsHitTestVisible="False" Source="images\mcenter_5_icon.png" Grid.Row="1" Grid.Column="1" Margin="30" />


<local:HoverableButton OpacityMask="Magenta" Grid.Row="2" x:Name="hook_button" fw:RevealElement.BorderRadius="10" Content="Hooking" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="HookButton_Clicked" >
<local:HoverableButton OpacityMask="Magenta" Grid.Row="2" x:Name="hook_button" fw:RevealElement.BorderRadius="10" Content="Hooking Method" Style="{DynamicResource ButtonRoundAccentRevealStyle}" VerticalContentAlignment="Bottom" Click="HookButton_Clicked" >
<fw:RevealElement.MouseOverBackground>
<SolidColorBrush Color="#FF4CC2FF" Opacity="0.5"/>
</fw:RevealElement.MouseOverBackground>
Expand Down Expand Up @@ -143,4 +143,4 @@
</Grid>
</Border>
</Grid>
</Page>
</Page>
16 changes: 8 additions & 8 deletions MCenters/ModOptionsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ namespace MCenters
/// </summary>
public partial class ModOptionsPage : Page
{
(string Title, string Description, string LearnMoreLink) DllMethodOnlineResources = ("DLL Method Online", "This method uses cracked dlls provided by M Centers and Third Parties using internet. The Third Parties are selected by you.", "https://mcenters.net/Methods/DLL-Method-Online/t");
(string Title, string Description, string LearnMoreLink) DllMethodAutoPatchResources = ( "DLL Method with Auto Patch", "Same as Dll Method but creates a cracked dll using dll from your system. It does not download any cracked dll", "https://mcenters.net/Methods/DLL-Method-Auto-Patch/");
(string Title, string Description, string LearnMoreLink) DllMethodNonPermanentResources = ( "Dll Method Auto Patch Non Permanent", "Same as Dll Method with Auto Patch. However its non permanent and is for users who do not want to modify their system files.", "https://mcenters.net/Methods/DLL-Method-Non-Permanent/");
(string Title, string Description, string LearnMoreLink) MCenters5Resources = ( "M Centers 5.0", "Use the method that was used in M Centers 5.0. Works with certain and mostly latest versions of Minecraft. Its a non permanent method.", "https://mcenters.net/Methods/M-Centers-5/");
(string Title, string Description, string LearnMoreLink) HookMethodResources = ( "DLL hooking Method", "A non permanent method that makes use of debugging and hooking", "https://mcenters.net/Methods/DLL-Hook-Method/");
(string Title, string Description, string LearnMoreLink) DllMethodOnlineResources = ("DLL Method (Online)", "This method uses cracked dlls that are provided by M Centers and third-parties (if enabled) using internet access. Third-party options can be enabled in settings and selected by you.", "https://mcenters.net/Methods/DLL-Method-Online/");
(string Title, string Description, string LearnMoreLink) DllMethodAutoPatchResources = ( "DLL Method (Auto-Patch)", "This method is the same as the previous method, DLL Method (Online), but instead of going online to get a cracked DLL, it creates a DLL from your system, which doesn't need internet, so it is safer than the previous method.", "https://mcenters.net/Methods/DLL-Method-Auto-Patch/");
(string Title, string Description, string LearnMoreLink) DllMethodNonPermanentResources = ( "DLL Method (Auto-Patch, Non-Permanent)", "This method is the same as DLL Method Auto-Patch except that it now doesn't modify system files and is non-permanent, since it creates a cracked version of DLLs like DLL Method Auto-Patch, but injects into the Minecraft process, instead of replacing system DLLs.", "https://mcenters.net/Methods/DLL-Method-Non-Permanent/");
(string Title, string Description, string LearnMoreLink) MCenters5Resources = ( "Memory Injection", "This method uses the method that was used previously in M Centers 5.0, this method only works on newer minecraft versions starting from 1.19.20 and later, while being non-permanent, being one of the safest methods that exist. ", "https://mcenters.net/Methods/M-Centers-5/");
(string Title, string Description, string LearnMoreLink) HookMethodResources = ( "DLL Hooking Method", "This method is non-permanent and makes use of debugging and hooking into the Minecraft process to unlock the game without modifying any system files.", "https://mcenters.net/Methods/DLL-Hook-Method/");
SolidColorBrush DefaultBackground;
SolidColorBrush ActiveBackground;
HoverableButton ActiveButton;
Expand Down Expand Up @@ -96,11 +96,11 @@ HoverableButton ModOptionToButton(ModOptions mod)
case ModOptions.DllMethodAutoPatch:
return ("Install Cracked DLL", "Uninstall Cracked DLL");
case ModOptions.DllMethodAutoPatchNonPermanent:
return ("Launch Minecraft", "Not Applicable");
return ("Launch Minecraft", "N/A");
case ModOptions.MCenters5:
return ("Launch Minecraft: Full", "Launch Minecraft: Trial");
case ModOptions.HookMethod:
return ("Launch Minecraft", "Not Applicable");
return ("Launch Minecraft", "N/A");

}
return null;
Expand Down Expand Up @@ -183,4 +183,4 @@ private void ActivateButton_Click(object sender, RoutedEventArgs e)
config.Save();
}
}
}
}

0 comments on commit 288b040

Please sign in to comment.