I’m working on a project where I want the config to stop all others bots if one of them finds a specific key mid-script.
Basically…
BLOCK:Keycheck
banIfNoMatch = False
KEYCHAIN SUCCESS OR
STRINGKEY @data.SOURCE Contains ":\"SUCCESS"
ENDBLOCK
StopAllBots
I’m working on a reservation bot, where I only want to reserve something once.
I need to use multiple bots, because they ban certain proxies.