📁🔬 Source Codes from reversed projects
Find a file
bl4d3rvnner7 09578f0153
Silent Telegram Screenshot Sender
Silent Telegram Screenshot Sender [Source Code] 👩‍💻

🧾 Prerequisites

To compile and run this C# program, you need:

 Option 1: .NET SDK / Visual Studio Developer Command Prompt

▶️Install .NET SDK (https://dotnet.microsoft.com/en-us/download/dotnet) or
▶️Use Visual Studio with the Developer Command Prompt

 Option 2: Use csc.exe from Windows

* Comes with .NET Framework (on most Windows systems)
* Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe

🔧  Compilation

1️⃣ Save the Code

Create a new text file, e.g., Program.cs, and paste the full C# code into it. Replace:

string token = "";
string chatId = "";

with your actual Telegram bot token and chat ID.

2️⃣Open CMD / PowerShell

Navigate to the directory where Program.cs is saved.

3️⃣Compile with CSC

"C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" /target:exe /platform:x86 /optimize Program.cs

 This creates a file: Program.exe in the same folder.

If you're on 64-bit Windows, you can also try:

"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /target:exe /platform:x64 /optimize Program.cs

4️⃣ Run the Program

Now just execute the program:

Program.exe

🔴No window will open.
🔴No file will be saved.
🔴Screenshot is sent silently via Telegram.

💎 Features of the source code:

 Silent execution
🖼 Screenshot functionality
🖼 Telegram upload
💾 No file saved locally
🔄 Error fallback
🛠 Embedded Win32 calls
2025-06-15 20:27:54 +02:00
AutoLOG Keylogger.zip AutoLog Keylogger [Source Code] 👩‍💻 2025-06-15 20:27:00 +02:00
becmailer.zip ✉️ Bec Mailer 1.0 [leafmailer edit] 2025-06-15 20:22:28 +02:00
bfreak.zip [SMS Framework] [Source Code] [PY] 2025-05-18 01:43:36 +02:00
Bossam Mod Menu PC.gsc Create Bossam Mod Menu PC.gsc 2024-04-19 12:17:19 +02:00
BossamV6.gsc 🧿 BOSSAM V6 MOD MENU [BO2] 2023-06-18 16:14:13 +02:00
clipper_source 📋 CLIPPER SOURCE CODE [PY] 📋 2025-05-18 01:48:35 +02:00
Crypto Clipper.zip 📋 Crypto Clipper [c#/vb.net] 📋 2025-06-15 02:12:15 +02:00
dropper.js 👨‍💻 Simple Malware JS Dropper Source Code 👨‍💻 2025-05-18 01:42:29 +02:00
Editify.zip 📝 EDIFIY - COMBO EDITOR 2023-06-18 16:12:21 +02:00
emailvalid.py 📧 Mail-Check 2023-06-18 16:10:15 +02:00
F_rev.py 🔥 F-Automatical v8 [FREE] 2025-05-18 01:49:30 +02:00
IP Ranger.py 🧘 IP Ranger Source [PY] 🧘 2025-05-18 01:49:04 +02:00
leafmailer2.8.php LEAF MAILER 2.8 SOURCE CODE 🍁 2025-05-18 01:40:35 +02:00
LEGION SMTP.zip 🤖 LEGION BOT V6.6 SOURCE CODE [PY] 🤖 2025-05-18 01:49:59 +02:00
LetterSafe V5.2.html 🚀 LetterSafe - HTML Encrypter & Decryptor Pro 🔐 2025-06-15 20:24:14 +02:00
LuFix Mailer 1.0 by Scarletta.zip 📱Lufix Sender 1.0 Source Code [PHP] 2025-05-18 01:41:55 +02:00
Multi Wallet Clipper.zip 📋 Multi Wallet Clipper C# 📋 2025-06-15 02:26:18 +02:00
OtpBot.zip 🤖 OTP BOT [TWILIO] 2025-05-18 01:47:38 +02:00
README.md Update README.md 2025-06-15 02:29:31 +02:00
RedBinder.zip 🌊 HVNC Malware 2023-06-18 16:17:17 +02:00
RLStealer.zip 😈 RL Stealer Source Code 👩‍💻 2025-05-18 01:41:13 +02:00
Sharp Stealer.zip 🦈 Sharp Stealer Source Code [C#] 2025-06-11 00:29:13 +02:00
Silent Telegram Screenshot Sender.zip Silent Telegram Screenshot Sender 2025-06-15 20:27:54 +02:00
smtp.py 📧 SMTP Checker v1.3 (2024) 📧 2025-05-18 01:42:56 +02:00
SPOOFING OTP-BOT+SETUP TUT.rar SPOOFING OTP BOT 2025-05-18 01:47:55 +02:00
VictorV2.zip 📧 VICTOR3 V2 SENDER 2023-06-18 16:08:15 +02:00

Project Source Codes 📁🔬

Welcome to the project source codes! This repository houses a collection of source code files that are meant to be shared with everyone. Whether you're a developer, a student, or simply curious about coding, you've come to the right place.

Contents 📚

  1. Description
  2. Getting Started
  3. Usage
  4. Contributing

Description 📝

⚠️ Disclaimer: This repository contains previously malicious code that has been reversed and neutralized.
It is provided strictly for educational, analytical, and research purposes.

The source code files in this repository cover a wide range of topics and programming languages. You'll find code examples, algorithms, and implementations that can serve as a valuable resource for learning and exploration. Feel free to browse through the files and delve into the exciting world of programming.

Please note the following facts about this repository:

  • The repository will contain source codes only. 📄
  • The source codes provided here may have been malicious in the past, but they have been reversed and are no longer harmful.
  • I (bl4d3rvnner7) have personally reversed the codes.
  • I am not responsible for any misuse of the source codes. Please use them responsibly.
  • You are allowed to fork the repository and report any errors or issues by creating a new issue.

Getting Started 🚀

To get started with the project source codes, simply clone or download the repository to your local machine. Make sure you have the necessary software and development environment set up for the specific programming language you wish to explore.

Usage 💡

The source code files are organized into folders based on their respective programming languages or topics. Navigate through the folders to find the specific code files you're interested in. Each file contains comments and instructions to guide you through its purpose and usage.

Feel free to experiment, modify, and build upon the existing code. Learning by doing is a great way to enhance your programming skills and creativity.

Contributing 🤝

Contributions to this repository are more than welcome! If you have your own code snippets, algorithms, or improvements to the existing code, feel free to submit a pull request. Together, we can create a rich and diverse collection of source code for the benefit of everyone.

Happy researching!