Ticketmaster

Ticketmaster task creation guide

To activate ACO mode, you need to fill in the profiles.csv file. - ProfileName - CcNumber - CcExpiryMonth - CcExpiryYear - CcCVV. And put the name of your ProfileName in your tasks.csv.

Tasks.csv

  • Mode (required) : The mode used by the task SALE , RESALE , SALE QUEUE , RESALE QUEUE, SALE MONITOR or IGNORE

SALE mode is the most common mode.


  • Mail (required ACO): The mail of your account.


  • Password (required ACO) : Your password from your account.


  • EventName (required) : This will be for you to identify which task is running

(eg : CLARA LUCIANI)


  • EventLink (required) : The event link used by the task

(eg :https://www.ticketmaster.fr/fr/manifestation/clara-luciani-billet/idmanif/580977)


  • Delay (required) : It's the time duration in milliseconds a task will wait before each attempt to check stock. Must be equal or above 0 (eg : 2000)


  • Code (optional) : Only necessary if event is protected by a code (Usually required for presale).


  • DatesFilter (optional) : This is needed if an event has multiple dates and you only want to target specific dates on this event

(eg : 2025-02-22 or 2025-02-19;2025-02-20;2025-02-21 )


  • QuantitiesFilter (required) : The different quantities you want to target on a task.

(eg : 1;2;3;4 Here the bot will only target solo, duo, trio and quartor on the task) (eg : 2;3 Here the bot will only target duo and trio on the task) (eg : 2 Here the bot will only target duo on the task)


  • CategoriesFilter (optional) : The categories you want to target on a task.

(eg : PELOUSE Here the bot will only target PELOUSE category on the task) (eg : CARRE OR;FOSSE Here the bot will only target CARRE OR and FOSSE category on the task.) (eg : CARRE OR;FOSSE;CATEGORIE 1 Here the bot will target CARRE OR Category, FOSSE category and CATEGORIE 1 category on the task)


  • MinPriceFilter (optional) : The bot will target all the categories equal or above the given price.

(eg : 100 Here the bot will focus all the categories with ticket price above 100 euros)


  • MaxPriceFilter (optional) : The bot will target all the categories equal or below the given price.

(eg : 1000 Here the bot will focus all the categories with ticket price below 1000 euros)


  • CartNumber (optional and only used on SALE) : The number of carts attempts the bot will do on the task when it detects stock.

(eg : 5 Here the bot will do 5 cart attempts when he will detect stock on a category).


  • CartLimit (optional) : This is the number of cart a task will do before stopping

(eg : 10 Here the bot will do 10 cart on the task, then this task will stop automatically)


  • CaptchaNumber (optional and only used on SALE) : Choose a number of pre-solved captchas that the task will use to cart.


  • CaptchaAPIKey (required) : Your Capsolver key. Will be used by the bot to solve captchas.


  • CookieName (optional) : The name of the Queue-it cookie associated with the event. If you don't have any tasks passing with the normal queue handling, and your cookgroup or a friend sent you a working cookie, you can input it here to use their queue pass.

Usually starting by "QueueITAccepted" like in the screen below (eg : QueueITAccepted-SDFrts345E-V3_valorantid100712 )


  • CookieValue (optional) : The value of the Queue-it cookie associated with the event. If you don't have any tasks passing with the normal queue handling, and your cookgroup or a friend sent you a working cookie, you can input it here to use their queue pass.

(Usually starting by "EventId%3D") (eg : EventId%3Dvalorantid100712%26Re.....)

You can also directly use a queue pass link. It works exactly the same as the Queue-it cookie value but you don't have to input something in CookieName column.



  • CartWebhook (required) : The discord webhook channel where your cart webhook will be sent.


  • ErrorWebhook (required) : The discord webhook channel where the different errors will be sent such cart errors.


  • HideCheckout (optional) : Set this to true to prevent event name and event link from appearing in the checkout logs.


Last updated