BoboTheScripter

Untitled

Dec 20th, 2025
11,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2.  
  3. local function setUnixTime()
  4. local unixTime = tick()
  5. getgenv().startTime = unixTime
  6. end
  7.  
  8. setUnixTime()
  9.  
  10. if not getgenv().yetexecuted then
  11. getgenv().yetexecuted = true
  12. if game.GameId == 205224386 then
  13. loadstring(game:HttpGet("https://pastebin.com/raw/b0ALdDUN"))()
  14. else
  15. script.Parent.Frame.Visible = true
  16. end
  17. else
  18. game.StarterGui:SetCore("SendNotification", {
  19. Title = "Notification",
  20. Text = "Either wrong game or the ui didnt load correctly.",
  21. Icon = "rbxassetid://70867188373650",
  22. Duration = 10
  23. })
  24. end
Advertisement
Add Comment
Please, Sign In to add comment