From 1327bd8bc24d6f2e9753baec831c1c406d76e139 Mon Sep 17 00:00:00 2001 From: AndNowWhat Date: Wed, 18 Feb 2026 21:59:36 +0100 Subject: [PATCH] Auto add characters --- MainWindow.xaml | 110 +++++++- MainWindow.xaml.cs | 205 +++++++++++++- Models/AppSettings.cs | 3 + Models/OAuthToken.cs | 1 + README.md | 42 +-- Services/AgentDownloadService.cs | 158 +++++++++++ Services/AuthService.cs | 2 + Services/CharacterCreationQueueService.cs | 154 +++++++++++ Services/EmbeddedDllExtractor.cs | 105 +++++++ Services/InjectionService.cs | 170 ++++++++++++ Services/JagexAccountService.cs | 104 ++++++- Services/LauncherService.cs | 10 +- Services/LoaderAutomationService.cs | 322 ++++++++++++++++++++++ Services/TokenService.cs | 7 +- Views/AuthWindow.xaml.cs | 120 ++++++++ Views/CookieDebugWindow.xaml | 51 ++++ Views/CookieDebugWindow.xaml.cs | 22 ++ 17 files changed, 1547 insertions(+), 39 deletions(-) create mode 100644 Services/AgentDownloadService.cs create mode 100644 Services/CharacterCreationQueueService.cs create mode 100644 Services/EmbeddedDllExtractor.cs create mode 100644 Services/InjectionService.cs create mode 100644 Services/LoaderAutomationService.cs create mode 100644 Views/CookieDebugWindow.xaml create mode 100644 Views/CookieDebugWindow.xaml.cs diff --git a/MainWindow.xaml b/MainWindow.xaml index be4f7b6..258c549 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Sigil" mc:Ignorable="d" - Title="Sigil" Height="500" Width="700" + Title="Sigil" Height="580" Width="700" WindowStartupLocation="CenterScreen" Background="#1a1a2e"> @@ -141,6 +141,8 @@ + + @@ -186,6 +188,7 @@ + @@ -204,20 +207,68 @@ Foreground="{StaticResource TextPrimary}"/> - - + + + + + + + + + + + - +