Private Rescue Tools
Generate a local script to perform a rescue without entering your private keys into a web interface. Configure the rescue below and generate the script.
Select the Recover contract.
How Does It Work?
The Private Rescue Tool generates a Node.js script that you run locally. This method offers maximum security, as your private keys never leave your machine or get exposed in the browser. The script securely communicates with our relayer to execute complex rescues for ERC20, ERC721, ERC1155, airdrops, or interactions with staking contracts. A 10% fee is applied to the total value of successfully rescued tokens.
๐ฆ Installation:
๐ฎ Interactive Mode:
Follow the prompts to configure your rescue
๐ Config File Mode:
Use pre-configured settings from config.txt
โ Help:
Show all available options and examples
npm install๐ฎ Interactive Mode:
node drainerless-cli.jsFollow the prompts to configure your rescue
๐ Config File Mode:
node drainerless-cli.js -c config.txtUse pre-configured settings from config.txt
โ Help:
node drainerless-cli.js -hShow all available options and examples
๐ Rescue Types Supported
- ERC20 Tokens - Rescue tokens with 10% fee
- NFTs - Rescue ERC721/ERC1155 with flat fee
- Airdrop Claims - Claim and rescue airdrop tokens
- Staking Rewards - Claim and rescue staking rewards
File Formats
- config.txt: Contains all rescue parameters (rescue type, keys, RPC, tokens, etc.)
Supports: RESCUE_TYPE, COMPROMISED_KEY, SECURE_KEY, RPC_URL, TOKEN_ADDRESSES, NFT_ADDRESSES, AIRDROP_CONTRACT, CLAIM_HEX, and more - Interactive Mode: No config file needed - follow the prompts
Best for one-time rescues or testing
Module idea and development collaboration by Telegram user: @Hanzbroww