Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: --check for HTTP API if not http then print("Please enable the HTTP API within the ComputerCraft configuration.") return end local devKey = "3575e50cc6635311078014a550bc3f9f" local userKey = "" local username = "TEMP_USER" local password = "TEMP_PASSWORD" local logged = false local tArgs = {...} --check for arguments local function usage() print("Usage:") […]
↧