-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgram.cs
44 lines (35 loc) · 5.39 KB
/
Program.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Serilog;
using TwitchLib.EventSub.Websockets.Extensions;
namespace Vamper
{
public class Program
{
public const string FeelsOkayMan = "@@@@@@@@@@@@@@@@@@@@@@@@@@@&%%%%%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\n@@@@@@@@@@@@@@@@@@@@@&/,*/*********/***(&@@@@@@@@@%/**********#@@@@@@@@@@@@@@@@@\r\n@@@@@@@@@@@@@@@@@@#,********************/*,(%(**/**************/*(@@@@@@@@@@@@@@\r\n@@@@@@@@@@@@@@@@*****************************.*********************%@@@@@@@@@@@@\r\n@@@@@@@@@@@@@@/**********/*,,,*******,,,,*/**/,*********************#@@@@@@@@@@@\r\n@@@@@@@@@@@@#,/*******,,*/******************,,*,,,,,,,,*******,,,,,*,%@@@@@@@@@@\r\n@@@@@@@@@@@(**************************/////////*.*************************(@@@@@\r\n@@@@@@@@@@***********************,,,**/////////***,.******,,,,,,*****,,,,,,,,&@@\r\n@@@@@@@%(,***************//*,,*/*,,,,*/(((/***,***,,,.***,,,,**********,,**,,,**\r\n@@@@/*/**,/************,*//*,,,,/%&, %* *@@@@@@@#/.*/**,*#@% ,&, ,@@@&*.,*\r\n@@%,/***,***********.****//*/&@@@& %&. @@@@@@@@@&.%@@@@# , .%#. .&@@@@@@\r\n@/***********************,*&@@@@@% &@@@@@@@@(@@@@@@( .&@@@@@@\r\n./*************************/*,*%@@# /@@@@@@&/,,,#@@@@@@% .&@@&(/,,,\r\n/*************************/*,,,*/*,,*****,,,,,,*//**,,/**///**,,****/**//**/*%@@\r\n**************************************,,,,*,,,**************************/**%@@@@\r\n********************************************.,*/********,,*////////**,,#@@@@@@@@\r\n*************************************,,,**/****************//,*////*****/&@@@@@@\r\n*************************************************************************/*@@@@@\r\n*********************.*****.,/**********************************************&@@@\r\n*******************,*//*/////*,,*/******************************************/@@@\r\n********************,////,,//**///*,,,**////***************************//*,,,*%@\r\n*********************.///*//*,,*/////**/////**,,,,,,,,**********,,,,,,*////*/*(@\r\n**********************/,.*///**///**,,,,,****//////////////////////////****/&@@@\r\n**************************/*,,,,**////*/*/*///////*****************////////%@@@@\r\n*********************************///**,,,,,,***//****///////////////////**#@@@@@\r\n************************************************//****************,(&@@@@@@@@@@@\r\n.**,,**/*****************************************************//*#@@@@@@@@@@@@@@@\r\n///*,,*/*,,,,*********************************************/(&@@@@@@@@@@@@@@@@@@@\r\n////////**,,**///******,,,,,,,,,,,,,,,******,,,,,,,,..#@@@@@@@@@@@@@@@@@@@@@@@@@\r\n////////////////***,,,,,,,,,,*********///*****,,,,,////**#@@@@@@@@@@@@@@@@@@@@@@\r\n///////////////////////////////////////////////////////////*/&@@@@@@@@@@@@@@@@@@\r\n//////////////////////////////////////////////////////////////,&@@@@@@@@@@@@@@@@";
public const string Banner =
"\n\n ██▒ █▓ ▄▄▄ ███▄ ▄███▓ ██▓███ ▓█████ ██▀███ \r\n▓██░ █▒▒████▄ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▓██ ▒ ██▒\r\n ▓██ █▒░▒██ ▀█▄ ▓██ ▓██░▓██░ ██▓▒▒███ ▓██ ░▄█ ▒\r\n ▒██ █░░░██▄▄▄▄██ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒██▀▀█▄ \r\n ▒▀█░ ▓█ ▓██▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒░██▓ ▒██▒\r\n ░ ▐░ ▒▒ ▓▒█░░ ▒░ ░ ░▒▓▒░ ░ ░░░ ▒░ ░░ ▒▓ ░▒▓░\r\n ░ ░░ ▒ ▒▒ ░░ ░ ░░▒ ░ ░ ░ ░ ░▒ ░ ▒░\r\n ░░ ░ ▒ ░ ░ ░░ ░ ░░ ░ \r\n ░ ░ ░ ░ ░ ░ ░ \r\n ░ \n\n";
public const string TparT = " _____ _ __ _____ \r\n |_ _| ___ | '_ \\ __ _ _ _ ___ |_ _| \r\n | | |___| | .__/ / _` | | '_| |___| | | \r\n _|_|_ _____ |_|__ \\__,_| _|_|_ _____ _|_|_ \r\n_|\"\"\"\"\"|_| |_|\"\"\"\"\"|_|\"\"\"\"\"|_|\"\"\"\"\"|_| |_|\"\"\"\"\"| \r\n\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-' \n\n";
public static void Main(string[] args)
{
Console.Title = "Vamper - Made by T-par-T | Your free trial will end in 30 days :D";
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine(FeelsOkayMan);
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine(Banner);
Console.ForegroundColor = ConsoleColor.DarkYellow;
Console.WriteLine("\t\t\tMADE BY:\n");
Console.WriteLine(TparT);
CreateHostBuilder(args).Build().Run();
}
private static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.UseSerilog()
.ConfigureServices((hostContext, services) =>
{
services.AddLogging();
services.AddTwitchLibEventSubWebsockets();
services.AddHostedService<VamperWebsocketMonitorHostedService>();
});
}
}