EZLord17

Hack Script build a boat

Jul 10th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DATA HOSTED WITH ♥ BY PASTEBIN.COM - DOWNLOAD RAW - SEE ORIGINAL
  2. --[[
  3.     Gui made by Ryder (Club Dark / Discord)
  4.     CREDIT:
  5.     Hack Script by ak47(v3rmillion)
  6. --]]
  7. -- Instances:
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Open = Instance.new("Frame")
  10. local OpenB = Instance.new("TextButton")
  11. local Main = Instance.new("Frame")
  12. local Frame = Instance.new("Frame")
  13. local TpCheck = Instance.new("TextButton")
  14. local tpchest = Instance.new("TextButton")
  15. local antiafk = Instance.new("TextButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local Close = Instance.new("TextButton")
  18. local Title = Instance.new("TextLabel")
  19. --Properties:
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Open.Name = "Open"
  23. Open.Parent = ScreenGui
  24. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Open.Position = UDim2.new(0.456419855, 0, 0.017326735, 0)
  26. Open.Size = UDim2.new(0, 125, 0, 25)
  27. Open.Style = Enum.FrameStyle.RobloxRound
  28.  
  29. OpenB.Name = "OpenB"
  30. OpenB.Parent = Open
  31. OpenB.BackgroundColor3 = Color3.new(1, 1, 1)
  32. OpenB.BackgroundTransparency = 1
  33. OpenB.Position = UDim2.new(-0.104000002, 0, -0.603404403, 0)
  34. OpenB.Size = UDim2.new(0, 131, 0, 20)
  35. OpenB.Font = Enum.Font.GothamBold
  36. OpenB.Text = "OPEN"
  37. OpenB.TextColor3 = Color3.new(1, 1, 1)
  38. OpenB.TextSize = 14
  39. OpenB.MouseButton1Down:connect(function()
  40.     Main.Visible = true
  41.     Open.Visible = false
  42. end)
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = ScreenGui
  46. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Main.Position = UDim2.new(0.395501405, 0, 0.146039605, 0)
  48. Main.Size = UDim2.new(0, 255, 0, 258)
  49. Main.Visible = false
  50. Main.Style = Enum.FrameStyle.RobloxRound
  51. Main.Active = true
  52. Main.Draggable = true
  53.  
  54. Frame.Parent = Main
  55. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Frame.Position = UDim2.new(-0.0442363694, 0, -0.0342742577, 0)
  57. Frame.Size = UDim2.new(0, 256, 0, 37)
  58. Frame.Style = Enum.FrameStyle.RobloxRound
  59.  
  60. Checks = false
  61. TpCheck.Name = "TpCheck"
  62. TpCheck.Parent = Main
  63. TpCheck.BackgroundColor3 = Color3.new(1, 1, 1)
  64. TpCheck.Position = UDim2.new(0.0717863739, 0, 0.216963887, 0)
  65. TpCheck.Size = UDim2.new(0, 200, 0, 35)
  66. TpCheck.SizeConstraint = Enum.SizeConstraint.RelativeYY
  67. TpCheck.Style = Enum.ButtonStyle.RobloxRoundButton
  68. TpCheck.Font = Enum.Font.GothamBold
  69. TpCheck.Text = "TP Check"
  70. TpCheck.TextColor3 = Color3.new(0, 0, 0)
  71. TpCheck.TextSize = 14
  72. TpCheck.TextWrapped = true
  73. TpCheck.MouseButton1Down:Connect(function()
  74.     if Checks == true then Checks = false
  75. elseif
  76. Checks == false then Checks = true
  77.  
  78. while Checks == true do
  79. wait(0)
  80. for _,v in pairs(workspace:GetDescendants()) do
  81. if v.Name == "GatePart" or
  82. v.Name == "DarknessPart" then
  83. v.Transparency = 1
  84. v.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  85. wait(0)
  86. v.CFrame = CFrame.new(0,0,0)
  87. end
  88. end
  89. end
  90. end
  91. end)
  92.  
  93. Chest = false
  94. tpchest.Name = "tpchest"
  95. tpchest.Parent = Main
  96. tpchest.BackgroundColor3 = Color3.new(1, 1, 1)
  97. tpchest.Position = UDim2.new(0.0717863739, 0, 0.44617632, 0)
  98. tpchest.Size = UDim2.new(0, 200, 0, 35)
  99. tpchest.SizeConstraint = Enum.SizeConstraint.RelativeYY
  100. tpchest.Style = Enum.ButtonStyle.RobloxRoundButton
  101. tpchest.Font = Enum.Font.GothamBold
  102. tpchest.Text = "TP Chest"
  103. tpchest.TextColor3 = Color3.new(0, 0, 0)
  104. tpchest.TextSize = 14
  105. tpchest.TextWrapped = true
  106. tpchest.MouseButton1Down:Connect(function()
  107.     if Chest == true then Chest = false
  108. elseif
  109. Chest == false then Chest = true
  110.  
  111. while Chest == true do
  112. wait(1)
  113. game.workspace.GoldenChest.Collider.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  114. wait(1)
  115. game.workspace.GoldenChest.Collider.CFrame = CFrame.new(0,0,0)
  116. end
  117. end
  118. end)
  119.  
  120.  
  121. click = false
  122. antiafk.Name = "antiafk"
  123. antiafk.Parent = Main
  124. antiafk.BackgroundColor3 = Color3.new(1, 1, 1)
  125. antiafk.Position = UDim2.new(0.0785548836, 0, 0.63120681, 0)
  126. antiafk.Size = UDim2.new(0, 200, 0, 52)
  127. antiafk.SizeConstraint = Enum.SizeConstraint.RelativeYY
  128. antiafk.Style = Enum.ButtonStyle.RobloxRoundButton
  129. antiafk.Font = Enum.Font.GothamBold
  130. antiafk.Text = "No-AFK Roblox Has To Be Active Window"
  131. antiafk.TextColor3 = Color3.new(0, 0, 0)
  132. antiafk.TextSize = 14
  133. antiafk.TextWrapped = true
  134. antiafk.MouseButton1Down:Connect(function()
  135.     if click == true then click = false
  136. elseif
  137. click == false then click = true
  138.  
  139. while click == true do
  140. wait(1)
  141. mouse1click()
  142. end
  143. end
  144. end)
  145.  
  146. TextLabel.Parent = Main
  147. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  148. TextLabel.BackgroundTransparency = 1
  149. TextLabel.Position = UDim2.new(0.0740023777, 0, 0.894097149, 0)
  150. TextLabel.Size = UDim2.new(0, 200, 0, 26)
  151. TextLabel.Font = Enum.Font.SciFi
  152. TextLabel.Text = "CREDIT TO OWNER: AK47(V3RM)"
  153. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  154. TextLabel.TextSize = 14
  155.  
  156. Close.Name = "Close"
  157. Close.Parent = Main
  158. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Close.Position = UDim2.new(-0.0349809267, 0, -0.0341832787, 0)
  160. Close.Size = UDim2.new(0, 37, 0, 36)
  161. Close.SizeConstraint = Enum.SizeConstraint.RelativeYY
  162. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  163. Close.Font = Enum.Font.GothamBold
  164. Close.Text = "X"
  165. Close.TextColor3 = Color3.new(0.666667, 0, 0)
  166. Close.TextSize = 14
  167. Close.TextWrapped = true
  168. Close.MouseButton1Down:Connect(function()
  169.     Main.Visible = false
  170.     Open.Visible = true
  171. end)
  172.  
  173. Title.Name = "Title"
  174. Title.Parent = Main
  175. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Title.BackgroundTransparency = 1
  177. Title.Position = UDim2.new(0.118960157, 0, -0.014929248, 0)
  178. Title.Size = UDim2.new(0, 211, 0, 26)
  179. Title.Font = Enum.Font.GothamBold
  180. Title.Text = "Build a bot for treasure"
  181. Title.TextColor3 = Color3.new(1, 1, 1)
  182. Title.TextSize = 14
Add Comment
Please, Sign In to add comment