Advertisement
Elixcore

OPLD

Sep 26th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(v)
  2. if v == 'h' then
  3. game.Players.LocalPlayer.PlayerGui.Conqueror.Haki:FireServer()
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement