Advertisement
Stefanuk12

SteffieHub [WIP]

Mar 25th, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.63 KB | None | 0 0
  1. --[[
  2. Made By Stefanuk12 on V3rmillion.com
  3.  
  4. For Update log go to: https://v3rmillion.net/showthread.php?tid=532073
  5. --]]
  6.  
  7.  -- Objects
  8.  
  9. local SteffieHub = Instance.new("ScreenGui")
  10. local Main = Instance.new("Frame")
  11. local X = Instance.new("TextButton")
  12. local _ = Instance.new("TextButton")
  13. local SteffieHubLabel = Instance.new("TextLabel")
  14. local Second = Instance.new("Frame")
  15. local Executor = Instance.new("TextButton")
  16. local Script = Instance.new("TextButton")
  17. local ScriptHub = Instance.new("ScrollingFrame")
  18. local C00lGUI = Instance.new("TextButton")
  19. local RXploit6 = Instance.new("TextButton")
  20. local ExecutorB = Instance.new("ScrollingFrame")
  21. local ScriptBox = Instance.new("TextBox")
  22. local Execute = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. SteffieHub.Name = "SteffieHub"
  27. SteffieHub.Parent = game.StarterGui
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = SteffieHub
  31. Main.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  32. Main.Position = UDim2.new(0.0357142873, 0, 0.0732087195, 0)
  33. Main.Size = UDim2.new(0.258928567, 0, 0.0404984429, 0)
  34. Main.Visible = true
  35.  
  36. X.Name = "X"
  37. X.Parent = Main
  38. X.BackgroundColor3 = Color3.new(1, 1, 1)
  39. X.BackgroundTransparency = 1
  40. X.BorderSizePixel = 0
  41. X.Position = UDim2.new(0.895864069, 0, 0.0384615399, 0)
  42. X.Size = UDim2.new(0.103368923, 0, 0.923076928, 0)
  43. X.Font = Enum.Font.SourceSans
  44. X.Text = "X"
  45. X.TextSize = 14
  46. X.MouseButton1Down:connect(function()
  47.     if Second.Visible == true then
  48.         SteffieHub:Destroy()
  49.     elseif
  50.         ScriptHub.Visible == true then
  51.         ScriptHub.Visible = false
  52.         Second.Visible = true
  53.     elseif
  54.         ExecutorB.Visible == true then
  55.         ExecutorB.Visible = false
  56.         Second = true
  57.     end
  58. end)
  59.  
  60. _.Name = "_"
  61. _.Parent = Main
  62. _.BackgroundColor3 = Color3.new(1, 1, 1)
  63. _.BackgroundTransparency = 1
  64. _.BorderSizePixel = 0
  65. _.Position = UDim2.new(0.758038759, 0, -0.0384615399, 0)
  66. _.Size = UDim2.new(0.103368923, 0, 0.923076928, 0)
  67. _.Font = Enum.Font.SourceSans
  68. _.Text = "_"
  69. _.TextSize = 14
  70. _.MouseButton1Down:connect(function()
  71.     if ExecutorB.Visible == false and
  72.         ScriptHub.Visible == false and
  73.         Second.Visible == false then
  74.         Second.Visible = true
  75.     end
  76. end)
  77.  
  78. SteffieHubLabel.Name = "SteffieHubLabel"
  79. SteffieHubLabel.Parent = Main
  80. SteffieHubLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  81. SteffieHubLabel.BackgroundTransparency = 1
  82. SteffieHubLabel.BorderSizePixel = 0
  83. SteffieHubLabel.Position = UDim2.new(0.103368923, 0, -0.0384615399, 0)
  84. SteffieHubLabel.Size = UDim2.new(0.51684463, 0, 1.03846157, 0)
  85. SteffieHubLabel.Font = Enum.Font.SourceSansBold
  86. SteffieHubLabel.Text = "SteffieHub"
  87. SteffieHubLabel.TextSize = 23
  88.  
  89. Second.Name = "Second"
  90. Second.Parent = SteffieHub
  91. Second.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  92. Second.Position = UDim2.new(0.0357142873, 0, 0.118380062, 0)
  93. Second.Size = UDim2.new(0.258928567, 0, 0.380062312, 0)
  94. Second.Visible = false
  95.  
  96. Executor.Name = "Executor"
  97. Executor.Parent = Second
  98. Executor.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  99. Executor.BackgroundTransparency = 0.40000000596046
  100. Executor.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  101. Executor.BorderSizePixel = 3
  102. Executor.Position = UDim2.new(0.0689126179, 0, 0.401639342, 0)
  103. Executor.Size = UDim2.new(0.37901938, 0, 0.200819671, 0)
  104. Executor.Font = Enum.Font.SourceSansSemibold
  105. Executor.Text = "Executor"
  106. Executor.TextSize = 22
  107. Executor.MouseButton1Down:connect(function()
  108.     ExecutorB.Visible = true
  109. end)
  110.  
  111. Script.Name = "Script"
  112. Script.Parent = Second
  113. Script.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  114. Script.BackgroundTransparency = 0.40000000596046
  115. Script.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  116. Script.BorderSizePixel = 3
  117. Script.Position = UDim2.new(0.550999999, 0, 0.40200001, 0)
  118. Script.Size = UDim2.new(0.37901938, 0, 0.200819671, 0)
  119. Script.Font = Enum.Font.SourceSansSemibold
  120. Script.Text = "Scripts"
  121. Script.TextSize = 22
  122. Script.MouseButton1Down:connect(function()
  123.     ScriptHub.Visible = true
  124. end)
  125.  
  126. ScriptHub.Name = "ScriptHub"
  127. ScriptHub.Parent = SteffieHub
  128. ScriptHub.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  129. ScriptHub.Position = UDim2.new(0.0359999985, 0, 0.118000001, 0)
  130. ScriptHub.Size = UDim2.new(0.259000003, 0, 0.379999995, 0)
  131. ScriptHub.Visible = false
  132.  
  133. C00lGUI.Name = "C00l GUI"
  134. C00lGUI.Parent = ScriptHub
  135. C00lGUI.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  136. C00lGUI.BackgroundTransparency = 0.40000000596046
  137. C00lGUI.BorderColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  138. C00lGUI.BorderSizePixel = 3
  139. C00lGUI.Position = UDim2.new(0.0344563089, 0, 0.0245901644, 0)
  140. C00lGUI.Size = UDim2.new(0.37901938, 0, 0.0327868834, 0)
  141. C00lGUI.Font = Enum.Font.SourceSansSemibold
  142. C00lGUI.Text = "C00l GUI"
  143. C00lGUI.TextSize = 18
  144. C00lGUI.MouseButton1Down:connect(function()
  145.     loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  146. end)
  147.  
  148.  
  149. RXploit6.Name = "RXploit6"
  150. RXploit6.Parent = ScriptHub
  151. RXploit6.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  152. RXploit6.BackgroundTransparency = 0.40000000596046
  153. RXploit6.BorderColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  154. RXploit6.BorderSizePixel = 3
  155. RXploit6.Position = UDim2.new(0.551300943, 0, 0.0245901644, 0)
  156. RXploit6.Size = UDim2.new(0.37901938, 0, 0.0327868834, 0)
  157. RXploit6.Font = Enum.Font.SourceSansSemibold
  158. RXploit6.Text = "Ro-Exploit 6.0"
  159. RXploit6.TextSize = 18
  160. RXploit6.MouseButton1Down:connect(function()
  161.     loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  162. end)
  163.  
  164. ExecutorB.Name = "ExecutorB"
  165. ExecutorB.Parent = SteffieHub
  166. ExecutorB.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  167. ExecutorB.Position = UDim2.new(0.0359999985, 0, 0.118000001, 0)
  168. ExecutorB.Size = UDim2.new(0.259000003, 0, 0.379999995, 0)
  169. ExecutorB.Visible = false
  170.  
  171. ScriptBox.Name = "ScriptBox"
  172. ScriptBox.Parent = ExecutorB
  173. ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
  174. ScriptBox.BackgroundTransparency = 1
  175. ScriptBox.Size = UDim2.new(0.949999988, 0, 0.140000001, 0)
  176. ScriptBox.Font = Enum.Font.SourceSans
  177. ScriptBox.PlaceholderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  178. ScriptBox.PlaceholderText = "Insert Text Here"
  179. ScriptBox.Text = ""
  180. ScriptBox.TextSize = 14
  181. ScriptBox.TextWrapped = true
  182. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  183. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  184.  
  185. Execute.Name = "Execute"
  186. Execute.Parent = ExecutorB
  187. Execute.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  188. Execute.BackgroundTransparency = 0.40000000596046
  189. Execute.BorderColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  190. Execute.BorderSizePixel = 3
  191. Execute.Position = UDim2.new(0.135000005, 0, 0.147540987, 0)
  192. Execute.Size = UDim2.new(0, 200, 0, 50)
  193. Execute.Font = Enum.Font.SourceSansSemibold
  194. Execute.Text = "Execute"
  195. Execute.TextSize = 22
  196.  
  197. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement