Skip to content

0xtechDev/ETH-Sweeper-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

How do Sweepers Work? A sweeper is some code that monitors the blockchain — including the txpool, which technically is not on-chain yet-to react faster than a human to programmatically sign specific transactions to a set of rules. How Script Works? THis script listen incoming transactions by ethereum address. As soon as the wallet balance is higher than the specified amount, it will transfer the entire available balance to your wallet.

Variables WALLET_SWEEP - Listening ETH address WALLET_SWEEP_KEY - Listening ETH address private key WALLET_DEST - Your ETH wallet ETH_GAS_GWEI - Network commission, the higher, the faster ETH_MIN_SWEEP - Minimum balance to send a transaction

download the files and unzip into a folder called rescue on your desktop go to google and search for download Node js , download it and install it . use Vscode software , drag the folder inside Vscode in vscode menu look for terminal > open new terminal . in terminal make sure you are in the folder rescue , type "ls" and enter key , you should see other folders and files , if so type "npm i" wait for the modules to be downloaded . edit the file index.js , Global_modules.js and .env to your needs , in index.js you can manipulate the Gas needed to make your Tx go first before the sweeper bot , in Global_modules.js you will need to replace that base64 code with yours where you incode the smart contract ABI of the token you are trying to rescue into base64 and paste it there and finally in the .env file you need to setup your sender address : hacked wallet / reciver address : safe wallet where you want the tokens to be sent , token contract : smart contract address , network put the ticker of the network i.e : on ethereum put : ETH , on fantom put FTM , on binance network put BNB etc .., and private keys of the compromised wallet , and so on .. go back to the terminal in vs code , type "node index.js" the bot will run , it will keep on looping and waiting for Gas , you need to send some native tokens to that wallet and observe , sometimes you might need to send just a bit extra but in chunks so when the sweeper bot is busy the rescue bot transfers out your stuck tokens !

#CryptoSecurity #Flashbot #EthSweeperBot #WalletCompromise #FundWithdrawal #SecureYourAssets #BlockchainProtection #CryptoRecovery #CryptoSecurityMatters #FlashbotWithdrawalService #WalletRecoverySolutions #EthSweeperBotProtection #SecureYourCryptoAssets #FundSecurityMeasures #BlockchainSafety #CompromisedWalletRecovery Keywords: Flashbot withdrawal service for compromised wallets. Safeguarding crypto funds from Eth Sweeper bot attacks. Recovering funds from compromised Ethereum wallets. Securing your assets after a wallet compromise incident. Crypto users' fund recovery solution against Eth Sweeper bot breaches. Protecting blockchain assets affected by wallet hacks. Preventing unauthorized access to cryptocurrency wallets. Flashbot-powered solution for compromised wallet funds withdrawal. Counteracting Eth Sweeper bot attacks on crypto wallets. Restoring funds from hacked Ethereum wallets securely. Strengthening asset protection post-wallet compromise incident. Safeguarding cryptocurrency funds against breaches by Eth Sweeper bots. Reinforcing blockchain security in the face of wallet hacks. Mitigating unauthorized access to digital currency wallets.

About

A flashbot created for the crypto users to withdraw their funds whose wallet got compromised by Eth Sweeper bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors