--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local src = "https://github.com/bartholomort/zala-src.git" setclipboard(src) while true do game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Zala Env Logger SRC Leaked by @dinobartolomew"; Text = "GitHub copied to your clipboard!"; Duration = 3; }) wait(3) end