Advertisement
Bosez

Stands online GUI

Oct 16th, 2019
56,828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.22 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local A_2 = Instance.new("TextLabel")
  9. local A_1 = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local TP = Instance.new("TextButton")
  12. local ESP = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. OpenFrame.Name = "OpenFrame"
  17. OpenFrame.Parent = ScreenGui
  18. OpenFrame.Active = true
  19. OpenFrame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  20. OpenFrame.BackgroundTransparency = 0.40000000596046
  21. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  22. OpenFrame.BorderSizePixel = 3
  23. OpenFrame.Position = UDim2.new(0, 0, 0.912350595, 0)
  24. OpenFrame.Size = UDim2.new(0, 101, 0, 44)
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = OpenFrame
  28. Open.BackgroundColor3 = Color3.new(0.862745, 0.576471, 0)
  29. Open.BorderColor3 = Color3.new(0, 0, 0)
  30. Open.BorderSizePixel = 2
  31. Open.Position = UDim2.new(0.2099998, 0, 0.177272752, 0)
  32. Open.Size = UDim2.new(0, 58, 0, 28)
  33. Open.Font = Enum.Font.Fantasy
  34. Open.Text = "OPEN U NOOB"
  35. Open.TextColor3 = Color3.new(0, 0, 0)
  36. Open.TextScaled = true
  37. Open.TextSize = 14
  38. Open.TextWrapped = true
  39. Open.MouseButton1Down:connect(function()
  40. Main.Visible = true
  41. OpenFrame.Visible = false
  42. end)
  43.  
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = ScreenGui
  47. Main.Active = true
  48. Main.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  49. Main.BackgroundTransparency = 0.5
  50. Main.BorderColor3 = Color3.new(0, 0, 0)
  51. Main.BorderSizePixel = 2
  52. Main.Position = UDim2.new(0.589416087, 0, 0.488047808, 0)
  53. Main.Size = UDim2.new(0, 188, 0, 153)
  54. Main.Draggable = true
  55.  
  56. A_2.Name = "A_2"
  57. A_2.Parent = Main
  58. A_2.BackgroundColor3 = Color3.new(0, 0, 0)
  59. A_2.BackgroundTransparency = 0.10000000149012
  60. A_2.BorderSizePixel = 0
  61. A_2.Size = UDim2.new(0, 188, 0, 17)
  62. A_2.Font = Enum.Font.Fantasy
  63. A_2.Text = "Stand's Online Gui (BOSE DIDNT MAKE THIS)"
  64. A_2.TextColor3 = Color3.new(1, 0.666667, 0)
  65. A_2.TextSize = 14
  66. A_2.TextStrokeTransparency = 10
  67.  
  68. A_1.Name = "A_1"
  69. A_1.Parent = Main
  70. A_1.BackgroundColor3 = Color3.new(0, 0, 0)
  71. A_1.BackgroundTransparency = 0.10000000149012
  72. A_1.BorderSizePixel = 0
  73. A_1.Position = UDim2.new(0, 0, 0.888888896, 0)
  74. A_1.Size = UDim2.new(0, 188, 0, 17)
  75. A_1.Font = Enum.Font.Fantasy
  76. A_1.Text = "Bose didn't exploit in this game Lmao "
  77. A_1.TextColor3 = Color3.new(1, 0.666667, 0)
  78. A_1.TextSize = 14
  79.  
  80. Close.Name = "Close"
  81. Close.Parent = Main
  82. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  83. Close.BackgroundTransparency = 0.10000000149012
  84. Close.BorderSizePixel = 0
  85. Close.Position = UDim2.new(0.898936152, 0, 0, 0)
  86. Close.Size = UDim2.new(0, 19, 0, 17)
  87. Close.Font = Enum.Font.SourceSans
  88. Close.Text = "X"
  89. Close.TextColor3 = Color3.new(1, 0.666667, 0)
  90. Close.TextScaled = true
  91. Close.TextSize = 14
  92. Close.TextWrapped = true
  93. Close.MouseButton1Down:connect(function()
  94. OpenFrame.Visible = true
  95. Main.Visible = false
  96. end)
  97.  
  98. TP.Name = "TP"
  99. TP.Parent = Main
  100. TP.BackgroundColor3 = Color3.new(0, 0, 0)
  101. TP.BackgroundTransparency = 0.20000000298023
  102. TP.Position = UDim2.new(0.0851063803, 0, 0.418300658, 0)
  103. TP.Size = UDim2.new(0, 42, 0, 25)
  104. TP.AutoButtonColor = false
  105. TP.Font = Enum.Font.Fantasy
  106. TP.Text = "TP Items"
  107. TP.TextColor3 = Color3.new(1, 0.666667, 0)
  108. TP.TextScaled = true
  109. TP.TextSize = 14
  110. TP.TextWrapped = true
  111.  
  112. ESP.Name = "ESP"
  113. ESP.Parent = Main
  114. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  115. ESP.BackgroundTransparency = 0.20000000298023
  116. ESP.Position = UDim2.new(0.675531924, 0, 0.418300658, 0)
  117. ESP.Size = UDim2.new(0, 42, 0, 25)
  118. ESP.AutoButtonColor = false
  119. ESP.Font = Enum.Font.Fantasy
  120. ESP.Text = "ESP Items"
  121. ESP.TextColor3 = Color3.new(1, 0.666667, 0)
  122. ESP.TextScaled = true
  123. ESP.TextSize = 14
  124. ESP.TextWrapped = true
  125. -- Scripts:
  126. ESP.MouseButton1Click:connect(function()
  127. function add(part)
  128. if part:FindFirstChild("BillboardGui") then return end
  129. a = Instance.new("BillboardGui")
  130. a.Parent = part
  131. a.AlwaysOnTop = true
  132. a.Size = UDim2.new(0,50,0,50)
  133. local aa = Instance.new("TextBox")
  134. aa.BackgroundColor3 = Color3.new(255,255,0)
  135. aa.BackgroundTransparency = 0.7
  136. aa.Text = part.Parent.Name
  137. aa.Size = UDim2.new(1,0,1,0)
  138. aa.Parent = a
  139. end
  140. while wait(1) do
  141. for i, v in pairs(Workspace:GetChildren()) do
  142. if v.ClassName == "Tool" then
  143. if v:FindFirstChild("Handle") then
  144. add(v.Handle)
  145. end
  146. end
  147. for i, v in pairs(v:GetChildren()) do
  148. if v.ClassName == "Tool" then
  149. if v:FindFirstChild("Handle") then
  150. add(v.Handle)
  151. end
  152. end
  153. if v.Name == "Ceasers" then
  154. if v:FindFirstChild("Part") then
  155. add(v.Part)
  156. end
  157. end
  158. if v.Name == "Mask" then
  159. if v:FindFirstChild("Mask") then
  160. add(v.Mask)
  161. end
  162. end
  163. end
  164. end
  165. end
  166. end)
  167.  
  168. TP.MouseButton1Click:connect(function()
  169. function bring(part)
  170. part.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  171. end
  172.  
  173. for i, v in pairs(Workspace:GetChildren()) do
  174. if v.ClassName == "Tool" then
  175. if v:FindFirstChild("Handle") then
  176. bring(v.Handle)
  177. end
  178. end
  179. for i, v in pairs(v:GetChildren()) do
  180. if v.ClassName == "Tool" then
  181. if v:FindFirstChild("Handle") then
  182. bring(v.Handle)
  183. end
  184. end
  185. if v.Name == "Ceasers" then
  186. if v:FindFirstChild("Part") then
  187. bring(v.Part)
  188. end
  189. end
  190. if v.Name == "Mask" then
  191. if v:FindFirstChild("Mask") then
  192. bring(v.Mask)
  193. end
  194. end
  195. end
  196. end
  197. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement