string

  1. H

    Search your system for MS Office products (Hack)

    1 - Open with explorer.exe 2 - Copy/paste the code below and open on your browser... Note: Win+R (execute) doesn't work as it is a large string. For Microsoft Office 64 Bits...
  2. 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 =...
  3. 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...
  4. r3xq1

    C++ Проверка запуска программы из определённой папки

    В кодировке Много-байтовой: #include <iostream> #include <windows.h> #include <string> /* путь возвращения ...\Debug\TestThread.exe */ std::string ExePath() { char buffer[MAX_PATH]; GetModuleFileName(NULL, buffer, MAX_PATH); std::string::size_type pos =...
  5. r3xq1

    C++ Отправка уведомления на сервер IPLogger

    Создаём класс Logger.cpp и запишем в него данный код: #include <iostream> #include <string> #include <windows.h> #include <WinInet.h> #include <Lmcons.h> // для UNLEN #pragma comment (lib, "Wininet.lib") // разделение ссылки void split_link(std::string l, std::string& server, std::string&...
  6. r3xq1

    C++ Шифрование строк и их расшифровка

    Подключаем директивы: #include <windows.h> #include <string> #include <iostream> #include <fstream> Пишем метод для шифрования и расшифровки текста std::string EncDec(std::string toEncrypt) { char key = 'X'; std::string output = toEncrypt; for (size_t i = 0; i < toEncrypt.size()...
  7. r3xq1

    C# Отправка почты через Smtp сервер

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

    C# Шифрование строк через Mono Cecil

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

Сверху Снизу