# Make sure you set the correct mode before starting the MultiSniper Plus
  # 1 is Snipe Dxsale presale (Pair address must be present in dxsale_presale_address)
  # 2 is Snipe Listings from presale & Fair lauch (automatically detected)
  # 3 is FrontRunn Transaction Module (always remember to have instantSell = true)
  # 4 Sell only (token addreess must be present in TokenContract Variable)

choseMode = 1

# snipeDxSALE Mode 1 (Only Settings you need):
dxsale_presale_address =  0x5FB0b4bE587792d746092945Efb536552Cff6F88
whiteListActive = false
presaleSarted = false
dxsale_bnb_amount = 0.1
dxsale_gwei = 30
dxsale_gas = 500000


# snipeListings Mode 2 & FrontRunn Transaction Mode 3 (Only Settings you need):
TokenContract = 0x5E029BBea8Ca879c8434d2051371fDedE93D96FF
tokenDecimals = 18
amount_WBNB_buy = 0.1
delay_on_buy_blocks = 0
slippage = 0
autoGasOnSnipe = true
buy_Gwei = 20
buy_Gas = 2000000
sell_Gwei = 10
sell_Gas = 2000000
needApproval = true
approveBeforeOrAfter = 2
snipeOrBuy = 1
instantSell = false
sellDelay = 0
multipleSell = false
nrOfSellTransactions = 1
antiBotActive = false
nrOfTransactionsToDo = 1
antiRugActive = fasle
priceProttection = false
liquidityBNB = 5

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

# GENERAL SETTINGS:
QuickNodeMainNet = ws://127.0.0.1:8546
privateKey = 

# MULTISNIPER PLUS READ FIRST:
# Oficial website: https://multisniperbot.com
# For suport please go on telegram: https://t.me/multisniperbots or discord: https://discord.gg/4qpbk4Jp
# All the variables are explained bellow, to start the bot please use the command "./snipe" in the terminal console!
# After uploading the bot on the server and navigating in the therminal to this file please use once the command "chmod +x snipe"

//-------->DXSALE SNIPER VARIABLES:
# dxsale_presale_address => copy the the presale address from dxsale (the one above the contract address)
# whiteListActive = if that presale has at the begining a whitelist please set this on true
# presaleSarted = if the presale is already started please set this on true
# dxsale_bnb_amount = amount of BNB, not WBNB that you want to enter that presale with
# dxsale_gwei = Set your own gwei (normally if its a hype presale you need to use alot of gwei)
# dxsale_gas = Set your own gas (pease use between 500k and 1 mil, if you use more you will pay alot in fees, maibe even go over the 1 bnb limit and get failed transaction)

//-------->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
# delay_on_buy_blocks =>
# slippage => Slipage should always be 0
# autoGasOnSnipe => it copies the gwei from the liquidity transaction, WARRNING: if autoGasOnSnipe = false it will use the buy_Gwei you set and you can frontrunn liqudity if you set over 5 gwei.
# buy_Gwei & buy_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)
# sell_Gwei & sell_Gas => Fees price used for selling should be minimum 10 gwei and 1 mil gas, put more if token has higher Fees
# 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
# multipleSell => if you need to sell with smaller ammount put this true
# nrOfSellTransactions => if multipleSell is true please put a minimum amount of 1, meaning it will get your total wallet token balance and divide them with the ammount you set here
# Snipe mode or Instant buy ? (SnipeMode = 1) or (InstantBuy = 2)
# buyOrSnipe => 1 is Sniping mode, 2 is BuyOnly mode
# delay_on_buy_blocks => chose how many blocks you want to delay your buy from liqudity block, put 0 if you want instant snipe
# 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.
# transactionToDetect => set a clear transaction to detect for example put 100 for a 100 bnb buy order to frontrunn (ONLY USED IN FRONTRUNN MODULE)
