Private Script
Generate a JavaScript file to run rescues locally on your computer. This method enhances security as you do not need to enter your private keys into a web browser. The script uses the secure DrainerLESS relayer API to build the transaction, which applies the standard service fees: 10% for successful ERC20, airdrop, or staking rescues, and a fixed fee per NFT. The NFT fee varies by network, for example: 0.001 ETH on Ethereum networks, 0.01 BNB on BSC, and 5 MATIC on Polygon. The script will prompt you for all necessary information, like private keys and contract addresses, directly in your terminal.
CLI Generator
Generate secure scripts for local execution.
Select the Recover contract.
Select the type of rescue for the config file.
How Does It Work?
Capabilities
- ERC20 Tokens (10% Fee)
- NFTs (ERC721/1155)
- Airdrop Claims
- Staking Rewards
File Formats
config.txt: Contains keys, RPC, addresses.
Interactive: Follow terminal prompts.