# Make sure you set the correct mode before starting the MultiSniper Plus
  # 1 is Snipe Dxsale presale
  # 2 is Snipe Listings from presale
  # 3 is FrontRunn Transaction Module

choseMode = 2

# snipeDxSALE Mode 1 (Only Settings you need):
      # Please put the countdown timer HH:MM:SS
countDown = 00:10:00
DxSalePresaleAddress = 0x6BCBEdb169A93bb1cD9bF7ea9bA09976FBb4832e
amountBnB_DxSale = 0.0001
highGwei = 10
highGas = 1000000

# snipeListings Mode 2 & FrontRunn Transaction Mode 3 (Only Settings you need):
TokenContract = 0xba07eed3d09055d60caef2bdfca1c05792f2dfad
tokenDecimals = 18
amount_WBNB_buy = 0.0001
slippage = 0
Gwei = 10
Gas = 1000000
needApproval = true
approveBeforeOrAfter = 2
buyOrSnipe = 2
listingType = 2
multiplyX = 1
instantSell = false
sellDelay = 3
antiBotActive = false
nrOfTransactionsToDo = 1
antiRug = true
priceProttection = false
liquidityBNB = 30

# The transactionToDetect refers to the ammount of buy in bnb for the transaction you want to frontrunn, active on choseMode = 3 only.
transactionToDetect = 5

# GENERAL SETTINGS:
QuickNodeMainNet = ws://bsc.multisniperbot.com:8546
privateKey = 

# MULTISNIPER PLUS (for suport please go on https://t.me/multisniperbots) READ FIRST:
# All the variables are explained bellow, to start the bot please use the command "npm start" in the terminal console!

//-------->DXSALE SNIPER VARIABLES:
# countDown => ex: 00:01:10 - meaning that when you press enter and start the bot the countdown on dxsale presale will reach 0 in 1 min and 10 seconds
# DxSalePresaleAddress => copy the the presale address from dxsale (the one above the contract address)
# amountBnB_DxSale = amount of BNB, not WBNB that you want to enter that presale with
# highGwei = Set your own gwei (normally if its a hype launch you need to use alot of gwei)
# highGas = Set your own gas (normally if its a hype launch you need to use alot of gas)

//-------->LISTING SNIPER VARIABLES:
# TokenContract => Contract of Token you want to snipe!
# tokenDecimals => Token decimals from token contract on bscscan
# amount_WBNB_buy => Ammount of WBNB to use for each transaction
# transactionToDetect => set a clear transaction to detect for example put 100 for a 100 bnb buy order to frontrunn (ONLY USED IN FRONTRUNN MODULE)
# slippage => Slipage should always be 0
# Gwei & Gas => Fees price used for snipe for listings from dxsale, approve, instant buy and selling  (specially high gas needed on snipe for listings from dxsale)
# needApproval => Approve token for selling on bot start? (true/false)
# approveBeforeOrAfter => if you want to approve the token before the snipe please put 1 , if you want to do it after please put 2
# instantSell => Sell instant after buy/snipe? (true/false) 
# sellDelay => set a delay in seconds for the bot to instantSell after buy confirmation, if you want instant put 0
# Instant buy or Snipe mode ? (SnipeMode = 1) or (InstantBuy = 2)
# buyOrSnipe => 1 is Sniping mode, 2 is BuyOnly mode
# listingType => 1 is listing that had presale on dxsale & 2 is fair launch (buyOrSnipe must be 1 to work)
# multiplyX => If you chose buyOrSnipe = 1 & listingType = 2 then set the multiply factor for Fair Listings Sniping (it will multiply the gas fees from the liquidity transaction to get in first block)
# antiBotActive => Snipe Antibot token (meaning you put less WBNB to buy with and do more transactions fast to gather more token)
# nrOfTransactionsToDo => If you have antiBotActive set true then it will automatically do X number of buy transactions (ex: 3 means it will make 3 buy transactions)
# priceProttection => If you have priceProttection set true then it will automatically check if the liquidity added is equal or higher than liquidityBNB - (only on fair listings)
# liquidityBNB => please set less than the expected liquidity for example if you expect to have 100 bnb liquidity use 50 bnb, also use only int numbers with no decimals (ex: 1, 2, 3, 100)
# antiRug => if you have antiRug set true and instantSell is false then after snipe the bot will wait for RugPull. If it detects one it will imediatly sell all tokens before RugPull.

