This Discord selfbot allows you to send Litecoin via discord. It integrates with the Litecoin blockchain and utilizes the Tatum API for transaction processing.
- Send LTC : Send Litecoin to any LTC address directly from Discord.
- Check Balance : View the current balance of your Litecoin address.
- Receive Address : Get your Litecoin address for receiving payments.
- Clone or download the repository.
- Install dependencies:
npm install
- Setup
config.json
with your token, user id, ltc address, ltc private key, and Tatum api key. - Run the selfbot :
node index.js
Refer https://docs.tatum.io/ for api keys and stuff.
- To send LTC :
.send <address> <amount>
- To check balance :
.balance
- To get receive address :
.receive
Note : Make sure to keep your Discord token and API keys secure. Do not share them publicly.
This tool is created for educational purposes and ethical use only. Any misuse of this tool for malicious purposes is not condoned. The developers of this tool are not responsible for any illegal or unethical activities carried out using this tool.