Advertisement
Geecgo

Load

Sep 13th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Mainbackround = Instance.new("ImageLabel")
  8. local Tabs = Instance.new("Frame")
  9. local Credits = Instance.new("TextButton")
  10. local Main = Instance.new("TextButton")
  11. local Hub = Instance.new("TextButton")
  12. local Exit = Instance.new("TextButton")
  13. local show_chart = Instance.new("ImageButton")
  14. local send = Instance.new("ImageButton")
  15. local ScriptEdit = Instance.new("TextBox")
  16. local Frame = Instance.new("Frame")
  17. local Clear = Instance.new("TextButton")
  18. local Exe = Instance.new("TextButton")
  19. local Error = Instance.new("TextButton")
  20. local Frame_2 = Instance.new("Frame")
  21. local TextLabel = Instance.new("TextLabel")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Mainbackround.Name = "Mainbackround"
  31. Mainbackround.Parent = ScreenGui
  32. Mainbackround.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. Mainbackround.Position = UDim2.new(0.0814479664, 0, 0.028318584, 0)
  34. Mainbackround.Size = UDim2.new(0, 1088, 0, 514)
  35. Mainbackround.Image = "http://www.roblox.com/asset/?id=7472366043"
  36. Mainbackround.Active = true
  37. Mainbackround.Draggable = true
  38.  
  39. Tabs.Name = "Tabs"
  40. Tabs.Parent = Mainbackround
  41. Tabs.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  42. Tabs.BackgroundTransparency = 0.300
  43. Tabs.BorderColor3 = Color3.fromRGB(21, 21, 21)
  44. Tabs.Position = UDim2.new(0.00713146431, 0, 0.018032467, 0)
  45. Tabs.Size = UDim2.new(0, 1072, 0, 44)
  46.  
  47. Credits.Name = "Credits"
  48. Credits.Parent = Tabs
  49. Credits.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  50. Credits.Position = UDim2.new(0.0189592466, 0, 0.193434343, 0)
  51. Credits.Size = UDim2.new(0, 169, 0, 25)
  52. Credits.Font = Enum.Font.SourceSansBold
  53. Credits.Text = "Credits"
  54. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  55. Credits.TextSize = 14.000
  56.  
  57. Main.Name = "Main"
  58. Main.Parent = Tabs
  59. Main.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  60. Main.Position = UDim2.new(0.223650068, 0, 0.193434343, 0)
  61. Main.Size = UDim2.new(0, 169, 0, 25)
  62. Main.Font = Enum.Font.SourceSansBold
  63. Main.Text = "Main"
  64. Main.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. Main.TextSize = 14.000
  66.  
  67. Hub.Name = "Hub"
  68. Hub.Parent = Tabs
  69. Hub.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  70. Hub.Position = UDim2.new(0.433671385, 0, 0.193434343, 0)
  71. Hub.Size = UDim2.new(0, 169, 0, 25)
  72. Hub.Font = Enum.Font.SourceSansBold
  73. Hub.Text = "Hub"
  74. Hub.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. Hub.TextSize = 14.000
  76.  
  77. Exit.Name = "Exit"
  78. Exit.Parent = Tabs
  79. Exit.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  80. Exit.Position = UDim2.new(0.646890998, 0, 0.193434343, 0)
  81. Exit.Size = UDim2.new(0, 169, 0, 25)
  82. Exit.Font = Enum.Font.SourceSansBold
  83. Exit.Text = "Exit"
  84. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. Exit.TextSize = 14.000
  86.  
  87. show_chart.Name = "show_chart"
  88. show_chart.Parent = Tabs
  89. show_chart.BackgroundTransparency = 1.000
  90. show_chart.Position = UDim2.new(0.912663758, 0, 0.204545468, 0)
  91. show_chart.Size = UDim2.new(0, 25, 0, 25)
  92. show_chart.ZIndex = 2
  93. show_chart.Image = "rbxassetid://3926307971"
  94. show_chart.ImageRectOffset = Vector2.new(404, 164)
  95. show_chart.ImageRectSize = Vector2.new(36, 36)
  96.  
  97. send.Name = "send"
  98. send.Parent = Tabs
  99. send.BackgroundTransparency = 1.000
  100. send.BorderColor3 = Color3.fromRGB(21, 21, 21)
  101. send.LayoutOrder = 7
  102. send.Position = UDim2.new(0.965065479, 0, 0.181818187, 0)
  103. send.Size = UDim2.new(0, 25, 0, 25)
  104. send.ZIndex = 2
  105. send.Image = "rbxassetid://3926307971"
  106. send.ImageRectOffset = Vector2.new(44, 284)
  107. send.ImageRectSize = Vector2.new(36, 36)
  108.  
  109. ScriptEdit.Name = "ScriptEdit"
  110. ScriptEdit.Parent = Mainbackround
  111. ScriptEdit.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  112. ScriptEdit.BackgroundTransparency = 0.350
  113. ScriptEdit.BorderColor3 = Color3.fromRGB(27, 42, 53)
  114. ScriptEdit.BorderSizePixel = 0
  115. ScriptEdit.Position = UDim2.new(0.24080883, 0, 0.121610828, 0)
  116. ScriptEdit.Size = UDim2.new(0, 817, 0, 426)
  117. ScriptEdit.ClearTextOnFocus = false
  118. ScriptEdit.Font = Enum.Font.SourceSansBold
  119. ScriptEdit.Text = ""
  120. ScriptEdit.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. ScriptEdit.TextSize = 14.000
  122. ScriptEdit.TextXAlignment = Enum.TextXAlignment.Left
  123. ScriptEdit.TextYAlignment = Enum.TextYAlignment.Top
  124.  
  125. Frame.Parent = Mainbackround
  126. Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  127. Frame.BackgroundTransparency = 0.350
  128. Frame.Position = UDim2.new(0.0342194624, 0, 0.121610828, 0)
  129. Frame.Size = UDim2.new(0, 194, 0, 242)
  130.  
  131. Clear.Name = "Clear"
  132. Clear.Parent = Frame
  133. Clear.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  134. Clear.Position = UDim2.new(0.0601963587, 0, 0.102525249, 0)
  135. Clear.Size = UDim2.new(0, 169, 0, 25)
  136. Clear.Font = Enum.Font.SourceSansBold
  137. Clear.Text = "Clear"
  138. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. Clear.TextSize = 14.000
  140.  
  141. Exe.Name = "Exe"
  142. Exe.Parent = Frame
  143. Exe.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  144. Exe.Position = UDim2.new(0.0601963587, 0, 0.271946728, 0)
  145. Exe.Size = UDim2.new(0, 169, 0, 25)
  146. Exe.Font = Enum.Font.SourceSansBold
  147. Exe.Text = "Execute"
  148. Exe.TextColor3 = Color3.fromRGB(255, 255, 255)
  149. Exe.TextSize = 14.000
  150.  
  151. Error.Name = "Error"
  152. Error.Parent = Frame
  153. Error.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  154. Error.Position = UDim2.new(0.0601963587, 0, 0.445500433, 0)
  155. Error.Size = UDim2.new(0, 169, 0, 25)
  156. Error.Font = Enum.Font.SourceSansBold
  157. Error.Text = "Error Fix"
  158. Error.TextColor3 = Color3.fromRGB(255, 255, 255)
  159. Error.TextSize = 14.000
  160.  
  161. Frame_2.Parent = Mainbackround
  162. Frame_2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  163. Frame_2.BackgroundTransparency = 0.350
  164. Frame_2.Position = UDim2.new(0.0342194624, 0, 0.652739227, 0)
  165. Frame_2.Size = UDim2.new(0, 194, 0, 153)
  166.  
  167. TextLabel.Parent = Frame_2
  168. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. TextLabel.BackgroundTransparency = 1.000
  170. TextLabel.Size = UDim2.new(0, 194, 0, 36)
  171. TextLabel.Font = Enum.Font.SourceSansBold
  172. TextLabel.Text = "Credits"
  173. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. TextLabel.TextScaled = true
  175. TextLabel.TextSize = 14.000
  176. TextLabel.TextWrapped = true
  177.  
  178. TextLabel_2.Parent = Frame_2
  179. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. TextLabel_2.BackgroundTransparency = 1.000
  181. TextLabel_2.Position = UDim2.new(0, 0, 0.379084975, 0)
  182. TextLabel_2.Size = UDim2.new(0, 194, 0, 36)
  183. TextLabel_2.Font = Enum.Font.SourceSansBold
  184. TextLabel_2.Text = "dev:GeecGo"
  185. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. TextLabel_2.TextScaled = true
  187. TextLabel_2.TextSize = 14.000
  188. TextLabel_2.TextWrapped = true
  189.  
  190. TextLabel_3.Parent = Frame_2
  191. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. TextLabel_3.BackgroundTransparency = 1.000
  193. TextLabel_3.Position = UDim2.new(0, 0, 0.718954265, 0)
  194. TextLabel_3.Size = UDim2.new(0, 194, 0, 36)
  195. TextLabel_3.Font = Enum.Font.SourceSansBold
  196. TextLabel_3.Text = "PicUi:Ro_Roblox"
  197. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. TextLabel_3.TextScaled = true
  199. TextLabel_3.TextSize = 14.000
  200. TextLabel_3.TextWrapped = true
  201.  
  202. -- Scripts:
  203.  
  204. local function YTPG_fake_script() -- Exit.LocalScript
  205. local script = Instance.new('LocalScript', Exit)
  206.  
  207. script.Parent.MouseButton1Down:Connect(function()
  208. script.Parent.Parent.Parent.Visible = false
  209. end)
  210. end
  211. coroutine.wrap(YTPG_fake_script)()
  212. local function FTGPD_fake_script() -- Clear.LocalScript
  213. local script = Instance.new('LocalScript', Clear)
  214.  
  215. local box = script.Parent.Parent.MainBackround.TextBox
  216.  
  217. script.Parent.MouseButton1Click:Connect(function()
  218. box.text = "--cleared!"
  219. wait(.6)
  220. box.text = ""
  221. end)
  222. end
  223. coroutine.wrap(FTGPD_fake_script)()
  224. local function XHHLNX_fake_script() -- Clear.LocalScript
  225. local script = Instance.new('LocalScript', Clear)
  226.  
  227. local box = script.Parent.Parent.MainBackround
  228.  
  229. script.Parent.MouseButton1Click:Connect(function()
  230. box.Text = ""
  231. end)
  232. end
  233. coroutine.wrap(XHHLNX_fake_script)()
  234.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement