MrKix

Скрипт 21 (HOT), OP:OS Script (Kill whitebeard)

Nov 1st, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2. mouse = player:GetMouse()
  3.  
  4. mouse.KeyDown:connect(function(key)
  5. if key == "z" then
  6. local me = game.Players.LocalPlayer.Character
  7.  
  8. local targetplayer = game:GetService("Workspace").WhitebeardQuest
  9.  
  10. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
  11. end
  12. end)
  13.  
  14.  
  15. player = game.Players.LocalPlayer
  16. mouse = player:GetMouse()
  17.  
  18. mouse.KeyDown:connect(function(key)
  19. if key == "x" then
  20. game:GetService("Workspace").Whitebeard.Humanoid:TakeDamage(5999)
  21. end
  22. end)
  23.  
  24.  
  25.  
  26.  
  27.  
  28. -- Z - Tp to whitebeard quest
  29. -- X - Kill boss.
  30.  
  31. -- U should damage him before using X. If u havent damaged him, u wont get money n shit.
Add Comment
Please, Sign In to add comment