├── CHANGELOG.md ├── README.md ├── android_gui.gif └── gui.gif /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | ## 0.0.3 (05/08/2022) 2 | 3 | ### Sniper Bot 4 | 5 | * Increased buy token performance 6 | 7 | ## 0.0.2 (07/12/2021) 8 | 9 | ### Sniper Bot 10 | 11 | * Set mainnet as default env 12 | * Fix issue [#1](https://github.com/blocksolution/cryptobot/issues/1) 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cryptobot token sniper 2 | 3 | Multiplatform crypto bot for sniping and frontrunning on BSC and Ether. 4 | 5 | ATTENTION: This is not a website such as pancakeswap. This website will not use pancakeswap, metamask ecc.., but it communicate directly with BSC nodes to snipe faster than other users! Buy first and sell at peaks! 6 | 7 | ## Support 8 | 9 | https://t.me/+XGXdsgFphZ1hZDk8 10 | 11 | ## Website 12 | 13 | The website is fully working and is under active development: https://sniper-native.web.app/ 14 | 15 | ![Alt Text](https://github.com/blocksolution/cryptobot/blob/main/gui.gif) 16 | 17 | ## Android 18 | 19 | COMING SOON! 20 | 21 | 22 | 23 | ## iOS 24 | 25 | COMING SOON! 26 | 27 | ## Project 28 | 29 | Cryptobot is a tool programmed in Javascript and Web3 which aim to snipe new token launches paired with BNB. It constantly updates the price and shows you the profit you've made, and allows you to sell manually. 30 | There are a lot of places to search for new listings such as: 31 | 32 | - https://t.me/BSCLaunchPredator 33 | - https://t.me/cryptolaunchbsc 34 | 35 | ## Fee 36 | 37 | During development the website is free of use, then in will take 10% from the single snipe if and only if the snipe is profitable and > 0.01 BNB (you will be alerted and you will need to accept the terms and conditions after the beta testing). 38 | 39 | Guys that will contribute with usefull issues will have free life access to sniper tool. 40 | 41 | ## Features 42 | 43 | - [x] Buy as soon as liquidity is added 44 | - [x] Automatic honeypot checker, will avoid you to buy scam tokens, but DYOR 45 | - [x] Real time earnings update as soon as token is bought 46 | - [ ] History of token bought 47 | - [ ] Coming soon tokens listing 48 | - [ ] Front running strategy 49 | - [ ] Automatic buy & sell 50 | 51 | ## Security 52 | 53 | The only APIs on the website are used for login/logout or to save configurations based on your will. 54 | 55 | All sniper logic and code is published in the website and the source code is available with Chrome Developer Tools, but it's obfuscated to avoid to be stolen. If you are an expert you can decode the source code and check that the website is secure. 56 | 57 | In any case use a new wallet and Do Your Own Research on the coin that you want to snipe! 58 | 59 | ## Source Code 60 | 61 | The source code is obfuscated, but if you wish to buy it we are selling it at 1 BNB at the moment. Write us to have more information about it. 62 | 63 | ## Contributing 64 | 65 | If you are a senior developer send me an email asking to contribute to this project: bscsniperbot@gmail.com 66 | 67 | For any feature request or issue open an issue on this repo. 68 | 69 | ## Changelog 70 | 71 | [Changelog](https://github.com/blocksolution/cryptobot/blob/main/CHANGELOG.md) 72 | 73 | ## Donations 74 | 75 | 10% of fee is often not enough to cover server costs. Consider donate BTC to: 3MVEM3fkNuFCkan14BvY9FzmPQe9gcpzrt 76 | 77 | ## Website onboard configuration 78 | 79 | ### Get wallet address and private key: 80 | 81 | To create a wallet follow this steps: 82 | 83 | - Install [metamask](https://metamask.io/download) 84 | - Create a new wallet 85 | - Wallet address will be on top of your metamask extension 86 | - Export your private key to be used on the site: https://metamask.zendesk.com/hc/en-us/articles/360015289632-How-to-Export-an-Account-Private-Key 87 | 88 | ### Sniper settings 89 | 90 | GAS PRICE: how fast the transaction will be processed. 5 will be normal speed, > 5 will be faster. 91 | GAS AMOUNT: amount of gas available to be consumed. Leave the default amount as should be enough. 92 | BNB TO BUY: amount of BNB used to buy new tokens 93 | -------------------------------------------------------------------------------- /android_gui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blocksolution/cryptobot/285a096b8d34802dd3f4c62242044caf1fea9559/android_gui.gif -------------------------------------------------------------------------------- /gui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blocksolution/cryptobot/285a096b8d34802dd3f4c62242044caf1fea9559/gui.gif --------------------------------------------------------------------------------