Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Me = game:service("Players").LocalPlayer
  2. Char = Me.Character
  3. Mouse = Me:GetMouse()
  4. Mode={"BloodLust","Normal"}
  5. DTable={}
  6. Combo = 0
  7. Name="MoonLight Katana"
  8. PrimaryColor = "Really black"
  9. SecondaryColor="White"
  10. pcall(function() Char:FindFirstChild("WepModel"):Destroy() Me.Backpack:FindFirstChild(Name):Destroy() end)
  11. Activated = false
  12. Dashing = false
  13. Selected = false
  14. ADB=false
  15. DiffColor = false
  16. Camera=game:service("Workspace").CurrentCamera
  17. LeftArm = Char["Left Arm"]
  18. RightArm = Char["Right Arm"]
  19. HRP = Char.HumanoidRootPart["RootJoint"]
  20. SavedRoot = HRP.C0
  21. necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  22. if script.Parent.className ~= "HopperBin" then
  23. h = Instance.new("HopperBin", Me.Backpack)
  24. h.Name = Name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement