Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Make By Santi_go3YT Aimbot assassin / ROBLOX (Put ;toggle to activate)
- game.Players.LocalPlayer.PlayerScripts.reeee:Destroy()
- local Active = false
- -- Credit to Alloviing For the vid.
- -- Credit to the owner for the script
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Aimbot Started!", "All")
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if msg:lower() == ';toggle' then
- if Active then
- Active = false
- print("Stopped")
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Disabled!", "All")
- else
- Active = true
- print("Started")
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Enabled!", "All")
- end
- end
- end)
- Loop = coroutine.wrap(function()
- while wait() do
- pcall(function()
- if Active then
- local Current = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.TargetText.Text
- game.Players[Current].Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Knife.Handle.Position)
- Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
- end
- end)
- end
- end)
- Loop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement