Quicktasks

Quicktask methods

Tasks for quicktask mode are read from the file qt_shitcoin.csv . Every setting works the same way as for running normally, the only difference is this module will wait for user input to start sniping a specific Token Out address. There are three ways to run it:

Quicktask URL

You can run a coin directly by clicking on a link where the coin is included.

The format is as follows: http://localhost:21212/qt?input=<ca> where ca stands for the coin address.

Example

If you want to run the coin GP4Pg61rZYL7uCw5GSrx2raUSTquxFq7dLLjoK7tpump for example, you would click on a link which looks like: http://localhost:21212/qt?input=GP4Pg61rZYL7uCw5GSrx2raUSTquxFq7dLLjoK7tpump and MS will automatically try to buy this coin.

Clipboard

This input method waits for you to copy a Solana address onto your clipboard, reads from it and starts sniping it. If you have an already copied token onto your clipboard, it won't be read, it will only read new clipboard values.

Clipboard input method

Input Prompt

This method will wait for you to enter a Solana address and hit Enter , to start sniping.

Input Prompt method

Last updated