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:
npm install

🎮 Interactive Mode:
node drainerless-cli.js
Follow the prompts to configure your rescue

📄 Config File Mode:
node drainerless-cli.js -c config.txt
Use pre-configured settings from config.txt

❓ Help:
node drainerless-cli.js -h
Show 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