Advertisement
testhk

ROBLOX Studio Script Tool God

Dec 2nd, 2015
1,547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. function Click()
  2.  
  3. --Btools-GodMode--
  4. script.Parent.Parent.Parent.Parent.Character.Humanoid.MaxHealth = math.huge
  5. local clone = Instance.new("HopperBin")
  6. clone.BinType = "Clone"
  7. clone.Parent = game.Players.LocalPlayer.Backpack
  8. local delete = Instance.new("HopperBin")
  9. delete.BinType = "Hammer"
  10. delete.Parent = game.Players.LocalPlayer.Backpack
  11. local drag = Instance.new("HopperBin")
  12. drag.BinType = "GameTool"
  13. drag.Parent = game.Players.LocalPlayer.Backpack
  14. end
  15.  
  16. script.Parent.MouseButton1Down:connect(Click)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement