Advertisement
PixelTactics101

For My Roblox GUI 4

Mar 31st, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.63 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local RevizAdmin = Instance.new("TextButton")
  9. local SingScript = Instance.new("TextButton")
  10. local title = Instance.new("TextLabel")
  11. local KillGui = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. main.Name = "main"
  19. main.Parent = ScreenGui
  20. main.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  21. main.Position = UDim2.new(0.423030287, 0, 0.241134763, 0)
  22. main.Size = UDim2.new(0, 323, 0, 385)
  23.  
  24. RevizAdmin.Name = "Reviz Admin"
  25. RevizAdmin.Parent = main
  26. RevizAdmin.BackgroundColor3 = Color3.fromRGB(165, 141, 81)
  27. RevizAdmin.Position = UDim2.new(0.298403203, 0, 0.133373603, 0)
  28. RevizAdmin.Size = UDim2.new(0, 130, 0, 36)
  29. RevizAdmin.Font = Enum.Font.SciFi
  30. RevizAdmin.Text = "Reviz Admin"
  31. RevizAdmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. RevizAdmin.TextScaled = true
  33. RevizAdmin.TextSize = 14.000
  34. RevizAdmin.TextWrapped = true
  35. RevizAdmin.MouseButton1Down:connect(function()
  36. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true)()
  37. end)
  38.  
  39. SingScript.Name = "Sing Script"
  40. SingScript.Parent = main
  41. SingScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. SingScript.Position = UDim2.new(0.0448466018, 0, 0.285859972, 0)
  43. SingScript.Size = UDim2.new(0, 109, 0, 32)
  44. SingScript.Font = Enum.Font.SciFi
  45. SingScript.Text = "Sing Script"
  46. SingScript.TextColor3 = Color3.fromRGB(255, 22, 1)
  47. SingScript.TextScaled = true
  48. SingScript.TextSize = 14.000
  49. SingScript.TextWrapped = true
  50. SingScript.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true)()
  52. end)
  53.  
  54. title.Name = "title"
  55. title.Parent = main
  56. title.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  57. title.Position = UDim2.new(-0.000658631325, 0, 0.00154563785, 0)
  58. title.Size = UDim2.new(0, 322, 0, 30)
  59. title.Font = Enum.Font.SciFi
  60. title.Text = "RageMaker v1.2"
  61. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. title.TextScaled = true
  63. title.TextSize = 14.000
  64. title.TextWrapped = true
  65.  
  66. KillGui.Name = "Kill Gui"
  67. KillGui.Parent = main
  68. KillGui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. KillGui.Position = UDim2.new(0.623480558, 0, 0.288457364, 0)
  70. KillGui.Size = UDim2.new(0, 109, 0, 31)
  71. KillGui.Font = Enum.Font.SciFi
  72. KillGui.Text = "Kill Gui"
  73. KillGui.TextColor3 = Color3.fromRGB(255, 22, 1)
  74. KillGui.TextScaled = true
  75. KillGui.TextSize = 14.000
  76. KillGui.TextWrapped = true
  77. KillGui.MouseButton1Down:connect(function()
  78. loadstring(game:HttpGet("https://pastebin.com/05xp0qDA", true)()
  79. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement