Infinite_Hack

Roblox "Build a Boat for treasure" All in one Script

Mar 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. -- Gold Script
  2.  
  3. while true do
  4. wait(5) -- no need to make this lower, there is a wait time on the chest.
  5. p = game.Players.LocalPlayer
  6. h = p.Character.HumanoidRootPart
  7. h.CFrame = CFrame.new(-58.693,-355.288,8772.092)
  8. end
  9.  
  10. -- all block Script
  11.  
  12. for i,v in pairs(Game.ReplicatedStorage.BuildingParts:GetChildren()) do
  13. Game.Workspace.ItemBoughtFromShop:FireServer(v.Name,1000,"Common",true) -- change the "Common" to any chest you want from the shop.
  14. end
  15.  
  16. -- Infinite Blocks Script
  17.  
  18. for theItem = "ItemHere" -- Change the "ItemHere" on what block you want.
  19. amount = 20000000 --change if u want more
  20. game.Players.LocalPlayer.Data[theItem].Value = amount -- Change the "amount" on how many you want.
  21. end
Add Comment
Please, Sign In to add comment