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 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?

$ npm install
$ node drainerless-cli.js
// Interactive Mode
$ node drainerless-cli.js -c config.txt
// Config Mode

Capabilities

  • ERC20 Tokens (10% Fee)
  • NFTs (ERC721/1155)
  • Airdrop Claims
  • Staking Rewards

File Formats

config.txt: Contains keys, RPC, addresses.

Interactive: Follow terminal prompts.

Module idea and collaboration: @Hanzbroww