The demo does not actually buy or sell, it only tells the user when it would have bought or sold if it
was the full version
Its more so ppl can see how fast the bot is and learn how the settings work.
Contents
How to set the bot up…………………………………………………………………………………………………………………………. 2
Features……………………………………………………………………………………………………………………………………………. 3
Bot………………………………………………………………………………………………………………………………………………… 3
Configfile.py …………………………………………………………………………………………………………………………………… 8
Frequently Asked Questions (FAQ)……………………………………………………………………………………………………….. 9
Notes………………………………………………………………………………………………………………………………………………… 9
Strategy…………………………………………………………………………………………………………………………………………… 10
Common errors………………………………………………………………………………………………………………………………… 10
Bot errors…………………………………………………………………………………………………………………………………….. 10
Etherscan errors……………………………………………………………………………………………………………………………. 11
How to set the bot up
- Open the zip, and move the contents to a folder
- Right click on configfile.py and click ‘Open with..’ → Notepad
-Click on choose another app if Notepad is not an option
- Add your ethereum/bsc address and personal key at the bottom of the file between the
quotation marks(”).
…
my_address = ”
my_pk = ”
PLEASE INSERT THE PERSONAL KEY NOT YOUR SEED PHASE (SEE 5.)
- Your address is like this one (which is my address):
- 0x6B1CeA1c27Bbb1428978dC3C0423642fDa404367
- You can get the private key by following this guide:
- Save configfile.py in notepad
- Start the exe file while the configfile.py is in the same folder
Features
Bot

1. Paste buy
The bot will look in your clipboard and look for an address (even if its an URL). It will paste the address in the
token address field and then perform as force-buy with it.
2. Token address
Put the token address of the token you want to snipe here. Please make sure that is has capitals.
So for instance not this: 0x6b1cea1c27bbb1428978dc3c0423642fda404367
But this: 0x6B1CeA1c27Bbb1428978dC3C0423642fDa404367
3. Token amount buy
Check and specify this field if you want to buy a certain amount of tokens
instead of buying an amount thats worth the BNB you want to trade with
4. Main coin option to trade
Amount of the main coin option (see 8) you want the bot to snipe with. 1= 1 token/coin. You need to
have BNB in your account (not wBNB)
5. Buy times
The amount of buys you want the bot to perform. Please note it will buy this many times the BNB or
token amount you have put in, it will not buy in parts. Only use this if tyou think the price will not
fluctuate very much during the first seconds. Also: please use it with ‘Only buy if token is less
than($)’.
6. The DEX you want to trade on
Here you tell the bot what DEX you want to snipe on, please make sure you only select 1 of the 4
options.
7. Directly button
Don’t check it unless you know what it does.
Normally liquidity pools are like wbnb/token. If a pool has 2 bnb and 4 tokens, it means that 1 token
is worth 0.5bnb.
In some rare cases, there are launches that dont use bnb but another token, such as busd. So the
pool would be like busd/token and not wbnb/token.
If that is the case, you use ‘Directly’
Checking this button will make the bot look for liquidity pools on the exchange with the (custom)
token/coin you want to buy or/and sell the launch token with (launch token = 2). For instance: if 8
(Main coin) is set at BUSD and you try to buy LINK, it will look for LINK/BUSD pool instead of
LINK/BNB. Only do this if you know that the pool exists.
8. Main coin/token option
Select here with what token or coin you want to buy. Standard= BNB/0x00000.
If you want to add a custom token, open and edit the configfile.py and add this line (if it isn’t there
already): selfaddedcoin=”
Then paste the token address of the custom token between the ‘’, and save configfile.py.
9. How fast liquidity checking
The amount of time the bot has to wait per liquidity check. If this is set at 0ms, its fine.
10. Only buy if price is less than (limit buy)
This so you wont buy a token for too much $. Especially handy for failing buy orders due to too less
slappage or GWEI and for scam launches/IDO’s which add a token for too much $.
11. Max overall slippage
The max slippage you want the bot to handle. Can be set from 1 to 100%. 100%= the bot only will
accept a trade if the minimal amount of tokens it gets is 0 (=always accepting).
Slippage is the expected % difference between these quoted and executed prices. Low liquidity can
also cause increased slippage, which is why larger orders tend to face higher slippage.
12. GWEI to use for trade
The amount of GWEI you want to use for a trade. Remember to keep this 10-15 (when bsc is not the
usual 5 GWEI) for testing. But for sniping much higher. How much higher depends on the token (how
much people are going to snipe), your latency with the RPC and if you really want to compete with
the fastest guys, or just don’t want to make a proft. The fastest snipes use the highest GWEI and are
only worth it when you play with a lot of BNB.
https://bscscan.com/tx/0xc13c8150dc5eb37fde31cc9d155349af57a2b0973e35f0cd82942c6459b29
bd6
13. Approve token when starting the bot
When this option is checked, the bot will approve the token before buying. It is not needed but is
handy to use when the token-address is known before you can buy it, so you are able to sell it fats
afterwards.
If this is left unchecked: the bot will approve after buying (or check whether its already approved
14. Token has liquidity when starting the bot
Check this if the token has liquidity when starting the bot. This is to avoid errors with a paste of
wrong addresses in the bot. Having liquidity= you are able to buy the token already when you start
the bot
15. Amount of seconds wait till selling
The amount of seconds you want to wait till you sell. Can be set at 0
16. Sell when price is higher than (Limit sell)
Limit sell option. If the current price of the token is higher than the amount set here, the bot will
buy.
17. Sell when token is this much higher than what you’ve bought for(= Sell when you have this much
profit ,if you would sell)
The amount of profit you want to have, and want to sell for. This is not the profit that you are going
to make, there is still slippage.
18. Custom slippage for selling
The slippage you want the bot to handle specially for selling. Can be set from 1 to 100%. 100%= the bot only will accept a trade if the minimal amount of BNB it gets is 0 (=always accepting). If you don’t check it, it will use the overall slippage.
Slippage is the expected % difference between these quoted and executed prices. Low liquidity can
also cause increased slippage, which is why larger orders tend to face higher slippage.
19. Stoploss (let the bot sell when the loss is this much)
Only enable and use this for launches of which you know that they wont last for more than 2 hours.
If price goes below a point, the bot sells.
20. Only sell token, don’t buy
Will ignore settings that have to do with buy, and will only sell token
21. RPC URL
The ROUTER/RPC/NODE URL. This has to be http not wss. The bot includes a lot of public ones, but
the latency of them is not very low. If you want a very fast node, check quicknode.
If you want to add your own custom address: open and edit the configfile.py and edit this line (if it
isn’t there already): addedurl=”
Add your custom router URL between the ‘’, and save configfile.py.
If you want to add a second RPC, you can also edit the variable addedurlurl in the configfile, the
same way as you edited addedurl.
22. Check latency
Button to check the latency of your current selected Node. This had to be as low as possible to be a
fast sniper.
23. Check All latency
Checks the latency of all nodes. It also checks whether some are sending out of date data.
24. Sell this many times
Use this when you want your sell to be split in multiple parts.
Combination 24 & 30- When only ‘Sell this many times’ is selected, the bot will divide balance after buying by the set ‘sell times’. When only ‘Token amount sell’ is selected the bot will sell that amount of tokens that many times till you dont have any of the tokens in you balance anymore. When selected both, the bot will sell the amount of tokens for that many times (so not endless).
25. Force Buy
This button can always be clicked, it will buy with the bnb amount or token amout specified, at the
specified slippage with the gwei and gas you specified. This happens in milliseconds.
26. Force Sell buttons
These buttons can be clicked at any time. The numbers represent how much % of your token balance
you want to sell. Slippage will be as specified and it uses the GWEI and Gas settings you provided.
27. Gas usage
Please set this at 700000, so an order will never fail because you didn’t accept a higher gas.
28. Log field
In this field, the bot will tell you what it is doing and its status when you do anything.
29. Trading info
This field gets updated every 10 seconds. If you want to edit how many times it updates: open and edit
the configfile.py and add this line (if it isn’t there already): updateinfospeed=”
Then set the amount of seconds you want the bot to update the information between the ‘’, and save
configfile.py.
30. Token amount sell
Option to sell a certain amount of tokens. If the wallet balance is higher than that amount, it will sell
multiple times
Combination 24 & 30-When only ‘Sell this many times’ is selected, the bot will divide balance after buying by the set ‘sell times’. When only ‘Token amount sell’ is selected the bot will sell that amount of tokens that many times till you dont have any of the tokens in you balance anymore. When selected both, the bot will sell the amount of tokens for that many times (so not endless).
31. Force approve
Clicking this button will approve the token you have pasted on the DEX you have selected
32. Honeypot and Rug checker (feature 21)
The bot will check before buying if the contract has a honeypot or if it applies very high amount of fee’s
(please check the description of the last update) or if the dev paused trading. If one of these conditions is
true, the bot will wait till its safe to buy
33. Check clipboard and force buy (feature 22)
The bot checks clipboard continuously until it has text that holds an address. Then the bot buys directly
(feature 22). This is very handy with launches where the token address gets published in telegram at the
last second.
34. (Multi wallet options)- Buy every X seconds
The bot will perform a Force buy every X seconds with all the wallets you provided the configfile.py with
(wallets have to hold avid token).
35. (Multi wallet options)- Sell every X seconds
The bot will perform a Force sell every X seconds with all the wallets you provided the configfile.py
with(wallets have to hold avid token).
36. (Multi wallet options)- in order (one wallet after another)
Instead of buying on all wallets at once, let the bot buy with 1 wallet after another (first wallet 1, then 2
…)
Configfile.py
When there is a update, your existing configfile.py might need to be edited. Please check the new
configfile.py whether new variables are added etc, and if they are, add them to your existing
configfile.
getclipboard=’1′– Set this to 1 if you want the bot to look and paste (in the token-address field) an
address from your clipboard when you open the bot. This address can also be hidden in a link, like:
https://poocoin.app/tokens/0xef2ec90e0b8d4cdfdb090989ea1bc663f0d680bf
addedurl=’’– This is the field where you can add a private http Node (like quiknode).
addedurlurl=’’– This is the field where you can add a second private http Node (like quiknode).
retrywhenerror=’1’ – Let the bot automatically when there is a error (when its set as ‘1’), without
having to click on ‘SPACE’
selfaddedcoin=” -If you want to add a custom token to snipe tokenlaunches with, open and edit the
configfile.py and add this line. Add the address of the token you want to trade with between the ‘’.
updateinfospeed=” – If you want to change the seconds the information in the GUI (down right) gets
updated, set the amount of seconds between the ‘’ (standard=10)
approvegwei=” – If you want to change the amount of GWEI is used to approve tokens, add a
number between the ‘’ (standard=20).
minliq=’’ – Fill in here how many coins the liquidity pool of the token has to have at least to buy. For
instance, if you make is ‘1’ and the main coin is bnb, the liquidity pool has to have at least 1 bnb.
o Standard= 1
ita=’1’ – Changes the bot language to Italian
por=’1’ – Changes the bot language to Portuguese
maxfee=’’ – Set the maximum amount of fee you would accept in a trade. If you have not set a
maxfee, the bot will use 89%. This feature works with feature 21 in the GUI (GUI numbering)
enablewalletX=’1’
devoptions=’1’ – If enabled, you will be able to see the dev options
randsec=’5’ – Add randomness to the number of seconds the bot wait until another buy or sell in the
‘Multi wallet features’. If its set at 5 for instance and set seconds 30, the bot will wait somewhere
between : (0.9530) and (1.0530).
randbnb=’5’ – Add randomness to the amount of bnb you want to buy with in the ‘Multi wallet
features’. If its set at 5 for instance and set the bot to buy 1 bnb, the bot will buy somewhere
between : (0.951) and (1.051).
Don’t forget to save the file after editing.
Frequently Asked Questions (FAQ)
Whats the difference between the demo and the full version?
The demo does not actually buy or sell, it only tells the user when it would have bought or sold if it
was the full version
Its more so ppl can see how fast the bot is and learn how the settings work.
The bot responded late on a token lauch, whats up?
Maybe your latency with the server was very high, making your snipes slower. If this is the case,
please get a premium Node or increase slippage. Disable the setting ‘Buy when price is lower than’
can also help.
In case you are not using quiknode or another ‘premium’ node: I have the some problems with
quiknode, it sometimes seems like they cache the hole bsc network and just provide you the same
info over and over
What is Gwei and Max gas and why does it matter?
Calculation for the total transaction fee’s is : transaction fee in bnb= (gwei* gas)* 0.000000001
GWEI is the number that tells the network, when it gets multiple requests at once, which request it
should process first. GWEI is the multifier of the max gas.
Max gas is just a max, it doesnt need to be spent
Max gas should be kept at 650k, at this is the the number where no trades fail at
Notes
- If ‘wait and sell’, ‘profit and sell’ and ‘limit sell’ are all unchecked, the bot will not sell. You can
do it then manually. - The actual profit you will make will be known after the sell is done
- https://poocoin.app/
Strategy
A good snipe is a interplay of the token you want to buy, amount of BNB, the slippage, your latency
and GWEI.
Token you want to buy– First look at what token it is and how many people are in the telegram.
Many people? Then there will also be more snipers. More snipers?–> more gwei, slippage and need
for less latency.
Slippage– If you don’t have the funds to pay a lot of gas fees, it might be an idea to make the buy slippage
100%.Most snipers do this actually
Latency– When the bot checks the liquidity or makes an order, it takes time, the time it goes from
your pc to bsc. This is called latency, which you can check in the bot. If its too high, you can get a
premium node.
GWEI– here you have to make choices, how much transaction costs do you want to pay? If the
amount in bnb you are trading is low, a lot of gwei may not be worth it. Check www.bscscan.com
during token launches to learn what other snipers use as GWEI. You don’t need to match them,
make a calculated choice. Being the 20th
is still good profit
Common errors
Bot errors
1. {‘code’: -32000, ‘message’: ‘transaction underpriced’}
Or your GWEI is too low or your max gas is too low.
For max gas 1.5mil (1500000) is advisable, this way a transaction will never fail because of gas.
For GWEI, it depends on the token that you want to snipe. For testing purposes, you can use a GWEI
of 10-15. Some days a GWEI of 5 is enough.
2. {‘code’: -32000, ‘message’: ‘insufficient funds for gas * price + value’}
You didn’t have enough bnb on your account for the trade.
transaction fee in bnb= (gwei* gas)* 0.000000001
3. {‘code’: -32000, ‘message’: ‘already known’}
This is the error you get when the bot was trying to approve a token, but that token was already
approved in the end. Are you running multiple threads? Then its possible that bots threads tried to
approve, and 1 succeeded and the other errored out.
4. SSL errors.
This is a problem with your OS time, internet or vpn. Please make sure your OS time is set
automatically, and not manually.
Other possibility is that your vpn, anti-virus or firewall is blocking the bot.
5. Failed to execute script Frontrun
First, make sure you unzipped the files in a folder and are not running it from winrar etc.
Please make sure you put in the wallet address and private key correctly. The wallet address has to
be the version with some capital letter in it, so:
So for instance not this: 0x6b1cea1c27bbb1428978dc3c0423642fda404367
But this: 0x6B1CeA1c27Bbb1428978dC3C0423642fDa404367
Please check www.bscscan.com for the version with capital letters.
Etherscan errors
1. Fail with error TransferHelper: ‘TRANSFER_FROM_FAILED’
‘max gas’ was too low (if gas used > 95%). Please set the max-gas at 1.5mil to be sure it never fails
because of that.
Or
You were a victim of a honeypot contract (please google what it is). The maker of the token was able
to sell, and you were not due to the contract the owner deployed.
2 .Fail with error ‘Fail’ + gas used > 95%
‘max gas’ was too low. Please set the max-gas at 1.5mil to be sure it never fails because of that.
3. Fail with error ‘PancakeRouter: INSUFFICIENT_OUTPUT_AMOUNT€’
Slippage was too low and that’s why the transaction failed. Max slippage is 100%
I was pretty pleased to discover this page. I need to to thank you for your time for this wonderful read!! I definitely appreciated every bit of it and i also have you saved as a favorite to see new stuff on your web site.
Everything is accessible and understandable