Advertisement
CopyCH

V.11

Jan 29th, 2020
991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. --[[
  2. Made by Bean07#0001 Bean07 on v3rm
  3.  
  4. Credits to LeviTheOtaku for this TP Bypass
  5.  
  6. Please do not re rel or make a video on it without a proper credit!
  7. ]]
  8. _G.YEET = true
  9.  
  10. function tp(x,y,z)local a=25;moving=true;if xgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while xgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-a,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if zgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while zgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-a))end end;if xgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while xgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+a,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if zgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while zgame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+a))end end;if ygame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while ygame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-a,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if ygame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while ygame.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+a,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()gamegetService(RunService)BindToRenderStep(,0,function()if not game.Players.LocalPlayer.CharacterfindFirstChildOfClass(Humanoid)then return end;if moving==true then game.Players.LocalPlayer.CharacterfindFirstChildOfClass(Humanoid)ChangeState(11)end end)end)game.Players.LocalPlayer.CharacterMoveTo(Vector3.new(x,y,z))
  11.  
  12. while wait() and _G.YEET do
  13. pcall(function()
  14. local Target;
  15. for _, v in next, game.PlayersGetPlayers() do
  16. if v.Team.Name == Criminals or v.Team.Name == Villians then
  17. if Target==nil or game.Players.LocalPlayerDistanceFromCharacter(v.Character.HumanoidRootPart.Position) = game.Players.LocalPlayerDistanceFromCharacter(Target.Character.HumanoidRootPart.Position) then
  18. Target = v
  19. end
  20. end
  21. end
  22. if game.Players.LocalPlayerDistanceFromCharacter(Target.Character.HumanoidRootPart.Position) 200 then
  23. local TP = Target.Character.HumanoidRootPart.Position
  24. tp(TP.x,TP.y,TP.z)
  25. end
  26. for i = 1, 7 do
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
  28. game.Players.LocalPlayer.Character.HumanoidEquipTool(game.Players.LocalPlayer.BackpackFindFirstChild(Tazer))
  29. game.ReplicatedStorage.EventFireServer(TAZ, Target.Character.HumanoidRootPart)
  30. end
  31. end)
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement