Advertisement
santi_go3

Aimbot assassin / ROBLOX (Put ;toggle to activate)

Jan 14th, 2019
1,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Make By Santi_go3YT Aimbot assassin / ROBLOX (Put ;toggle to activate)
  2. game.Players.LocalPlayer.PlayerScripts.reeee:Destroy()
  3.  
  4. local Active = false
  5. -- Credit to Alloviing For the vid.
  6. -- Credit to the owner for the script
  7. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Aimbot Started!", "All")
  8. game.Players.LocalPlayer.Chatted:connect(function(msg)
  9. if msg:lower() == ';toggle' then
  10. if Active then
  11. Active = false
  12. print("Stopped")
  13. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Disabled!", "All")
  14. else
  15. Active = true
  16. print("Started")
  17. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Enabled!", "All")
  18. end
  19. end
  20. end)
  21.  
  22. Loop = coroutine.wrap(function()
  23. while wait() do
  24. pcall(function()
  25. if Active then
  26. local Current = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.TargetText.Text
  27. game.Players[Current].Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Knife.Handle.Position)
  28. Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  29. end
  30. end)
  31. end
  32. end)
  33.  
  34. Loop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement