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
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Credit to timeless for help :3
- -- Credit to this other dude who released sword fight script gave me this idea
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Aimbot Started!', 'All')
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if Active then
- print('Stopped')
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Disabled!', 'All')
- Active = true
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Enabled!', 'All')
- end
- while wait() do
- if Active then
- local Current = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.Img.PlayerText.Text
- game.Players[Current].Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Knife.Handle.Position)
- Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
- end)
- end)
- Loop()