console

  1. Bug

    TikTok TikTok comment liker

    1) перейдите по ссылке на видео tik tok 2) вставьте скрипт в консоль браузера 3) установите подсказки и дайте ему запуститься 4) запускать нужно в полноэкранном режиме *** Скрытый текст: У Вас недостаточно прав для просмотра скрытого текста. Посетите тему на форуме! ***
  2. Bug

    C# Christmas Tree

    using System; namespace ChristmasTree { internal class Program { static Random rnd = new Random(DateTime.Now.Second); private static string[] toys = { "$", "*", "%" }; static void Main(string[] args) { PaintChristmasTree(50, "Happy New Year...
  3. C

    Source Code Bot View Youtube 2021

    using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Web; using System.Windows.Forms; using Leaf.xNet; using Youtube_Viewers.Helpers; using HttpRequest = Leaf.xNet.HttpRequest; using HttpResponse =...
  4. Bug

    C# Telegram Converter

    Позволяет создать файл сессии для https://in4.bz/threads/telegram-bot-1-4-2-cracked-in4-bz.10064 Номер вводить без + class Program { private static int apiId = 1404239; private static string apiHash = "28b0a6e5a7e5c17b473b9a597d3e4589"; private static string...
  5. r3xq1

    C# Определение подсистемы (SUBSYSTEM) приложения

    Создаём класс Enums.cs using System; internal class Enums { [Flags] public enum ExeType : int { None = 0, WinNT = 0x04000000, PE = 'P' | ('E' << 8), NE = 'N' | ('E' << 8), MZ = 'M' | ('Z' << 8), } } Создаём класс NativeMethods.cs using System; using...
  6. r3xq1

    C# Получаем GUID программным способом

    using System.Reflection; using System.Runtime.InteropServices; static void Main() { var assembly = typeof(Program).Assembly; var attribute = (GuidAttribute)assembly.GetCustomAttributes(typeof(GuidAttribute),true)[0]; var id = attribute.Value; Console.WriteLine(id); // Здесь...
  7. r3xq1

    C# Блокировка ввода в окно консоли

    *** Скрытый текст: У Вас недостаточно прав для просмотра скрытого текста. Посетите тему на форуме! ***

Сверху Снизу