Advertisement
NukeVsCity

new project xl hack

Jun 19th, 2021
3,412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1.  
  2. local Finity = loadstring(game:HttpGet("https://pastebin.com/raw/y4eeFHp0"))()
  3.  
  4. local FinityWindow = Finity.new(true)
  5. FinityWindow.ChangeToggleKey(Enum.KeyCode.RightShift)
  6.  
  7. local Invisible = FinityWindow:Category("Project XL")
  8.  
  9. local Invisible1 = Invisible:Sector("Functions")
  10.  
  11.  
  12. Invisible1:Cheat("Label", "Note: you need your blade equipped", function()
  13. end)
  14.  
  15. Invisible1:Cheat("Button", "AutoSwing", function()
  16. while true do
  17. game:GetService("ReplicatedStorage").RemoteEvents.BladeCombatRemote:FireServer(true, Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
  18. wait()
  19. end
  20. end)
  21.  
  22. local Toggles1 = {
  23. Loop = false
  24. }
  25.  
  26. Invisible1:Cheat("Toggle", "LoopTp Agni's minions", function(t)
  27. Toggles1.Loop = t
  28. end)
  29.  
  30. spawn(function()
  31. while true do wait(0.001)
  32. if Toggles1.Loop == true then
  33. for i,v in pairs(game:GetService("Workspace").Live["Agni's Minions"]:GetChildren()) do
  34. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, -4 , 0)
  35. wait(.2)
  36. end
  37. end
  38. end
  39. end)
  40.  
  41. Invisible1:Cheat("Button", "Magnet Farm", function()
  42. game:GetService('RunService').Stepped:Connect(function()
  43. setsimulationradius(1e308, 1/0)
  44. end)
  45. for _,part in pairs(game:GetService("Workspace").Live:GetDescendants()) do
  46. if game.Players.LocalPlayer.Character:FindFirstChild('Head') and part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and not part:IsDescendantOf(game.Players.LocalPlayer.Character) and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then
  47. local ForceInstance = Instance.new("BodyPosition")
  48. for i,c in pairs(part:GetChildren()) do
  49. if c:IsA("BodyPosition") or c:IsA("BodyGyro") then
  50. c:Destroy()
  51. end
  52. end
  53. ForceInstance.Parent = part
  54. ForceInstance.MaxForce = Vector3.new(math.huge, math.huge, math.huge
  55. )ForceInstance.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0, 4, 0)
  56. end
  57. end
  58. end)
  59.  
  60. Invisible1:Cheat("Button", "Unfreeze enemies", function()
  61. for _,part in pairs(game:GetService("Workspace").Live:GetDescendants()) do
  62. if game.Players.LocalPlayer.Character:FindFirstChild('Head') and part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and not part:IsDescendantOf(game.Players.LocalPlayer.Character) and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then
  63. local ForceInstance = Instance.new("BodyPosition")
  64. for i,c in pairs(part:GetChildren()) do
  65. if c:IsA("BodyPosition") or c:IsA("BodyGyro") then
  66. c:Destroy()
  67. end
  68. end
  69. end
  70. end
  71. end)
  72.  
  73. Invisible1:Cheat("Button", "GetBanditQuest", function()
  74. local userdata_1 = game:GetService("ReplicatedStorage").Quests["Defeat 10 Bandits"];
  75. local Target = game:GetService("ReplicatedStorage").RemoteEvents.ChangeQuestRemote;
  76. Target:FireServer(userdata_1);
  77. end)
  78.  
  79. local Toggles1 = {
  80. Loop = false
  81. }
  82.  
  83. Invisible1:Cheat("Toggle", "LoopTp Bandits", function(t)
  84. Toggles1.Loop = t
  85. end)
  86.  
  87. spawn(function()
  88. while true do wait(0.001)
  89. if Toggles1.Loop == true then
  90. for i,v in pairs(game:GetService("Workspace").Live.Bandits:GetChildren()) do
  91. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, -4 , 0)
  92. wait(.2)
  93. end
  94. end
  95. end
  96. end)
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement