AA122294

Untitled

Apr 24th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15. ScreenGui.ResetOnSpawn = false
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  19. Frame.BorderColor3 = Color3.fromRGB(255, 0, 4)
  20. Frame.BorderSizePixel = 3
  21. Frame.Position = UDim2.new(0.471681416, 0, 0.355932206, 0)
  22. Frame.Size = UDim2.new(0, 192, 0, 181)
  23. Frame.Active = true
  24. Frame.Draggable = true
  25.  
  26. TextLabel.Parent = Frame
  27. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  28. TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 4)
  29. TextLabel.BorderSizePixel = 3
  30. TextLabel.Size = UDim2.new(0, 192, 0, 30)
  31. TextLabel.Font = Enum.Font.TitilliumWeb
  32. TextLabel.Text = "Private gui Lua [unsuport]"
  33. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. TextLabel.TextScaled = true
  35. TextLabel.TextSize = 14.000
  36. TextLabel.TextWrapped = true
  37.  
  38. TextButton.Parent = Frame
  39. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  40. TextButton.BorderColor3 = Color3.fromRGB(255, 0, 4)
  41. TextButton.BorderSizePixel = 2
  42. TextButton.Position = UDim2.new(0.046875, 0, 0.248618782, 0)
  43. TextButton.Size = UDim2.new(0, 174, 0, 121)
  44. TextButton.Font = Enum.Font.TitilliumWeb
  45. TextButton.Text = "PRIVATE GUIZ V1.70.9"
  46. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. TextButton.TextSize = 51.000
  48. TextButton.TextWrapped = true
  49.  
  50. -- Scripts:
  51.  
  52. TextButton.MouseButton1Click:Connect(function()
  53.  
  54. loadstring(game:HttpGet("https://pastefy.app/DUUam1E0/raw",true))()
Advertisement
Add Comment
Please, Sign In to add comment