Skip to content

Releases: tsarbuig/Limit-Sniper-V2

"Stable" version

31 Oct 06:12
813675a
Compare
Choose a tag to compare

I made lots of testings to be sure this version has no bugs

 
⚠️ update your Parameters file with AUTOSELL_AMOUNT / MAX_GAS_FOR_AUTOSELL / API_KEY ⚠️

BUGFIXES
✅ v1.7 : Honeypot + BUY/SELL tax detection has been removed for AddLiquidity-type of sniping. This feature needs liquidity already added, and won't work when you try to snipe liquidity added in same block. I will improve smart contract for that in future release.
✅ v1.7 : Blocks delays now work properly with EnableTrading mode
✅ v1.7 : Gas is now properly set when you set it manually after blocks delay
✅ v1.7.1 : bug solved when you chose Blocks Delay on AddLiquidity Mode
✅ v1.7.1 : AutoSell mode now works great (new parameter MAX_GAS_FOR_AUTOSELL)
✅ v1.7.1 : You can now tell the bot to sell only xx% of your token holdings when AutoSell target is reached (new parameter AUTOSELL_AMOUNT)
✅ v1.7.2 : Fix for the info message displayed to the user in openTrading mode
✅ v1.7.3 : ANTIRUG - solved bug on liquidity removal percentage calculation for one method
✅ v1.7.5 : Fixed a bug in "both" mode (choice 3)
✅ v1.7.6 : Fixed a bug who created a Tx with wrong GAS when you switched from AddLiquidity to openTrading Mode
✅ v1.7.10 : Fixed wrong Gas calculation when switching to openTrading mode after AddLiquidity mode failed

 

LIST OF IMPROVEMENTS
✅ ForceSell mode now asks you how many % of your holdings you want to sell :
image

✅ v1.7.2 : new BENCHMARK mode
image

✅ v1.7.4 : autosell now only display price when price change
telegram-cloud-photo-size-4-5987840093672553619-y

✅ v1.7.4 : ANTIRUG now checks HoneyPot / if sell tax < 50% before selling

✅ v1.7.7 : ⚠️ new API_KEY parameter ⚠️ bot now auto-scan token contract to detect those keywords and alert you : both/sniper/snipe/antibot/anti-bot/dead/blacklist/swapDelay/delay/block
image

✅ v1.7.8 : Sniper now shows you real elapsed time before creating Tx :
image

✅ v1.7.9 - ANTIRUG improvement : "universal" way to detect fees or tax rug --> bot detects if a method containing "fee" or "max" word is called, and sell if one value is > 66% (for tax) or = "1" (for max)
image

✅ v1.7.11 - BLOCKS DELAY improvement : I have implemented a much more reliable way to wait XXX blocks before making buy order

✅ v1.7.12 - POLYGON : Sniper is now compatible with QuickSwap and SushiSwap on Polygon : enter "quickswap-polygon" or "sushiswap-polygon" as exchange value

✅ v1.7.13 - BETA : Sniper is now compatible with Pulsechain : enter "pulsechain" as exchange value

New user experience + wait XXX blocks

28 Oct 14:05
813675a
Compare
Choose a tag to compare

BUGFIXES
✅ v1.6.3 : solved a bug when sniping on Pinksale was chosen
✅ v1.6.4 : solved a bug on ForceSell mode

LIST OF IMPROVEMENTS
✅ New option : you can ask the bot to wait XXX blocks before buying

✅ BIG improvement of user experience : bot will ask you all the details of your snipe directly in the GUI :

  • Token address
  • Buy mode
  • Blocks delay
  • Etc.

✅ v1.6.1 : add new option : max BUY / SELL TAX calculation before buying
✅ v1.6.4 : bot will now auto-approve WETH / WBNB in case it is not approved and cause Failed Tx
✅ v1.6.5 : you can now choose GAS settings if you tell the bot to wait XXX blocks before buying

 

Screenshot of the bot:
image

Speed improvement + Critical bugfixes

21 Oct 23:43
813675a
Compare
Choose a tag to compare

⚠️ update your parameters file with MAX_GAS_FOR_ANTIRUG ⚠️

CRITICAL BUGFIXES
⚠️ v1.5.1 : previous version did not handle correctly tokens with Decimals != 18 , resulting in a Failed Tx --> now solved
⚠️ v1.5.2 : swap failed when BUY_AMOUNT_IN_TOKENS was a big number --> solved
⚠️ v1.5.4 : openTrading swap failed when option 4 was chosen --> solved

LIST OF IMPROVEMENTS
✅ I optimized the code again to make you save 5 more milliseconds before creating Tx.
To do that, when you run the bot, it will ask you this, which allows me to make perfect code optimization for each case:

image

✅ v1.5.1 : added an automatic check of custom smart contract version deployed
✅ v1.5.1 : improved nonce gestion for better speed
✅ v1.5.1 : improved error message in case of Tx failed
✅ v1.5.2 : added an automatic check of fields in parameters file
✅ v1.5.2b : improved speed for KIND_OF_SWAP = base
✅ v1.5.3 : new MAX_GAS_FOR_ANTIRUG parameter --> if antirug is triggered, WalletHunter will not create Tx if GAS > MAX_GAS_FOR_ANTIRUG (some scammers use GAS = 1000...)

Code optimization --> 5ms won

17 Oct 23:37
813675a
Compare
Choose a tag to compare

LIST OF IMPROVEMENTS
✅ I optimized the code to make you win 5 milliseconds before creating Tx.
I know it can seem nothing but it matters a lot :)

Measured times on my MacBook M1 :

  • Previous creation time : ~7ms
  • Actual creation time : ~2.5ms

COLORS / Position in block / Check balance before sell

15 Oct 12:08
813675a
Compare
Choose a tag to compare

LIST OF IMPROVEMENTS
✅ Introducing... colors :) because World is colorful
image

image

✅ SniperV2 now tells you your position in block related to sniped Tx :
image

✅ Bot now checks balance before selling --> if token was already sold manually before, Tx is cancelled
✅ v1.3b : solved a bug, colored logs were not fully written in log files

SPAM Tx + contract optimization

14 Oct 00:31
813675a
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

⚠️ ⚠️ ⚠️ UPDATE YOUR PARAMETERS FILE ⚠️ ⚠️ ⚠️
⚠️ ⚠️ ⚠️ RE-DEPLOY YOUR CUSTOM CONTRACT ⚠️ ⚠️ ⚠️

LIST OF IMPROVEMENTS
✅ You are now able to SPAM several Tx to avoid frontrun liquidity and be sure one of your Tx will succeed.
Custom contract will automatically check if you have tokens in your wallet before making the Tx --> you will make only ONE buy, don't worry :)

image

✅ Custom contract was optimized to reduce GAS consumption (Tx with less GAS have more priority) --> Tx Gas is now 10% reduced
✅ Gas Limit was reduced from 1000000 to 500000 (lower Gas Limit have better priority)
✅ Honeypot / tax check is now available on ETH
✅ v1.2c : BUY price is now well calculated with custom contract

Honeypot / Tax check + lots of improvals

11 Oct 21:29
ca0e36d
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

⚠️ ⚠️ ⚠️ UPDATE YOUR PARAMETERS FILE ⚠️ ⚠️ ⚠️

LIST OF IMPROVEMENTS
✅ HONEYPOT check before buy (new HONEYPOT_AND_TAX_CHECK parameter)
✅ BUY/SELL TAX check (new MAX_BUY_TAX / MAX_SELL_TAX parameters)
🚀 new SUPER_FAST_SNIPE_WITHOUT_PRECHECKS parameter --> to bypass all controls and make super fast (but degen) snipes
✅ new STOP_AFTER_BUY_IS_MADE parameter --> put it to "true" if you want bot to stop after making 1 snipe
🚀 GAS parameter has been removed to gain speed --> gas must always be same as AddLiquidity / OpenTrading Tx
🚀 Your wallet nonce is now calculated at launch to gain speed

Contact TsarBuig on TG to buy the bot

10 Oct 06:25
ca0e36d
Compare
Choose a tag to compare

I will send the bot manually for now :)