Advertisement
RExploites

GUI TEMPLATE For Exploits And Others.

Apr 13th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local Script = Instance.new("TextButton")
  7. local script2 = Instance.new("TextButton")
  8. local script3 = Instance.new("TextButton")
  9. local script5 = Instance.new("TextButton")
  10. local script6 = Instance.new("TextButton")
  11. local script7 = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local titleofgui = Instance.new("Frame")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. MainGui.Name = "Main Gui"
  20. MainGui.Parent = ScreenGui
  21. MainGui.BackgroundColor3 = Color3.new(0, 1, 0)
  22. MainGui.BorderSizePixel = 5
  23. MainGui.Position = UDim2.new(0.243865028, 0, 0.236797273, 0)
  24. MainGui.Size = UDim2.new(0, 341, 0, 252)
  25.  
  26. Script.Name = "Script"
  27. Script.Parent = ScreenGui
  28. Script.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Script.Position = UDim2.new(0.253067493, 0, 0.248722315, 0)
  30. Script.Size = UDim2.new(0, 114, 0, 50)
  31. Script.Font = Enum.Font.SourceSans
  32. Script.TextColor3 = Color3.new(0, 0, 0)
  33. Script.TextSize = 14
  34.  
  35. script2.Name = "script2"
  36. script2.Parent = ScreenGui
  37. script2.BackgroundColor3 = Color3.new(1, 1, 1)
  38. script2.Position = UDim2.new(0.253067493, 0, 0.364565581, 0)
  39. script2.Size = UDim2.new(0, 114, 0, 50)
  40. script2.Font = Enum.Font.SourceSans
  41. script2.TextColor3 = Color3.new(0, 0, 0)
  42. script2.TextSize = 14
  43.  
  44. script3.Name = "script 3"
  45. script3.Parent = ScreenGui
  46. script3.BackgroundColor3 = Color3.new(1, 1, 1)
  47. script3.Position = UDim2.new(0.253067493, 0, 0.482112437, 0)
  48. script3.Size = UDim2.new(0, 114, 0, 50)
  49. script3.Font = Enum.Font.SourceSans
  50. script3.TextColor3 = Color3.new(0, 0, 0)
  51. script3.TextSize = 14
  52.  
  53. script5.Name = "script 5"
  54. script5.Parent = ScreenGui
  55. script5.BackgroundColor3 = Color3.new(1, 1, 1)
  56. script5.Position = UDim2.new(0.461656451, 0, 0.364565581, 0)
  57. script5.Size = UDim2.new(0, 114, 0, 50)
  58. script5.Font = Enum.Font.SourceSans
  59. script5.TextColor3 = Color3.new(0, 0, 0)
  60. script5.TextSize = 14
  61.  
  62. script6.Name = "script 6"
  63. script6.Parent = ScreenGui
  64. script6.BackgroundColor3 = Color3.new(1, 1, 1)
  65. script6.Position = UDim2.new(0.461656451, 0, 0.482112437, 0)
  66. script6.Size = UDim2.new(0, 114, 0, 50)
  67. script6.Font = Enum.Font.SourceSans
  68. script6.TextColor3 = Color3.new(0, 0, 0)
  69. script6.TextSize = 14
  70.  
  71. script7.Name = "script7"
  72. script7.Parent = script6
  73. script7.BackgroundColor3 = Color3.new(1, 1, 1)
  74. script7.Position = UDim2.new(1.11258197, 0, -2.75127769, 0)
  75. script7.Size = UDim2.new(0, 72, 0, 50)
  76. script7.Font = Enum.Font.SourceSans
  77. script7.TextColor3 = Color3.new(0, 0, 0)
  78. script7.TextSize = 14
  79.  
  80. TextButton.Parent = ScreenGui
  81. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextButton.Position = UDim2.new(0.461656451, 0, 0.248722315, 0)
  83. TextButton.Size = UDim2.new(0, 114, 0, 50)
  84. TextButton.Font = Enum.Font.SourceSans
  85. TextButton.TextColor3 = Color3.new(0, 0, 0)
  86. TextButton.TextSize = 14
  87.  
  88. TextLabel.Parent = ScreenGui
  89. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  90. TextLabel.BorderSizePixel = 5
  91. TextLabel.Position = UDim2.new(0.243865028, 0, 0.580919921, 0)
  92. TextLabel.Size = UDim2.new(0, 341, 0, 50)
  93. TextLabel.Font = Enum.Font.SourceSans
  94. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  95. TextLabel.TextSize = 14
  96.  
  97. titleofgui.Name = "title of gui"
  98. titleofgui.Parent = ScreenGui
  99. titleofgui.BackgroundColor3 = Color3.new(0, 1, 0)
  100. titleofgui.BorderSizePixel = 5
  101. titleofgui.Position = UDim2.new(0.32055214, 0, 0.0664395243, 0)
  102. titleofgui.Size = UDim2.new(0, 233, 0, 100)
  103. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement