Advertisement
tuber93s

tuber93 new version Gui

Sep 18th, 2022 (edited)
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. --gui by tuber93
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local script1 = Instance.new("TextButton")
  6. local script2 = Instance.new("TextButton")
  7. local script3 = Instance.new("TextButton")
  8. local script4 = Instance.new("TextButton")
  9. local closebutton = Instance.new("TextButton")
  10. local openbutton = Instance.new("Frame")
  11. local open = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. main.Position = UDim2.new(0.0519230813, 0, 0.586138606, 0)
  21. main.Size = UDim2.new(0, 287, 0, 179)
  22. main.Visible = true
  23. main.Active = true
  24. main.Draggable = true
  25.  
  26. TextLabel.Parent = main
  27. TextLabel.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  28. TextLabel.Size = UDim2.new(0, 287, 0, 43)
  29. TextLabel.Font = Enum.Font.GothamBold
  30. TextLabel.Text = "tuber93 script "
  31. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. TextLabel.TextScaled = true
  33. TextLabel.TextSize = 14.000
  34. TextLabel.TextWrapped = true
  35.  
  36. script1.Name = "script1"
  37. script1.Parent = main
  38. script1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  39. script1.Position = UDim2.new(0.0801393762, 0, 0.357541889, 0)
  40. script1.Size = UDim2.new(0, 102, 0, 50)
  41. script1.Font = Enum.Font.Arcade
  42. script1.Text = "brookhaven"
  43. script1.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. script1.TextScaled = true
  45. script1.TextSize = 14.000
  46. script1.TextWrapped = true
  47. script1.MouseButton1Down:connect(function()
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  49. end)
  50.  
  51.  
  52. script2.Name = "script2"
  53. script2.Parent = main
  54. script2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  55. script2.Position = UDim2.new(0.578397274, 0, 0.357541889, 0)
  56. script2.Size = UDim2.new(0, 101, 0, 50)
  57. script2.Font = Enum.Font.Arcade
  58. script2.Text = "murder mystery 2"
  59. script2.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. script2.TextScaled = true
  61. script2.TextSize = 14.000
  62. script2.TextWrapped = true
  63. script2.MouseButton1Down:connect(function()
  64. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  65. end)
  66.  
  67. script3.Name = "script3"
  68. script3.Parent = main
  69. script3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  70. script3.Position = UDim2.new(0.076655075, 0, 0.720670342, 0)
  71. script3.Size = UDim2.new(0, 102, 0, 50)
  72. script3.Font = Enum.Font.Arcade
  73. script3.Text = "evade"
  74. script3.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. script3.TextScaled = true
  76. script3.TextSize = 14.000
  77. script3.TextWrapped = true
  78. script3.MouseButton1Down:connect(function()
  79. loadstring(game:HttpGet('https://raw.githubusercontent.com/zReal-King/Evade/main/Main.lua'))()
  80. end)
  81.  
  82. script4.Name = "script4"
  83. script4.Parent = main
  84. script4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  85. script4.Position = UDim2.new(0.578397274, 0, 0.720670342, 0)
  86. script4.Size = UDim2.new(0, 102, 0, 50)
  87. script4.Font = Enum.Font.Arcade
  88. script4.Text = "tower of hell"
  89. script4.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. script4.TextScaled = true
  91. script4.TextSize = 14.000
  92. script4.TextWrapped = true
  93. script4.MouseButton1Down:connect(function()
  94. loadstring(game:HttpGet("https://raw.githubusercontent.com/iiProductionz/Floater-Scripts/main/WaifuEdition/Tower%20Of%20Hell"))()
  95. end)
  96.  
  97. closebutton.Name = "closebutton"
  98. closebutton.Parent = main
  99. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  100. closebutton.Position = UDim2.new(0.878048778, 0, 0, 0)
  101. closebutton.Size = UDim2.new(0, 35, 0, 30)
  102. closebutton.Font = Enum.Font.GothamBold
  103. closebutton.Text = "X"
  104. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. closebutton.TextScaled = true
  106. closebutton.TextSize = 14.000
  107. closebutton.TextWrapped = true
  108. closebutton.MouseButton1Down:connect(function()
  109. main.visible = false
  110. openbutton.visible = true
  111. end)
  112.  
  113. openbutton.Name = "openbutton"
  114. openbutton.Parent = ScreenGui
  115. openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. openbutton.Position = UDim2.new(0, 0, 0.405940592, 0)
  117. openbutton.Size = UDim2.new(0, 84, 0, 27)
  118. openbutton.active = true
  119. openbutton.Draggable = true
  120.  
  121. open.Name = "open"
  122. open.Parent = openbutton
  123. open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  124. open.Position = UDim2.new(-0.130952388, 0, 0, 0)
  125. open.Size = UDim2.new(0, 95, 0, 27)
  126. open.Font = Enum.Font.SourceSans
  127. open.Text = "OPEN"
  128. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. open.TextScaled = true
  130. open.TextSize = 14.000
  131. open.TextWrapped = true
  132. open.MouseButton1Down:connect(function()
  133. openbutton.Visible = false
  134. main.visible = true
  135. end)--gui by mystouris
  136. local ScreenGui = Instance.new("ScreenGui")
  137. local main = Instance.new("Frame")
  138. local TextLabel = Instance.new("TextLabel")
  139. local script1 = Instance.new("TextButton")
  140. local script2 = Instance.new("TextButton")
  141. local script3 = Instance.new("TextButton")
  142. local script4 = Instance.new("TextButton")
  143. local closebutton = Instance.new("TextButton")
  144. local openbutton = Instance.new("Frame")
  145. local open = Instance.new("TextButton")
  146.  
  147. --Properties:
  148.  
  149. ScreenGui.Parent = game.CoreGui
  150.  
  151. main.Name = "main"
  152. main.Parent = ScreenGui
  153. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  154. main.Position = UDim2.new(0.0519230813, 0, 0.586138606, 0)
  155. main.Size = UDim2.new(0, 287, 0, 179)
  156. main.Visible = false
  157. main.Active = true
  158. main.Draggable = true
  159.  
  160. TextLabel.Parent = main
  161. TextLabel.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  162. TextLabel.Size = UDim2.new(0, 287, 0, 43)
  163. TextLabel.Font = Enum.Font.GothamBold
  164. TextLabel.Text = "mystouris script"
  165. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  166. TextLabel.TextScaled = true
  167. TextLabel.TextSize = 14.000
  168. TextLabel.TextWrapped = true
  169.  
  170. script1.Name = "script1"
  171. script1.Parent = main
  172. script1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  173. script1.Position = UDim2.new(0.0801393762, 0, 0.357541889, 0)
  174. script1.Size = UDim2.new(0, 102, 0, 50)
  175. script1.Font = Enum.Font.Arcade
  176. script1.Text = "brookhaven"
  177. script1.TextColor3 = Color3.fromRGB(0, 0, 0)
  178. script1.TextScaled = true
  179. script1.TextSize = 14.000
  180. script1.TextWrapped = true
  181. script1.MouseButton1Down:connect(function()
  182. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  183. end)
  184.  
  185.  
  186. script2.Name = "script2"
  187. script2.Parent = main
  188. script2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  189. script2.Position = UDim2.new(0.578397274, 0, 0.357541889, 0)
  190. script2.Size = UDim2.new(0, 101, 0, 50)
  191. script2.Font = Enum.Font.Arcade
  192. script2.Text = "murder mystery 2"
  193. script2.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. script2.TextScaled = true
  195. script2.TextSize = 14.000
  196. script2.TextWrapped = true
  197. script2.MouseButton1Down:connect(function()
  198. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  199. end)
  200.  
  201. script3.Name = "script3"
  202. script3.Parent = main
  203. script3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  204. script3.Position = UDim2.new(0.076655075, 0, 0.720670342, 0)
  205. script3.Size = UDim2.new(0, 102, 0, 50)
  206. script3.Font = Enum.Font.Arcade
  207. script3.Text = "evade"
  208. script3.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. script3.TextScaled = true
  210. script3.TextSize = 14.000
  211. script3.TextWrapped = true
  212. script3.MouseButton1Down:connect(function()
  213. loadstring(game:HttpGet('https://raw.githubusercontent.com/zReal-King/Evade/main/Main.lua'))()
  214. end)
  215.  
  216. script4.Name = "script4"
  217. script4.Parent = main
  218. script4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  219. script4.Position = UDim2.new(0.578397274, 0, 0.720670342, 0)
  220. script4.Size = UDim2.new(0, 102, 0, 50)
  221. script4.Font = Enum.Font.Arcade
  222. script4.Text = "tower of hell"
  223. script4.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. script4.TextScaled = true
  225. script4.TextSize = 14.000
  226. script4.TextWrapped = true
  227. script4.MouseButton1Down:connect(function()
  228. loadstring(game:HttpGet("https://raw.githubusercontent.com/iiProductionz/Floater-Scripts/main/WaifuEdition/Tower%20Of%20Hell"))()
  229. end)
  230.  
  231. closebutton.Name = "closebutton"
  232. closebutton.Parent = main
  233. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  234. closebutton.Position = UDim2.new(0.878048778, 0, 0, 0)
  235. closebutton.Size = UDim2.new(0, 35, 0, 30)
  236. closebutton.Font = Enum.Font.GothamBold
  237. closebutton.Text = "X"
  238. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  239. closebutton.TextScaled = true
  240. closebutton.TextSize = 14.000
  241. closebutton.TextWrapped = true
  242. closebutton.MouseButton1Down:connect(function()
  243. main.visible = false
  244. openbutton.visible = true
  245. end)
  246.  
  247. openbutton.Name = "openbutton"
  248. openbutton.Parent = ScreenGui
  249. openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  250. openbutton.Position = UDim2.new(0, 0, 0.405940592, 0)
  251. openbutton.Size = UDim2.new(0, 84, 0, 27)
  252. openbutton.active = true
  253. openbutton.Draggable = true
  254.  
  255. open.Name = "open"
  256. open.Parent = openbutton
  257. open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  258. open.Position = UDim2.new(-0.130952388, 0, 0, 0)
  259. open.Size = UDim2.new(0, 95, 0, 27)
  260. open.Font = Enum.Font.SourceSans
  261. open.Text = "OPEN"
  262. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  263. open.TextScaled = true
  264. open.TextSize = 14.000
  265. open.TextWrapped = true
  266. open.MouseButton1Down:connect(function()
  267. openbutton.Visible = false
  268. main.visible = true
  269. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement