Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kgsensei committed May 9, 2023
1 parent 0500af7 commit e18807b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NTH2/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public MainWindow()
settings.CefCommandLineArgs.Add("disable-plugins-discovery", "1");
settings.CefCommandLineArgs.Add("disable-direct-write", "1");
settings.CefCommandLineArgs.Add("disable-gpu-vsync", "1");

settings.SetOffScreenRenderingBestPerformanceArgs();

// Initialize the Cef Embedded Browser with the settings we just built
Expand Down Expand Up @@ -175,7 +176,7 @@ private void CheckBox_Checked(object sender, RoutedEventArgs e)
{
if (!App.isCheatRunning)
{
thingsorwhatever.typingSpeed = 0;
thingsorwhatever.typingSpeed = 8;
thingsorwhatever.accuracyLvl = 100;
thingsorwhatever.godMode = true;
cheatTypeSpeedSlider.IsEnabled = false;
Expand Down

0 comments on commit e18807b

Please sign in to comment.