How To Hack Knives In Roblox Assassin

Exotics is the most popular tiers in Assassin, it is an orange colour and the third rarest tier to obtain. There are multiple ways of obtaining one Unboxing Trading Robux packs (limited) Competitive modes (limited) There were four instances that were uniquely obtained. Candy Slayer- bought for 10,000 tokens/Birthday Blade- bought for 3333 tokens Jolly Blade, craftable through three code knives.

Jan 30th, 2018
How to hack knives in assassin roblox
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Credit to timeless for help :3
  2. -- Credit to this other dude who released sword fight script gave me this idea
  3. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Aimbot Started!', 'All')
  4. game.Players.LocalPlayer.Chatted:connect(function(msg)
  5. if Active then
  6. print('Stopped')
  7. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Disabled!', 'All')
  8. Active = true
  9. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Enabled!', 'All')
  10. end
  11. while wait() do
  12. if Active then
  13. local Current = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.Img.PlayerText.Text
  14. game.Players[Current].Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Knife.Handle.Position)
  15. Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  16. end)
  17. end)
  18. Loop()