Ewerton99YTBR

My Custom Exploit Gui

Nov 2nd, 2024
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local TextButton_7 = Instance.new("TextButton")
  16. local TextButton_8 = Instance.new("TextButton")
  17. local TextButton_9 = Instance.new("TextButton")
  18. local TextButton_10 = Instance.new("TextButton")
  19. local TextButton_11 = Instance.new("TextButton")
  20. local TextButton_12 = Instance.new("TextButton")
  21. local TextButton_13 = Instance.new("TextButton")
  22. local Frame_2 = Instance.new("Frame")
  23. local TextButton_14 = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Frame.Parent = ScreenGui
  31. Frame.BackgroundColor3 = Color3.fromRGB(139, 139, 139)
  32. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  33. Frame.BorderSizePixel = 0
  34. Frame.Position = UDim2.new(0.168806165, 0, 0.0360696502, 0)
  35. Frame.Size = UDim2.new(0, 399, 0, 203)
  36. Frame.Draggable = true
  37.  
  38. TextLabel.Parent = Frame
  39. TextLabel.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  40. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  41. TextLabel.BorderSizePixel = 0
  42. TextLabel.Size = UDim2.new(0, 365, 0, 34)
  43. TextLabel.Font = Enum.Font.SourceSans
  44. TextLabel.Text = "Name it whatever u want"
  45. TextLabel.TextColor3 = Color3.fromRGB(206, 206, 206)
  46. TextLabel.TextScaled = true
  47. TextLabel.TextSize = 14.000
  48. TextLabel.TextWrapped = true
  49.  
  50. TextButton.Parent = Frame
  51. TextButton.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  52. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  53. TextButton.BorderSizePixel = 0
  54. TextButton.Position = UDim2.new(0.914786994, 0, 0, 0)
  55. TextButton.Size = UDim2.new(0, 33, 0, 34)
  56. TextButton.Font = Enum.Font.SourceSans
  57. TextButton.Text = "X"
  58. TextButton.TextColor3 = Color3.fromRGB(206, 206, 206)
  59. TextButton.TextScaled = true
  60. TextButton.TextSize = 14.000
  61. TextButton.TextWrapped = true
  62. TextButton.MouseButton1Click:Connect(function)()
  63. Frame.Visible = false
  64. Frame_2.Visible = true
  65. end
  66.  
  67. TextButton_2.Parent = Frame
  68. TextButton_2.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  69. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  70. TextButton_2.BorderSizePixel = 0
  71. TextButton_2.Position = UDim2.new(0.0555259511, 0, 0.197044328, 0)
  72. TextButton_2.Size = UDim2.new(0, 112, 0, 30)
  73. TextButton_2.Font = Enum.Font.SourceSans
  74. TextButton_2.TextColor3 = Color3.fromRGB(206, 206, 206)
  75. TextButton_2.TextScaled = true
  76. TextButton_2.TextSize = 14.000
  77. TextButton_2.TextWrapped = true
  78. TextButton_2.MouseButton1Click:Connect(function)()
  79. SCRIPT HERE
  80. end
  81.  
  82. TextButton_3.Parent = Frame
  83. TextButton_3.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  84. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  85. TextButton_3.BorderSizePixel = 0
  86. TextButton_3.Position = UDim2.new(0.0555259511, 0, 0.581280768, 0)
  87. TextButton_3.Size = UDim2.new(0, 112, 0, 30)
  88. TextButton_3.Font = Enum.Font.SourceSans
  89. TextButton_3.TextColor3 = Color3.fromRGB(206, 206, 206)
  90. TextButton_3.TextScaled = true
  91. TextButton_3.TextSize = 14.000
  92. TextButton_3.TextWrapped = true
  93. TextButton_3.MouseButton1Click:Connect(function)()
  94. SCRIPT HERE
  95. end
  96.  
  97. TextButton_4.Parent = Frame
  98. TextButton_4.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  99. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  100. TextButton_4.BorderSizePixel = 0
  101. TextButton_4.Position = UDim2.new(0.357991755, 0, 0.581280768, 0)
  102. TextButton_4.Size = UDim2.new(0, 112, 0, 30)
  103. TextButton_4.Font = Enum.Font.SourceSans
  104. TextButton_4.TextColor3 = Color3.fromRGB(206, 206, 206)
  105. TextButton_4.TextScaled = true
  106. TextButton_4.TextSize = 14.000
  107. TextButton_4.TextWrapped = true
  108. TextButton_4.MouseButton1Click:Connect(function)()
  109. SCRIPT HERE
  110. end
  111.  
  112. TextButton_5.Parent = Frame
  113. TextButton_5.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  114. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  115. TextButton_5.BorderSizePixel = 0
  116. TextButton_5.Position = UDim2.new(0.357991755, 0, 0.394088656, 0)
  117. TextButton_5.Size = UDim2.new(0, 112, 0, 30)
  118. TextButton_5.Font = Enum.Font.SourceSans
  119. TextButton_5.TextColor3 = Color3.fromRGB(206, 206, 206)
  120. TextButton_5.TextScaled = true
  121. TextButton_5.TextSize = 14.000
  122. TextButton_5.TextWrapped = true
  123. TextButton_5.MouseButton1Click:Connect(function)()
  124. SCRIPT HERE
  125. end
  126.  
  127. TextButton_6.Parent = Frame
  128. TextButton_6.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  129. TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  130. TextButton_6.BorderSizePixel = 0
  131. TextButton_6.Position = UDim2.new(0.0555259511, 0, 0.394088656, 0)
  132. TextButton_6.Size = UDim2.new(0, 112, 0, 30)
  133. TextButton_6.Font = Enum.Font.SourceSans
  134. TextButton_6.TextColor3 = Color3.fromRGB(206, 206, 206)
  135. TextButton_6.TextScaled = true
  136. TextButton_6.TextSize = 14.000
  137. TextButton_6.TextWrapped = true
  138. TextButton_6.MouseButton1Click:Connect(function)()
  139. SCRIPT HERE
  140. end
  141.  
  142. TextButton_7.Parent = Frame
  143. TextButton_7.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  144. TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  145. TextButton_7.BorderSizePixel = 0
  146. TextButton_7.Position = UDim2.new(0.676918149, 0, 0.77832514, 0)
  147. TextButton_7.Size = UDim2.new(0, 112, 0, 30)
  148. TextButton_7.Font = Enum.Font.SourceSans
  149. TextButton_7.TextColor3 = Color3.fromRGB(206, 206, 206)
  150. TextButton_7.TextScaled = true
  151. TextButton_7.TextSize = 14.000
  152. TextButton_7.TextWrapped = true
  153. TextButton_7.MouseButton1Click:Connect(function)()
  154. SCRIPT HERE
  155. end
  156.  
  157. TextButton_8.Parent = Frame
  158. TextButton_8.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  159. TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
  160. TextButton_8.BorderSizePixel = 0
  161. TextButton_8.Position = UDim2.new(0.676918149, 0, 0.197044328, 0)
  162. TextButton_8.Size = UDim2.new(0, 112, 0, 30)
  163. TextButton_8.Font = Enum.Font.SourceSans
  164. TextButton_8.TextColor3 = Color3.fromRGB(206, 206, 206)
  165. TextButton_8.TextScaled = true
  166. TextButton_8.TextSize = 14.000
  167. TextButton_8.TextWrapped = true
  168. TextButton_8.MouseButton1Click:Connect(function)()
  169. SCRIPT HERE
  170. end
  171.  
  172. TextButton_9.Parent = Frame
  173. TextButton_9.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  174. TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
  175. TextButton_9.BorderSizePixel = 0
  176. TextButton_9.Position = UDim2.new(0.676918149, 0, 0.394088656, 0)
  177. TextButton_9.Size = UDim2.new(0, 112, 0, 30)
  178. TextButton_9.Font = Enum.Font.SourceSans
  179. TextButton_9.TextColor3 = Color3.fromRGB(206, 206, 206)
  180. TextButton_9.TextScaled = true
  181. TextButton_9.TextSize = 14.000
  182. TextButton_9.TextWrapped = true
  183. TextButton_9.MouseButton1Click:Connect(function)()
  184. SCRIPT HERE
  185. end
  186.  
  187. TextButton_10.Parent = Frame
  188. TextButton_10.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  189. TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
  190. TextButton_10.BorderSizePixel = 0
  191. TextButton_10.Position = UDim2.new(0.676562369, 0, 0.581280768, 0)
  192. TextButton_10.Size = UDim2.new(0, 112, 0, 30)
  193. TextButton_10.Font = Enum.Font.SourceSans
  194. TextButton_10.TextColor3 = Color3.fromRGB(206, 206, 206)
  195. TextButton_10.TextScaled = true
  196. TextButton_10.TextSize = 14.000
  197. TextButton_10.TextWrapped = true
  198. TextButton_10.MouSCRIseButton1Click:Connect(function)()
  199. SCRIPT HERE
  200. end
  201.  
  202. TextButton_11.Parent = Frame
  203. TextButton_11.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  204. TextButton_11.BorderColor3 = Color3.fromRGB(0, 0, 0)
  205. TextButton_11.BorderSizePixel = 0
  206. TextButton_11.Position = UDim2.new(0.0555259511, 0, 0.77832514, 0)
  207. TextButton_11.Size = UDim2.new(0, 112, 0, 30)
  208. TextButton_11.Font = Enum.Font.SourceSans
  209. TextButton_11.TextColor3 = Color3.fromRGB(206, 206, 206)
  210. TextButton_11.TextScaled = true
  211. TextButton_11.TextSize = 14.000
  212. TextButton_11.TextWrapped = true
  213. TextButton_11.MouseButton1Click:Connect(function)()
  214. SCRIPT HERE
  215. end
  216.  
  217. TextButton_12.Parent = Frame
  218. TextButton_12.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  219. TextButton_12.BorderColor3 = Color3.fromRGB(0, 0, 0)
  220. TextButton_12.BorderSizePixel = 0
  221. TextButton_12.Position = UDim2.new(0.357991755, 0, 0.77832514, 0)
  222. TextButton_12.Size = UDim2.new(0, 112, 0, 30)
  223. TextButton_12.Font = Enum.Font.SourceSans
  224. TextButton_12.TextColor3 = Color3.fromRGB(206, 206, 206)
  225. TextButton_12.TextScaled = true
  226. TextButton_12.TextSize = 14.000
  227. TextButton_12.TextWrapped = true
  228. TextButton_12.MouseButton1Click:Connect(function)()
  229. SCRIPT HERE
  230. end
  231.  
  232. TextButton_13.Parent = Frame
  233. TextButton_13.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  234. TextButton_13.BorderColor3 = Color3.fromRGB(0, 0, 0)
  235. TextButton_13.BorderSizePixel = 0
  236. TextButton_13.Position = UDim2.new(0.357991755, 0, 0.197044328, 0)
  237. TextButton_13.Size = UDim2.new(0, 112, 0, 30)
  238. TextButton_13.Font = Enum.Font.SourceSans
  239. TextButton_13.TextColor3 = Color3.fromRGB(206, 206, 206)
  240. TextButton_13.TextScaled = true
  241. TextButton_13.TextSize = 14.000
  242. TextButton_13.TextWrapped = true
  243. TextButton_13.MouseButton1Click:Connect(function)()
  244. SCRIPT HERE
  245. end
  246.  
  247. Frame_2.Parent = ScreenGui
  248. Frame_2.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  249. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  250. Frame_2.BorderSizePixel = 0
  251. Frame_2.Position = UDim2.new(0, 0, 0.0111940298, 0)
  252. Frame_2.Size = UDim2.new(0, 84, 0, 30)
  253. Frame_2.Visible = false
  254.  
  255. TextButton_14.Parent = Frame_2
  256. TextButton_14.BackgroundColor3 = Color3.fromRGB(125, 125, 125)
  257. TextButton_14.BorderColor3 = Color3.fromRGB(0, 0, 0)
  258. TextButton_14.BorderSizePixel = 0
  259. TextButton_14.Size = UDim2.new(0, 84, 0, 30)
  260. TextButton_14.Font = Enum.Font.SourceSans
  261. TextButton_14.Text = "OPEN"
  262. TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0)
  263. TextButton_14.TextScaled = true
  264. TextButton_14.TextSize = 14.000
  265. TextButton_14.TextWrapped = true
  266. TextButton_14.MouseButton1Click:Connect(function)()
  267. Frame.Visible = true
  268. Frame_2.Visible = false
  269. end
Tags: test
Advertisement
Add Comment
Please, Sign In to add comment