InfMods

maza z test 2

Nov 9th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 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 TextButton = Instance.new("TextButton")
  9. local RefreshPlayer = Instance.new("TextButton")
  10. local LagServer = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local LagServer_2 = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. Frame.BorderSizePixel = 5
  22. Frame.Position = UDim2.new(0.0994575024, 0, 0.175050288, 0)
  23. Frame.Size = UDim2.new(0, 128, 0, 236)
  24.  
  25. TextButton.Parent = Frame
  26. TextButton.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
  27. TextButton.Position = UDim2.new(0.0814772695, 0, 0.173012644, 0)
  28. TextButton.Size = UDim2.new(0, 106, 0, 31)
  29. TextButton.Font = Enum.Font.SourceSans
  30. TextButton.Text = "Print(credits)"
  31. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. TextButton.TextScaled = true
  33. TextButton.TextSize = 14.000
  34. TextButton.TextWrapped = true
  35.  
  36. RefreshPlayer.Name = "Refresh Player"
  37. RefreshPlayer.Parent = Frame
  38. RefreshPlayer.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
  39. RefreshPlayer.Position = UDim2.new(0.0814772695, 0, 0.617117941, 0)
  40. RefreshPlayer.Size = UDim2.new(0, 106, 0, 31)
  41. RefreshPlayer.Font = Enum.Font.SourceSans
  42. RefreshPlayer.Text = "(coming soon)"
  43. RefreshPlayer.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. RefreshPlayer.TextScaled = true
  45. RefreshPlayer.TextSize = 14.000
  46. RefreshPlayer.TextWrapped = true
  47.  
  48. LagServer.Name = "LagServer"
  49. LagServer.Parent = Frame
  50. LagServer.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
  51. LagServer.Position = UDim2.new(0.0814772695, 0, 0.814966083, 0)
  52. LagServer.Size = UDim2.new(0, 106, 0, 31)
  53. LagServer.Font = Enum.Font.SourceSans
  54. LagServer.Text = "lag server"
  55. LagServer.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. LagServer.TextScaled = true
  57. LagServer.TextSize = 14.000
  58. LagServer.TextWrapped = true
  59.  
  60. TextLabel.Parent = Frame
  61. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. TextLabel.BackgroundTransparency = 0.900
  63. TextLabel.BorderSizePixel = 0
  64. TextLabel.Position = UDim2.new(-0.0959185734, 0, -0.00291579962, 0)
  65. TextLabel.Size = UDim2.new(0, 128, 0, 30)
  66. TextLabel.Font = Enum.Font.Nunito
  67. TextLabel.Text = "MasaZ"
  68. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. TextLabel.TextScaled = true
  70. TextLabel.TextSize = 14.000
  71. TextLabel.TextWrapped = true
  72.  
  73. LagServer_2.Name = "LagServer"
  74. LagServer_2.Parent = Frame
  75. LagServer_2.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
  76. LagServer_2.Position = UDim2.new(0.0814772695, 0, 0.395474553, 0)
  77. LagServer_2.Size = UDim2.new(0, 106, 0, 31)
  78. LagServer_2.Font = Enum.Font.SourceSans
  79. LagServer_2.Text = "version 1"
  80. LagServer_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. LagServer_2.TextScaled = true
  82. LagServer_2.TextSize = 14.000
  83. LagServer_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment