-- LocalScript (StarterPlayerScripts ou via Delta) local StarterGui = game:GetService("StarterGui") -- === Execute scripts automatically === pcall(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Fake-lag-41217"))() end) pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/DROID-cell-sys/ANTI-UTTP-SCRIPTT/refs/heads/main/EGOR%20SCRIPT%20BY%20ANTI-UTTP"))() end) -- === Show notifications === StarterGui:SetCore("SendNotification", { Title = "Scripts Executed", Text = "Credits to tristeza_aoestudar", Duration = 5 }) StarterGui:SetCore("SendNotification", { Title = "Follow Me", Text = "My YouTube channel: @hacker-r6t4d", Duration = 6 }) StarterGui:SetCore("SendNotification", { Title = "Success", Text = "Script executed successfully!", Duration = 5 })