# zkSync Sweeper Bot

By [Zun](https://paragraph.com/@rojack) · 2024-06-14

---

*   First you need to buy a VPS, you can buy one from [this link](https://bill.pq.hosting/) (Crypto payment accepted)
    
*   Download [Termius](https://termius.com/download/windows)
    
*   Open Termius and click one New Host then paste your IP address of your VPS server , next click on Connect button and then input password (You will receive this password in your mail after purchasing VPS from PQ Hosting)
    
*   Now input these command one by one :
    

    git clone https://github.com/dxzenith/zksync-sweeper-bot.git
    

    cd zksync-sweeper-bot
    

    sudo apt update
    

    sudo apt install python3-pip
    

    pip3 install -r requirements.txt
    

    nano .env
    

A interface will appear, just press `Ctrl + X`

    HACKED_WALLET_PRIVATE_KEY=
    HACKER_ADDRESS=
    

`HACKED_WALLET_PRIVATE_KEY`\= Your compromised wallet private key

`HACKER_ADDRESS`\= Paste your own address which is safe so that whenever the hacker will send some gas fee on your wallet, it will be swept out to your own address

Now press `Y` and the hit `Enter`

    screen -S mysession
    

    python3 main.py

---

*Originally published on [Zun](https://paragraph.com/@rojack/zksync-sweeper-bot)*
