Skip to content

⭐️FANTOM SNIPER (SpookySwap) BOT 2022-V1 (MAC WINDOWS ANDROID LINUX) First SNIPER BOT on FANTOM CHAIN with honeypot detector ⭐️

License

Notifications You must be signed in to change notification settings

MyLinuxChoice/FANTOM_SNIPER_BOT_2023-WIN-MAC-LINUX-ANDROID

 
 

Repository files navigation

⭐️ FANTOM SNIPER (SpookySwap) BOT 2023-V2 (MAC WINDOWS ANDROID LINUX)⭐️

⭐️ First SNIPER BOT on FANTOM CHAIN for MAC & ANDROID & WINDOWS with honeypot detector ⭐️

alt text")

Version Stage Build Available Documentation Contributions Welcome

⭐️ Support FTM ⭐️

alt text")

FTM SNIPER protocol is developed based on awesome open source research by Zcash team with the help of amazing Ethereum community

Web3 Sniper & honeypot detector Take Profit/StopLose bot written in python3, For ANDROID WIN MAC & LINUX

Sniper bot that watches when taxes/anti buy are removed from a contract, then quick snipes, with honeypot detector, and also keybinding for fair launches

Install

First of all, you need install Python3+ Run on Android you need Install Termux only from F-Droid works atm.

termux: 
$ pkg install python git cmake 
Debian/Ubuntu: 
$ sudo apt install python3 git cmake gcc
Windows:
You Need to install Visual Studio BuildTools & Python3

HOW TO USE

### Setup your Address and secret key in Settings.json and Run sniper.py

Setup your wallet Address and private key in Settings.json

  1. An ethereum/FTM address.
  2. Open "Settings.json" (with notepad) on line 2 and 3 add wallet address and phrase or private key.
  3. Run python3 sniper.py

(Also you can use phrase key just use space between words)

How Find Private Key

https://metamask.zendesk.com/hc/en-us/articles/360015289632-How-to-Export-an-Account-Private-Key

Clone Repo:

git clone https://github.com/FANTOM_SNIPER_BOT_2022-WIN-MAC-LINUX-ANDROID
cd FANTOM_SNIPER_BOT_2022-WIN-MAC-LINUX-ANDROID

Install Requirements:

python -m pip install -r requirements.txt

Start Sniper:

python Sniper.py -t <TOKEN_ADDRESS> -a <AMOUNT> -tx <TXAMOUNT> -hp -wb <BLOCKS WAIT BEFORE BUY> -tp <TAKE PROFIT IN PERCENT> -sl <STOP LOSE IN PERCENT>
python Sniper.py -t SpookySwap0x04068da6c83afcfa0e13ba15a6696662335d5b75 -a 0.001 -tx 2 -hp  -wb 10 -tp 50
python Sniper.py -t SpookySwap0x04068da6c83afcfa0e13ba15a6696662335d5b75 --sellonly
python Sniper.py -t SpookySwap0x04068da6c83afcfa0e13ba15a6696662335d5b75 -a 0.001 --buyonly
python Sniper.py -t SpookySwap0x04068da6c83afcfa0e13ba15a6696662335d5b75 -tsl 10 -nb

Here are all options with infos:

*'-t' or '--token', Token for snipe e.g. "-t SpookySwap0x04068da6c83afcfa0e13ba15a6696662335d5b75"
'-a' or '--amount', float, Amount in FTM to snipe e.g. "-a 0.1"

'-tx' or '--txamount', how mutch tx you want to send? It split your FTM amount in e.g. "-tx 5"

'-wb' or '--awaitBlocks', default=0, Await Blocks before sending BUY Transaction. e.g. "-ab 50" 

'-hp' or '--honeypot', if you use this Flag, your token get checks if token is honypot before buy!

'-nb' or '--nobuy', No Buy, Skipp buy, if you want to use only TakeProfit/StopLoss/TrailingStopLoss
'-tp' or '--takeprofit', Percentage TakeProfit from your input FTM amount. e.g. "-tp 50" 
'-sl' or '--stoploss', Percentage StopLoss from your input FTM amount. e.g. "-sl 50" 
'-tsl'or '--trailingstoploss', 'Percentage Trailing-Stop-loss from your first Quote "-tsl 50"

'-so' or '--sellonly', Sell ALL your Tokens from given token address
'-bo' or '--buyonly', Buy Tokens with your given amount

* = require every time its runs!

Trailing-Stop-Loss:

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%