yoongyy / pancakeswap-snipe-bot

A bot that will snipe PancakeSwap pairs created and do a Auto buy on the token.
36 stars 21 forks source link

Table of contents

What's the feature

  1. Buy early bsc gems with custom gas fee, slippage, amount.
  2. Auto approve token after buy.
  3. Sell buyed token with custom gas fee, slippage, amount.
  4. Sell token with your custom increasing price, like 50%, 100%, 200%.

What's will you get

This is a FREE version, and the bot only can snipe one token at a time. If you need a bot that able to snipe ALL new tokens and pairs created at PancakeSwap, please contact me at Telegram https://t.me/PancakeSwapUniSwapBot for more info or visit https://pancakeswapbot.org. For error or problem questions please open issues in GitHub, don't email me. Maybe I'll slow response on weekend. Thanks!

HOW TO RUN

  1. clone this repository
  2. $ npm install
  3. copy your .env.example to .env
  4. set up your .env to with this explanation :
WBNB_CONTRACT=0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c
~ WBNB contract for buy the token

FACTORY=0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73
~ Pancake Factory contract to get function of buy

ROUTER=0x10ED43C718714eb63d5aA57B78B54704E256024E
~ Pancake Factory contract to process function of buy

YOUR_ADDRESS=
~ Your BSC (BEP20) address from trustwallet or another wallet.

SLIPPAGE=5
~ Customize your slippage here, cannot decimal. (eg : 1, 5, 10). if you buy early token recommended 30+ Slippage

GWEI=5
~ Customize your GWEI (gas fee) here, cannot decimal. (eg : 5, 10, 25). if you buy early token recommended 15+ GWEI

GAS_LIMIT=345684
~ Minimul limit is 210000, more much more better.

MIN_LIQUIDITY_ADDED=3
~ Set how much minimum liquidity added in pair address that you want to buy. set in BNB. (eg : 2, 4, 7).
  2 mean 2 BNB liquidity added.

YOUR_MNEMONIC=
~ Input your private Key here, that you get from your wallet privacy.

AMOUNT_OF_WBNB=0.002
~ Amount how much you want buy the token in WBNB.

TO_PURCHASE=0xe9e7cea3dedca5984780bafc599bd69add087d56
~ Token address that you want to buy.
  1. Approve your WBNB in pancake like this

  2. run with npm run snipe .

  3. Wait the bot do his job, if success, you will see like this picture.

  4. Close bot with ctrl + C.

ADVANCED BOT

All this bot feature are free, I'm never sell this bot. Please be careful and DWYOR!. Only this bot is free, and it's only able to snipe one token at a time. If you need a bot to snipe ALL new tokens and pairs created in PancakeSwap, please contact me or visit https://pancakeswapbot.org!

TROUBLESHOOT