-- Purchase LuaProt now to protect your scripts! -- https://luaprot.net -- https://docs.luaprot.net -- https://discord.gg/luaprot print("You have run " .. LP_SCRIPT_NAME) print("Current version: " .. LP_SCRIPT_VERSION) print("Welcome " .. LP_DISCORD) print("Your discord ID is " .. LP_DISCORD_ID) print("You have " .. LP_EXECUTIONS .. " executions") print("The script has " .. LP_SCRIPT_EXECUTIONS .. " executions in total") print("Your keynote is " .. LP_KEYNOTE) print("Your key has " .. LP_TIMELEFT .. " seconds remaining") print("Your HWID is " .. LP_FINGERPRINT) print("Your session id is " .. LP_SESSION_ID) if LP_PREMIUM then print("You're a premium user!") else print("You are not premium.") end