Skip to content

Multichain mempool and telegram sniper bot. Utilizes smart contract to conduct transaction, checking for real time blacklist and 99% tax status. Additional feature includes honeypot checking, limit trade and monitoring remove LP status https://t.me/PotatoSniperBot

Notifications You must be signed in to change notification settings

PotatoSniper/Potato_Bot

Repository files navigation

Disclaimer

Mr. Potato holds no responsible or reliable for any error or losses, if you persist on using this tool then you agree to hold full responsibility and liability for all consequences. If you are uncomfortable or disagree with any of the terms of this policy, please discontinue use of Potato Sniper Bot/Products.

⚠ Only use test wallet and never use main wallet ⚠

Fee

Shitty Mempool Sniper
[Anti Rug: ✔️ | Public Node: ❌]

[FREE Version]

  • Dev Fee: 50% Profit

[PAID Version]

  • Monthly Access: 0.33BNB
  • Permanent Access: 5 BNB

Shitty Telegram Sniper
[Anti Rug: ❌ | Public Node: ✔️]

[FREE Version]

  • Dev Fee: 50% Profit

[PAID Version]

  • Permanent Access: 1BNB
  • Dev Fee: 10% Profit

profit calculation does not include gas fee cause the calculation is done on the contract so can't factor in gas unfortunately.

Set Up

Telegram Chat: https://t.me/PotatoSniperBot
Dev-Telegram: @poormanmentality
Dev-Discord: Anonymous101#5251

Refer To PDF Manual

IMPORTANT
Some Examples for dead block setup for those that doesn't understand comparison.

Example 1.

uint launch_time = block.timestamp;
uint deadblock = 5;
if(block.timestamp <= launch_time + deadblock){
blacklist[msg.sender] = true;
}

dead block set up will be 6.

Example 2.

uint launch_time = block.timestamp;
uint deadblock = 5;
if(block.timestamp < launch_time+deadblock){
blacklist[msg.sender] = true;
}

dead block set up will be 5.

Example 3.

uint launch_time = block.timestamp;
uint deadblock = 5;
if( launch_time + deadblock > block.timestamp){
blacklist[msg.sender] = true;
}

dead block set up will be 5.

Example 4.

uint launch_time = block.timestamp;
uint deadblock = 5;
if( launch_time + deadblock >= block.timestamp){
blacklist[msg.sender] = true;
}

dead block set up will be 6.

Supported Dex & Chains

Mempool Snipe, Telegram Snipe, Presale Snipe, Limit-Trade, Monitor-Remove-LP
-BSC [PancakeSwap, ApeSwap, BabySwap, KnightSwap, MDEXSwap]
-ETH [UniSwapV2, SushiSwap, ShibaSwap]
-Chronos [MeerakatSwap]
-Polygon [QuickSwap, PolycatSwap]
-Fanton [SpookySwap, SpiritSwap]
-Avalanche [TraderJoe, Pangolin]
-Metis [TethySwap]
-MILKOMEDA [MilkySwap, OsccamxSwap, MuesliSwap]

About

Multichain mempool and telegram sniper bot. Utilizes smart contract to conduct transaction, checking for real time blacklist and 99% tax status. Additional feature includes honeypot checking, limit trade and monitoring remove LP status https://t.me/PotatoSniperBot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published