How to use list of cap solver key

i have a file txt that have alot of cap solver api key now how do i use it?

BLOCK:FileReadLines
  path = "UserData\\my_api_keys.txt"
  => VAR @KEYS
ENDBLOCK

BLOCK:GetRandomItem
  list = @KEYS
  => VAR @APIKEYS
ENDBLOCK
1 Like