Advertisement
Carloprime8

Untitled

Feb 22nd, 2020
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. --[[
  2. Gui to Lua Converter
  3. -- Revamped by:HoIyScript
  4. --]]
  5.  
  6.  
  7.  
  8. -- Instances:
  9.  
  10. local Gui = Instance.new("ScreenGui")
  11. local MainFrame = Instance.new("Frame")
  12. local Bar1 = Instance.new("Frame")
  13. local Bar2 = Instance.new("Frame")
  14. local Button = Instance.new("TextButton")
  15. local Text = Instance.new("TextLabel")
  16. local Title = Instance.new("TextLabel")
  17. local Roblox = Instance.new("TextLabel")
  18. local Discord = Instance.new("TextLabel")
  19. local Text1 = Instance.new("TextLabel")
  20. local Text2 = Instance.new("TextLabel")
  21. local Text3 = Instance.new("TextLabel")
  22. local Exit = Instance.new("TextButton")
  23. local Minimize = Instance.new("TextButton")
  24. local OpenFrame = Instance.new("Frame")
  25. local OpenButton = Instance.new("TextButton")
  26.  
  27. --[[
  28. Properties:
  29. --]]
  30.  
  31. Gui.Name = "Gui"
  32. Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  33. Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. MainFrame.Name = "MainFrame"
  36. MainFrame.Parent = Gui
  37. MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  38. MainFrame.BorderSizePixel = 0
  39. MainFrame.Position = UDim2.new(0.0235294122, 0, 0.0994152054, 0)
  40. MainFrame.Size = UDim2.new(0, 329, 0, 305)
  41. MainFrame.Active = true
  42. MainFrame.Draggable = true
  43.  
  44. Bar1.Name = "Bar1"
  45. Bar1.Parent = MainFrame
  46. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  47. Bar1.BorderSizePixel = 0
  48. Bar1.Size = UDim2.new(0, 329, 0, 35)
  49.  
  50. Bar2.Name = "Bar2"
  51. Bar2.Parent = MainFrame
  52. Bar2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  53. Bar2.BorderSizePixel = 0
  54. Bar2.Position = UDim2.new(0, 0, 0.113112055, 0)
  55. Bar2.Size = UDim2.new(0, 328, 0, 15)
  56.  
  57. Button.Name = "Button"
  58. Button.Parent = MainFrame
  59. Button.BackgroundColor3 = Color3.new(0, 0, 0)
  60. Button.BorderColor3 = Color3.new(1, 1, 1)
  61. Button.Position = UDim2.new(0.19368574, 0, 0.784377992, 0)
  62. Button.Size = UDim2.new(0, 200, 0, 45)
  63. Button.Font = Enum.Font.GothamBold
  64. Button.Text = "Attach"
  65. Button.TextColor3 = Color3.new(1, 1, 1)
  66. Button.TextSize = 20
  67. Button.MouseButton1Down:connect(function()
  68. Text1.Visible = true
  69. wait (6.3)
  70. Text1.Visible = false
  71. Text2.Visible = true
  72. wait(5.3)
  73. Text2.Visible = false
  74. Text3.Visible = true
  75. wait(1)
  76. MainFrame.Visible = false
  77. wait(1)
  78. loadstring(game:HttpGet('https://pastebin.com/raw/fC5JtagJ',true))()
  79. end)
  80.  
  81. Text.Name = "Text"
  82. Text.Parent = MainFrame
  83. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Text.BackgroundTransparency = 1
  85. Text.Position = UDim2.new(0.191489369, 0, 0.593442619, 0)
  86. Text.Size = UDim2.new(0, 200, 0, 58)
  87. Text.Font = Enum.Font.GothamBold
  88. Text.Text = "Attach First To Use The Gui"
  89. Text.TextColor3 = Color3.new(1, 1, 1)
  90. Text.TextSize = 20
  91.  
  92. Title.Name = "Title"
  93. Title.Parent = MainFrame
  94. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Title.BackgroundTransparency = 1
  96. Title.Position = UDim2.new(0.191489369, 0, 0.162292376, 0)
  97. Title.Size = UDim2.new(0, 200, 0, 44)
  98. Title.Font = Enum.Font.GothamBold
  99. Title.Text = "Welcome To our Gui"
  100. Title.TextColor3 = Color3.new(1, 1, 1)
  101. Title.TextSize = 20
  102.  
  103. Roblox.Name = "Roblox"
  104. Roblox.Parent = MainFrame
  105. Roblox.BackgroundColor3 = Color3.new(1, 1, 1)
  106. Roblox.BackgroundTransparency = 1
  107. Roblox.Position = UDim2.new(0.191489369, 0, 0.488524586, 0)
  108. Roblox.Size = UDim2.new(0, 200, 0, 42)
  109. Roblox.Font = Enum.Font.GothamBold
  110. Roblox.Text = "Gui By Discord Mccartney II#8967"
  111. Roblox.TextColor3 = Color3.new(1, 1, 1)
  112. Roblox.TextSize = 15
  113.  
  114. Discord.Name = "Discord"
  115. Discord.Parent = MainFrame
  116. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Discord.BackgroundTransparency = 1
  118. Discord.Position = UDim2.new(0.191489369, 0, 0.386885256, 0)
  119. Discord.Size = UDim2.new(0, 200, 0, 31)
  120. Discord.Font = Enum.Font.GothamBold
  121. Discord.Text = "Gui By Roblox Carloprime9"
  122. Discord.TextColor3 = Color3.new(1, 1, 1)
  123. Discord.TextSize = 15
  124.  
  125. Text1.Name = "Text1"
  126. Text1.Parent = MainFrame
  127. Text1.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Text1.BackgroundTransparency = 1
  129. Text1.Position = UDim2.new(0.191489369, 0, 0, 0)
  130. Text1.Size = UDim2.new(0, 200, 0, 34)
  131. Text1.Visible = false
  132. Text1.Font = Enum.Font.GothamBold
  133. Text1.Text = "Scanning..."
  134. Text1.TextColor3 = Color3.new(1, 1, 1)
  135. Text1.TextSize = 14
  136.  
  137. Text2.Name = "Text2"
  138. Text2.Parent = MainFrame
  139. Text2.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Text2.BackgroundTransparency = 1
  141. Text2.Position = UDim2.new(0.191489369, 0, 0, 0)
  142. Text2.Size = UDim2.new(0, 200, 0, 34)
  143. Text2.Visible = false
  144. Text2.Font = Enum.Font.GothamBold
  145. Text2.Text = "Injecting.."
  146. Text2.TextColor3 = Color3.new(1, 1, 1)
  147. Text2.TextSize = 14
  148.  
  149. Text3.Name = "Text3"
  150. Text3.Parent = MainFrame
  151. Text3.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Text3.BackgroundTransparency = 1
  153. Text3.Position = UDim2.new(0.191489369, 0, 0, 0)
  154. Text3.Size = UDim2.new(0, 200, 0, 34)
  155. Text3.Visible = false
  156. Text3.Font = Enum.Font.GothamBold
  157. Text3.Text = "Ready.."
  158. Text3.TextColor3 = Color3.new(1, 1, 1)
  159. Text3.TextSize = 14
  160.  
  161. Exit.Name = "Exit"
  162. Exit.Parent = MainFrame
  163. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  164. Exit.BackgroundTransparency = 1
  165. Exit.Position = UDim2.new(0.874536812, 0, 0.00983606558, 0)
  166. Exit.Size = UDim2.new(0, 41, 0, 28)
  167. Exit.Font = Enum.Font.GothamBold
  168. Exit.Text = "X"
  169. Exit.TextColor3 = Color3.new(1, 1, 1)
  170. Exit.TextSize = 13
  171. Exit.MouseButton1Down:connect(function()
  172. MainFrame.Visible = false
  173. end)
  174.  
  175. Minimize.Name = "Minimize"
  176. Minimize.Parent = MainFrame
  177. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Minimize.BackgroundTransparency = 1
  179. Minimize.Position = UDim2.new(0.749916732, 0, 0, 0)
  180. Minimize.Size = UDim2.new(0, 41, 0, 28)
  181. Minimize.Font = Enum.Font.GothamBold
  182. Minimize.Text = "_"
  183. Minimize.TextColor3 = Color3.new(1, 1, 1)
  184. Minimize.TextSize = 13
  185. Minimize.MouseButton1Down:connect(function()
  186. OpenFrame.Visible = true
  187. MainFrame.Visible = false
  188. end)
  189.  
  190. OpenFrame.Name = "OpenFrame"
  191. OpenFrame.Parent = Gui
  192. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  193. OpenFrame.Position = UDim2.new(0.00784309208, 0, 0.610136449, 0)
  194. OpenFrame.Size = UDim2.new(0, 102, 0, 28)
  195. OpenFrame.Visible = false
  196.  
  197. OpenButton.Name = "OpenButton"
  198. OpenButton.Parent = OpenFrame
  199. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  200. OpenButton.BorderColor3 = Color3.new(1, 1, 1)
  201. OpenButton.Size = UDim2.new(0, 102, 0, 28)
  202. OpenButton.Font = Enum.Font.GothamBold
  203. OpenButton.Text = "Open"
  204. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  205. OpenButton.TextSize = 19
  206. OpenButton.MouseButton1Down:connect(function()
  207. OpenFrame.Visible = false
  208. MainFrame.Visible = true
  209. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement