PancakeSwap Trading Bot | How to EARN 10 BNB EVERY DAY (Sniper Bot | Front Running Bot)

💡Tryout HIVEOS Entirely Free:

today i'm going to be going over deploying a front 
running bot on uh pancake swap uh with the wrapped   bmb pair if you're following me for my last 
video i got taken down due to copyright notice   due to some audio i had in my file 
lessons learned we're starting anew   uh so uh if you just follow the description 
of the video as far as downloading metamask   and also funding it make sure that it's 
connected to the binance smart chain   uh that's about halfway there then you just 
follow over to remix which is where the window   i'm started right now remix.ethereum.org this 
is where we're going to be building our contract   so you can pause this video if you need 
time right now though i'm going to go into   contracts i under contracts i'm going to create 
a new contract which is with this new file   create new file icon on the top left we're 
going to title this contract front run bot let's see and we're going to copy the contract 
information that i put in the description   uh couple items to look at is the lines 50 and 51 
if you follow those addresses on that that's the   input address for the wrapped bnb token which i 
should have up here yeah so this is that address i   it's the token tracker for rap bnb because that's 
what we're going to be working against as well as   also the pancake router for pancake swap version 
2.

pexels photo 159888

Which all that information is pre-loaded   through a function manager that routes back 
to a node.js file which was built with vs code   so this can be run in injected web 3 which 
how we'll get there to deploying the contract   as we go this was built with pragma 
solidity 66 which is the version of remix   that this was compiled in so we go 
to version 66 solidity and that's   it let me go compile front run bot there we go 
it compiled uh so we're going to deploy this   to our wallet make sure i have other deployed 
contracts out there let me clear that one out   i'll just okay so we're going to do injected web3 
make sure that your wallet is connected to remix   so how you can make sure that 
it's connected to remix is   this should show connected 
which it's not so let me connect all right so it says i am connected now 
so the low light up here should turn   green that shows that you're connected 
and now it should let us deploy this there we go so gas that should 
be fine i'm going to confirm that so was thinking you should we should get a 
confirmation transaction confirmation here   right there at the bottom and now we have our uh deployment utility 
right here uh which this little drop down   will give you some information like action 
token name token symbol right now we're just   going to copy that contract to make sure 
that it shows up in the bsc smart chain bsc scan i copied that paste it in bse scan 
we can see that there's an address there now   so the next step in this process 
is just funding your contract   which is simple enough uh let's go to 
your wallet let's click on the mask   see it took a little bit of gas i just started 
with one b and b now we're down to um basically   took less than two dollars uh so we're gonna send 
some funds to that contract that we just created   make sure i got the right address in there uh 
sake of this video i will do point two b and b might as well make it uh point four a little 
bit extra sometimes helps so that way we can   make sure that we make an impact on 
the liquidity once we interact with a   a contract that just add 
liquidity within pancake swap so let's give it a moment there we go so the 
transaction is confirmed so it was sent to the   contract uh next thing that we do after it's 
sent to the contract is we will just go over   here and press the action button um the action 
button uh then uh engages all the constructors   that i built in as far as engaging the pancake 
router uh it automatically buys and sells for you   uh so how that works is it will transact uh 
the liquidity as soon as it's added to a token   i and then it gives it generally uh let me see 
yeah i put it in here with this variable that   it will just be one minute before the action 
sells so you're basically just doing automated   buy sales within one minute so it will find 
the liquidity by uh buy into that project   so that way it will front run all the retail 
uh investors that come in so you'll only be   competing with other bots on the mempool and it 
will automatically sell within a minute and then   from there it will take 90 percent will 
automatically transact to your wallet the   remaining 10 percent will stay within the 
front running protocol and that 10 percent   will automatically keep sniffing for liquidity uh 
front run transact the profit back to your wallet   i've had really good luck with this the last 
few weeks i've made you know several hundred   bnb which i can show the transaction 
reports on bse scan to corroborate that   but without further ado let's go click action and 
that will start the contract we usually only need   to wait a few minutes before we get a deposit 
back into our address so let me click this it's going to ask for another signature 
so we come from a little bit extra gas fee   let's just wait so that way we can have our 
contract look for liquidity within pancake swap   and once it finds it it'll automatically transact 
uh generally this gen just takes about a minute   there's new contracts with added liquidity pretty 
much every minute of the day because everyone's   coming out with their new little rug pulse hit 
coin but at least if we can get ahead of that   uh we can make a little bit of profit 
as soon as they drop the liquidity   um because we're buying it on the same block 
of the liquidity so there's anyone that's   transacting directly through pancake 
swap we're gonna be in front of them all right let me take a look i can almost 
guarantee that i got something back by now   and there we go yeah it's already around 15 x 
i so the longer we wait that will automatically   uh reinvest the 10 and it transfers back to 90 
so the actual profit was a little bit higher   than that there's still 10 percent in that 
front-running pool that's still looking for   liquidity can run the cycle multiple times 
a day you know you could have upwards of a   thousand bnb day if you use a larger amount than i 
started with uh well good luck happy front running That's all about pancakeswap trading bot, bot sniper pancakeswap, bot pancakeswap, metamask bot, uniswap bot, metamask trading bot, metamask sniper bot, poocoin trading bot, uniswap trading bot, bot uniswap, metamask swap bot, metamask pancakeswap bot, flash loan, pancakeswap bot sniper, pancakeswap sniper bot, crypto sniper, sniper bot pancakeswap, front running bot, pancakeswap front runner bot, front run bot pancakeswap, pancake swap bot, btc, pancakeswap bot, crypto, ethereum, bitcoin today i'm going to be going over deploying a front 
running bot on pancake swap with the wrapped bnb   pair if you're following me for my last video 
i got taken down due to copyright notice   due to some audio i had in my file 
lessons learned we're starting anew   so if you just follow the description of the video 
as far as downloading metamask and also funding it   make sure that it's connected to the binance smart 
chain uh that's about halfway there then you just   follow over to remix which is where the window i'm 
started right now remix.ethereum.org this is where   we're going to be building our contract so you can 
pause this video if you need time right now though   i'm going to go into contracts under contracts 
i'm going to create a new contract which is with   this new file create new file icon on the top left 
we're going to title this contract front run bot let's see and we're going to copy the contract 
information that i put in the description   uh a couple items to look 
at is the lines 50 and 51   if you follow those addresses on that that's the 
input address for the wrapped bnb token which i   should have up here yeah so this is that address i 
it's the token tracker for rap bnb because that's   what we're going to be working against as well as 
also the pancake router for pancake swap version 2   uh which all that information is pre-loaded 
through a function manager that routes back to a   a node.js file which was built with vs code 
so this can be run in injected web 3 which how   we'll get there to deploying the contract as we 
go this was built with pragma solidity 66 which   is the version of remix that this was compiled 
in so we go to version six six uh solidity and   that's it let me go compile front run bot there 
we go it compiled uh so we're going to deploy this   to our wallet make sure i have other deployed 
contracts out there let me clear that one out   i'll just okay so we're going to do injected 
web3 make sure that your wallet is connected   to remix so how you can make sure 
that it's connected to remix is   this should show connected 
which it's not so let me connect all right so it says i am connected now 
so the low light up here should turn   green that shows that you're connected 
and now it should let us deploy this there we go so gas that should 
be fine i'm going to confirm that so was thinking you should 
we should get a confirmation   transaction confirmation here 
right there at the bottom and now we have our uh deployment utility 
right here uh which is little drop down   we'll give you some information like action 
token name token symbol right now we're just   going to copy that contract to make sure 
that it shows up in the bsc smart chain bsc scan i copied that paste it in bse scan 
we can see that there's an address there now   so the next step in this process 
is just funding your contract   which is simple enough uh let's go to 
your wallet uh let's click on the mask   see it took a little bit of gas i just 
started with one bnb now we're down to um   basically took less than two dollars uh so we're 
gonna send some funds to that contract that we   just created make sure i got the right address 
in there uh sake of this video i will do 0.2 bnb might as well make it 0.4 a little bit 
extra sometimes helps so that way we   can make sure that we make an impact on 
the liquidity once we interact with a   a contract that just add 
liquidity within pancake swap so let's give it a moment there we go so the 
transaction is confirmed so it was sent to   the contract uh next thing that we do after it's 
sent to the contract is we will just go over here   and press the action button the action button then engages all the constructors that i built 
in as far as engaging the pancake router   uh it automatically buys and sells for 
you so how that works is it will transact   uh the liquidity as soon as it's added to a token 
i and then it gives it generally uh let me see   yeah i put it in here with this variable that it 
will just be one minute before the action sells so   you're basically just doing automated buy cells 
within one minute so it will find the liquidity   by uh buy into that project so that 
way it will front run all the retail   investors that come in so you'll only be competing 
with other bots on the mempool and it will   automatically sell within a minute and then from 
there it will take 90 percent will automatically   transact to your wallet the remaining 10 will 
stay within the front running protocol and that   ten percent will automatically keep sniffing 
for liquidity uh front run transact the profit   back to your wallet i've had really good luck with 
this uh last few weeks i've made you know several   hundred bnb which i can show the transaction 
reports on bse scan to corroborate that   but without further ado let's go click action and 
that will start the contract we usually only need   to wait a few minutes before we get a deposit 
back into our address so let me click this it's going to ask for another signature 
as we confirm a little bit extra gas fee   just wait so that way we can have our contract 
look for liquidity within pancake swap   and once it finds it it'll automatically transact 
uh generally this gen just takes about a minute   there's new contracts with added liquidity pretty 
much every minute of the day because everyone's   coming out with their new little rug pulse hit 
coin but at least if we can get ahead of that   we can make a little bit of profit 
as soon as they drop the liquidity   because we're buying it on the same block 
of the liquidity so there's anyone that's   transacting directly through pancake 
swap we're gonna be in front of them all right let me take a look i can almost 
guarantee that i got something back by now   and there we go yeah it's already around 15x so the longer we wait that will automatically   reinvest the 10 percent and it transfers back to 
90 so the actual profit was a little bit higher   than that there's still 10 percent in that front 
running pool that's still looking for liquidity um   can run the cycle multiple times a day you know 
you could have upwards of a thousand b day if   you use a larger amount than i started 
with well good luck happy front running

As found on YouTube

You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *