Advertisement
zhiyan114

test

Jun 10th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. local plrname = game:GetService("Players").LocalPlayer.Name
  2. wait(1)
  3. print("Welcome to HeistsHub Free Version 0.9 "..plrname.."!!")
  4. local Free = Instance.new("ScreenGui")
  5. local FreeFrame = Instance.new("Frame")
  6. local HH = Instance.new("TextLabel")
  7. local Jon = Instance.new("TextLabel")
  8. local Von = Instance.new("TextLabel")
  9. local PlacePart = Instance.new("TextButton")
  10. local allrooms = Instance.new("TextButton")
  11. local BuyCar = Instance.new("TextButton")
  12. local Esp = Instance.new("TextButton")
  13. local SetObject = Instance.new("TextBox")
  14. local SetCar = Instance.new("TextBox")
  15. local Toggle = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. Free.Name = "Free"
  20. Free.Parent = game.CoreGui
  21.  
  22. FreeFrame.Name = "FreeFrame"
  23. FreeFrame.Parent = Free
  24. FreeFrame.Active = true
  25. FreeFrame.BackgroundColor3 = Color3.new(0.0823529, 0.423529, 0.870588)
  26. FreeFrame.BorderColor3 = Color3.new(0, 0, 0)
  27. FreeFrame.BorderSizePixel = 8
  28. FreeFrame.Position = UDim2.new(0, 0, 0, 0)
  29. FreeFrame.Size = UDim2.new(0, 493, 0, 204)
  30.  
  31. HH.Name = "HH"
  32. HH.Parent = FreeFrame
  33. HH.BackgroundColor3 = Color3.new(1, 1, 1)
  34. HH.BackgroundTransparency = 1
  35. HH.BorderSizePixel = 0
  36. HH.Position = UDim2.new(0.300202817, 0, 0, 0)
  37. HH.Size = UDim2.new(0, 200, 0, 50)
  38. HH.Font = Enum.Font.Highway
  39. HH.Text = "Heists Hub"
  40. HH.TextColor3 = Color3.new(0, 0, 0)
  41. HH.TextScaled = true
  42. HH.TextSize = 14
  43. HH.TextWrapped = true
  44.  
  45. Jon.Name = "Jon"
  46. Jon.Parent = FreeFrame
  47. Jon.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Jon.BackgroundTransparency = 1
  49. Jon.BorderSizePixel = 0
  50. Jon.Size = UDim2.new(0, 113, 0, 19)
  51. Jon.Font = Enum.Font.Highway
  52. Jon.Text = "JimmyKewlKidz"
  53. Jon.TextColor3 = Color3.new(0, 0, 0)
  54. Jon.TextScaled = true
  55. Jon.TextSize = 14
  56. Jon.TextWrapped = true
  57.  
  58. Von.Name = "Von"
  59. Von.Parent = FreeFrame
  60. Von.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Von.BackgroundTransparency = 1
  62. Von.BorderSizePixel = 0
  63. Von.Position = UDim2.new(0.799188673, 0, 0, 0)
  64. Von.Size = UDim2.new(0, 113, 0, 19)
  65. Von.Font = Enum.Font.Highway
  66. Von.Text = "Vonyanak"
  67. Von.TextColor3 = Color3.new(0, 0, 0)
  68. Von.TextScaled = true
  69. Von.TextSize = 14
  70. Von.TextWrapped = true
  71.  
  72. PlacePart.Name = "PlacePart"
  73. PlacePart.Parent = FreeFrame
  74. PlacePart.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  75. PlacePart.BorderSizePixel = 0
  76. PlacePart.Position = UDim2.new(0.561866105, 0, 0.378443778, 0)
  77. PlacePart.Size = UDim2.new(0, 200, 0, 50)
  78. PlacePart.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  79. PlacePart.Font = Enum.Font.Highway
  80. PlacePart.Text = "Place Object"
  81. PlacePart.TextColor3 = Color3.new(0, 0, 0)
  82. PlacePart.TextSize = 35
  83.  
  84. allrooms.Name = "allrooms"
  85. allrooms.Parent = FreeFrame
  86. allrooms.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  87. allrooms.BorderSizePixel = 0
  88. allrooms.Position = UDim2.new(0.560851932, 0, 0.661144257, 0)
  89. allrooms.Size = UDim2.new(0, 200, 0, 50)
  90. allrooms.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  91. allrooms.Font = Enum.Font.Highway
  92. allrooms.Text = "Buy all rooms"
  93. allrooms.TextColor3 = Color3.new(0, 0, 0)
  94. allrooms.TextSize = 35
  95.  
  96. BuyCar.Name = "BuyCar"
  97. BuyCar.Parent = FreeFrame
  98. BuyCar.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  99. BuyCar.BorderSizePixel = 0
  100. BuyCar.Position = UDim2.new(0.0324543528, 0, 0.378443778, 0)
  101. BuyCar.Size = UDim2.new(0, 200, 0, 50)
  102. BuyCar.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  103. BuyCar.Font = Enum.Font.Highway
  104. BuyCar.Text = "Buy a car"
  105. BuyCar.TextColor3 = Color3.new(0, 0, 0)
  106. BuyCar.TextSize = 35
  107.  
  108. Esp.Name = "Esp"
  109. Esp.Parent = FreeFrame
  110. Esp.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  111. Esp.BorderSizePixel = 0
  112. Esp.Position = UDim2.new(0.0304259546, 0, 0.661144257, 0)
  113. Esp.Size = UDim2.new(0, 200, 0, 50)
  114. Esp.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  115. Esp.Font = Enum.Font.Highway
  116. Esp.Text = "Player Esp"
  117. Esp.TextColor3 = Color3.new(0, 0, 0)
  118. Esp.TextSize = 35
  119.  
  120. SetObject.Name = "SetObject"
  121. SetObject.Parent = FreeFrame
  122. SetObject.BackgroundColor3 = Color3.new(0.196078, 0.239216, 0.815686)
  123. SetObject.BorderSizePixel = 0
  124. SetObject.Position = UDim2.new(0.579107463, 0, 0.244880855, 0)
  125. SetObject.Size = UDim2.new(0, 61, 0, 25)
  126. SetObject.ClearTextOnFocus = false
  127. SetObject.Font = Enum.Font.SourceSans
  128. SetObject.PlaceholderText = "Fence"
  129. SetObject.Text = "Build Object"
  130. SetObject.TextColor3 = Color3.new(0, 0, 0)
  131. SetObject.TextScaled = true
  132. SetObject.TextSize = 14
  133. SetObject.TextWrapped = true
  134.  
  135. SetCar.Name = "SetCar"
  136. SetCar.Parent = FreeFrame
  137. SetCar.BackgroundColor3 = Color3.new(0.196078, 0.239216, 0.815686)
  138. SetCar.BorderSizePixel = 0
  139. SetCar.Position = UDim2.new(0.299188614, 0, 0.244880855, 0)
  140. SetCar.Size = UDim2.new(0, 61, 0, 25)
  141. SetCar.ClearTextOnFocus = false
  142. SetCar.Font = Enum.Font.SourceSans
  143. SetCar.PlaceholderText = "Speed"
  144. SetCar.Text = "16"
  145. SetCar.TextColor3 = Color3.new(0, 0, 0)
  146. SetCar.TextScaled = true
  147. SetCar.TextSize = 14
  148. SetCar.TextWrapped = true
  149.  
  150. Toggle.Name = "Toggle"
  151. Toggle.Parent = Free
  152. Toggle.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Toggle.BorderSizePixel = 0
  154. Toggle.Position = UDim2.new(0.0193974487, 0, -0.000508278608, 0)
  155. Toggle.Size = UDim2.new(0, 70, 0, 28)
  156. Toggle.Font = Enum.Font.SourceSans
  157. Toggle.Text = "Toggle"
  158. Toggle.TextColor3 = Color3.new(0, 0, 0)
  159. Toggle.TextScaled = true
  160. Toggle.TextSize = 14
  161. Toggle.TextWrapped = true
  162.  
  163. -- Scripts
  164. Toggle.MouseButton1Down:connect(function()
  165. if FreeFrame.Visible == true then
  166. FreeFrame.Visible = false
  167. else
  168. FreeFrame.Visible = true
  169. end
  170. end)
  171.  
  172. PlacePart.MouseButton1Down:connect(function()
  173. local Y = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  174. local Z = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  175. local X = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  176. local Player = game.Players.LocalPlayer
  177. local gg = game.CoreGui.Free.FreeFrame.SetObject.Text
  178. local Object = game.Lighting.Consumables:FindFirstChild(gg)
  179. game.ReplicatedStorage.remoteCreateObject:InvokeServer(gg, game.Workspace.UserParts:FindFirstChild(Player.Name), Player.UserId)
  180. game.ReplicatedStorage.remotePlaceObject:FireServer(Object, X, Y, Z, 0, Player.UserId)
  181. end)
  182. allrooms.MouseButton1Down:connect(function()
  183. print("Sorry"..plrname.."That is patched")
  184. end)
  185. BuyCar.MouseButton1Down:connect(function()
  186. local remote = game.ReplicatedStorage.remoteBuyCar
  187. local slut = game.Players.LocalPlayer.PlayerGui.Settings.TycoonNumber.Value
  188. remote:FireServer("Car1", slut)
  189. end)
  190. Esp.MouseButton1Down:connect(function()
  191. loadstring(game:GetObjects("rbxassetid://01890920047")[1].Source)()
  192. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement