Advertisement
JacobRoblox

Untitled

Jan 18th, 2022
3,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. game:GetService("RunService").Stepped:connect(function()
  2. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):ChangeState(11)
  3. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-153.47319, 52.5, -4828.72021, -0.998862445, 4.47831461e-08, 0.0476949513, 4.73453277e-08, 1, 5.25903197e-08, -0.0476949513, 5.47886252e-08, -0.998862445)
  4. end)
  5.  
  6. spawn(function()
  7. while wait () do
  8. for i, v in pairs(workspace["Zombie Storage"]:GetChildren()) do wait()
  9. if v:FindFirstChild("Head") then
  10. local args = {
  11. [1] = {
  12. ["LaserProperties"] = {
  13. [1] = {
  14. [1] = "Neon",
  15. [2] = BrickColor.new(1003),
  16. [3] = Vector3.new(0, 0, 0),
  17. [4] = CFrame.new(Vector3.new(121, 200, 4869), Vector3.new(-0, -0, -1)),
  18. [5] = Vector3.new(150.73249816895, 24.428089141846, 114.7022857666),
  19. [6] = 9000000000,
  20. [7] = true,
  21. [8] = Vector3.new(0, 0, 0)
  22. }
  23. },
  24. ["RealTool"] = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool"),
  25. ["Tool"] = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool"),
  26. ["HumanoidTables"] = {
  27. [1] = {
  28. ["HeadHits"] = 10,
  29. ["THumanoid"] = v.Humanoid,
  30. ["BodyHits"] = 0
  31. }
  32. }
  33. }
  34. }
  35.  
  36. game:GetService("ReplicatedStorage").Remotes.WeaponEvent:FireServer(unpack(args))
  37. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  38. if v.ClassName == "Tool" and v:FindFirstChild("GunController") then
  39. v.Parent = game.Players.LocalPlayer.Character
  40. end end end end end end)
  41.  
  42. local vu = game:GetService("VirtualUser")
  43. game:GetService("Players").LocalPlayer.Idled:connect(function()
  44. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  45. wait(1)
  46. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  47. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement