Advertisement
Guest User

Greenville GUI

a guest
Apr 27th, 2019
73,413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.30 KB | None | 0 0
  1. -- Instances:
  2. local GreenvilleGUI = Instance.new("ScreenGui")
  3. local mainframe = Instance.new("Frame")
  4. local exploitbttn = Instance.new("TextButton")
  5. local mainbttn = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local maintext = Instance.new("TextLabel")
  9. local exploitframe = Instance.new("Frame")
  10. local exploitbttn_2 = Instance.new("TextButton")
  11. local mainbttn_2 = Instance.new("TextButton")
  12. local exploittext = Instance.new("TextLabel")
  13. local closeexploit = Instance.new("TextButton")
  14. local executebttn = Instance.new("TextButton")
  15. local howtouse = Instance.new("TextLabel")
  16. local infobox = Instance.new("TextBox")
  17. --Properties:
  18. GreenvilleGUI.Name = "Greenville GUI"
  19. GreenvilleGUI.Parent = game.CoreGui
  20. GreenvilleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. mainframe.Name = "mainframe"
  23. mainframe.Parent = GreenvilleGUI
  24. mainframe.Active = true
  25. mainframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  26. mainframe.Position = UDim2.new(0.651485145, 0, 0.178807944, 0)
  27. mainframe.Selectable = true
  28. mainframe.Size = UDim2.new(0, 335, 0, 257)
  29. mainframe.ZIndex = 0
  30.  
  31. exploitbttn.Name = "exploitbttn"
  32. exploitbttn.Parent = mainframe
  33. exploitbttn.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  34. exploitbttn.BorderColor3 = Color3.new(0.74902, 0, 0)
  35. exploitbttn.BorderSizePixel = 2
  36. exploitbttn.Position = UDim2.new(0.574850321, 0, 0.171206221, 0)
  37. exploitbttn.Selectable = false
  38. exploitbttn.Size = UDim2.new(0, 117, 0, 28)
  39. exploitbttn.Font = Enum.Font.Gotham
  40. exploitbttn.Text = "Exploit"
  41. exploitbttn.TextColor3 = Color3.new(1, 1, 1)
  42. exploitbttn.TextSize = 14
  43.  
  44. mainbttn.Name = "mainbttn"
  45. mainbttn.Parent = mainframe
  46. mainbttn.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  47. mainbttn.BorderColor3 = Color3.new(0.74902, 0, 0)
  48. mainbttn.BorderSizePixel = 2
  49. mainbttn.Position = UDim2.new(0.0748502985, 0, 0.175097272, 0)
  50. mainbttn.Selectable = false
  51. mainbttn.Size = UDim2.new(0, 117, 0, 28)
  52. mainbttn.Font = Enum.Font.Gotham
  53. mainbttn.Text = "Home"
  54. mainbttn.TextColor3 = Color3.new(1, 1, 1)
  55. mainbttn.TextSize = 14
  56.  
  57. TextLabel.Parent = mainframe
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.BackgroundTransparency = 1
  60. TextLabel.Position = UDim2.new(0.0658682659, 0, 0.435797662, 0)
  61. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  62. TextLabel.Font = Enum.Font.Gotham
  63. TextLabel.Text = "GUI by: ErrO_RUS"
  64. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  65. TextLabel.TextSize = 20
  66. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  67.  
  68. TextLabel_2.Parent = mainframe
  69. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextLabel_2.BackgroundTransparency = 1
  71. TextLabel_2.Position = UDim2.new(0.0718562901, 0, 0.548638105, 0)
  72. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  73. TextLabel_2.Font = Enum.Font.Gotham
  74. TextLabel_2.Text = "Script by: payk12"
  75. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  76. TextLabel_2.TextSize = 20
  77. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. maintext.Name = "maintext"
  80. maintext.Parent = mainframe
  81. maintext.Active = true
  82. maintext.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  83. maintext.BorderColor3 = Color3.new(0.74902, 0, 0)
  84. maintext.BorderSizePixel = 2
  85. maintext.Position = UDim2.new(0.00299401209, 0, -0.00389105058, 0)
  86. maintext.Selectable = true
  87. maintext.Size = UDim2.new(0, 333, 0, 30)
  88. maintext.Font = Enum.Font.Gotham
  89. maintext.Text = "|| Greenville Beta GUI ||"
  90. maintext.TextColor3 = Color3.new(1, 1, 1)
  91. maintext.TextSize = 20
  92. maintext.TextWrapped = true
  93.  
  94. exploitframe.Name = "exploitframe"
  95. exploitframe.Parent = GreenvilleGUI
  96. exploitframe.Active = true
  97. exploitframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  98. exploitframe.Position = UDim2.new(0.651485145, 0, 0.178807944, 0)
  99. exploitframe.Selectable = true
  100. exploitframe.Size = UDim2.new(0, 335, 0, 257)
  101. exploitframe.Visible = false
  102. exploitframe.ZIndex = 0
  103.  
  104. exploitbttn_2.Name = "exploitbttn"
  105. exploitbttn_2.Parent = exploitframe
  106. exploitbttn_2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  107. exploitbttn_2.BorderColor3 = Color3.new(0.74902, 0, 0)
  108. exploitbttn_2.BorderSizePixel = 2
  109. exploitbttn_2.Position = UDim2.new(0.574850321, 0, 0.171206221, 0)
  110. exploitbttn_2.Selectable = false
  111. exploitbttn_2.Size = UDim2.new(0, 117, 0, 28)
  112. exploitbttn_2.Font = Enum.Font.Gotham
  113. exploitbttn_2.Text = "Exploit"
  114. exploitbttn_2.TextColor3 = Color3.new(1, 1, 1)
  115. exploitbttn_2.TextSize = 14
  116.  
  117. mainbttn_2.Name = "mainbttn"
  118. mainbttn_2.Parent = exploitframe
  119. mainbttn_2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  120. mainbttn_2.BorderColor3 = Color3.new(0.74902, 0, 0)
  121. mainbttn_2.BorderSizePixel = 2
  122. mainbttn_2.Position = UDim2.new(0.0748502985, 0, 0.175097272, 0)
  123. mainbttn_2.Selectable = false
  124. mainbttn_2.Size = UDim2.new(0, 117, 0, 28)
  125. mainbttn_2.Font = Enum.Font.Gotham
  126. mainbttn_2.Text = "Home"
  127. mainbttn_2.TextColor3 = Color3.new(1, 1, 1)
  128. mainbttn_2.TextSize = 14
  129.  
  130. exploittext.Name = "exploittext"
  131. exploittext.Parent = exploitframe
  132. exploittext.Active = true
  133. exploittext.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  134. exploittext.BorderColor3 = Color3.new(0.74902, 0, 0)
  135. exploittext.BorderSizePixel = 2
  136. exploittext.Position = UDim2.new(0.00299401209, 0, -0.00389105058, 0)
  137. exploittext.Selectable = true
  138. exploittext.Size = UDim2.new(0, 333, 0, 30)
  139. exploittext.Font = Enum.Font.Gotham
  140. exploittext.Text = "|| Greenville Beta GUI ||"
  141. exploittext.TextColor3 = Color3.new(1, 1, 1)
  142. exploittext.TextSize = 20
  143. exploittext.TextWrapped = true
  144.  
  145. closeexploit.Name = "closeexploit"
  146. closeexploit.Parent = exploittext
  147. closeexploit.BackgroundColor3 = Color3.new(1, 1, 1)
  148. closeexploit.BackgroundTransparency = 1
  149. closeexploit.Position = UDim2.new(0.946107805, 0, 0, 0)
  150. closeexploit.Size = UDim2.new(0, 22, 0, 20)
  151. closeexploit.Font = Enum.Font.Gotham
  152. closeexploit.Text = "X"
  153. closeexploit.TextColor3 = Color3.new(1, 1, 1)
  154. closeexploit.TextSize = 14
  155.  
  156. executebttn.Name = "executebttn"
  157. executebttn.Parent = exploitframe
  158. executebttn.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  159. executebttn.BorderColor3 = Color3.new(0.74902, 0, 0)
  160. executebttn.BorderSizePixel = 2
  161. executebttn.Position = UDim2.new(0.323353291, 0, 0.369649798, 0)
  162. executebttn.Selectable = false
  163. executebttn.Size = UDim2.new(0, 117, 0, 28)
  164. executebttn.Font = Enum.Font.Gotham
  165. executebttn.Text = "Use exploit"
  166. executebttn.TextColor3 = Color3.new(1, 1, 1)
  167. executebttn.TextSize = 14
  168.  
  169. howtouse.Name = "howtouse"
  170. howtouse.Parent = exploitframe
  171. howtouse.BackgroundColor3 = Color3.new(1, 1, 1)
  172. howtouse.BackgroundTransparency = 1
  173. howtouse.Position = UDim2.new(-0.0119760484, 0, 0.463035017, 0)
  174. howtouse.Size = UDim2.new(0, 138, 0, 50)
  175. howtouse.Font = Enum.Font.Gotham
  176. howtouse.Text = "How to use:"
  177. howtouse.TextColor3 = Color3.new(1, 1, 1)
  178. howtouse.TextSize = 20
  179.  
  180. infobox.Name = "infobox"
  181. infobox.Parent = exploitframe
  182. infobox.BackgroundColor3 = Color3.new(1, 1, 1)
  183. infobox.BackgroundTransparency = 1
  184. infobox.Position = UDim2.new(0.032934133, 0, 0.583657563, 0)
  185. infobox.Selectable = false
  186. infobox.Size = UDim2.new(0, 306, 0, 107)
  187. infobox.SizeConstraint = Enum.SizeConstraint.RelativeYY
  188. infobox.ClearTextOnFocus = false
  189. infobox.Font = Enum.Font.SourceSans
  190. infobox.ShowNativeInput = false
  191. infobox.Text = "Spawn a car and get into it then execute this script\nWhen you see your gas bar disappear get out of your car and wait 5 seconds\nPress f9 and scroll to the bottom of the dev console, when you see Done is printed in the console you can hop back into your vehicle\nYou will see your money is set to 0 this means you have unlimited money."
  192. infobox.TextColor3 = Color3.new(1, 1, 1)
  193. infobox.TextScaled = true
  194. infobox.TextSize = 14
  195. infobox.TextWrapped = true
  196. infobox.TextXAlignment = Enum.TextXAlignment.Left
  197. -- Scripts:
  198.  
  199. exploitbttn.MouseButton1Click:connect(function()
  200.     mainframe.Visible = false
  201.     exploitframe.Visible = true
  202. end)
  203.  
  204. mainbttn_2.MouseButton1Click:connect(function()
  205.     mainframe.Visible = true
  206.     exploitframe.Visible = false
  207. end)
  208.  
  209. closeexploit.MouseButton1Click:connect(function()
  210.     GreenvilleGUI:Destroy()
  211. end)
  212.  
  213. executebttn.MouseButton1Click:connect(function()
  214.     Car = game.Players.LocalPlayer.PlayerGui:WaitForChild("A-Chassis Interface").Car.Value
  215.  
  216.         for i = 1, 100 do
  217.             Car.Update:FireServer(math.huge)
  218.         wait()
  219.     end
  220.         wait(5)
  221.         print("Done")
  222.     Game.ReplicatedStorage.REMOTE.FuelUpdateFunc:InvokeServer("Gas","Full")
  223. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement