Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Finity = loadstring(game:HttpGet("https://pastebin.com/raw/y4eeFHp0"))()
- local FinityWindow = Finity.new(true)
- FinityWindow.ChangeToggleKey(Enum.KeyCode.RightShift)
- local Invisible = FinityWindow:Category("Project XL")
- local Invisible1 = Invisible:Sector("Functions")
- Invisible1:Cheat("Label", "Note: you need your blade equipped", function()
- end)
- Invisible1:Cheat("Button", "AutoSwing", function()
- while true do
- game:GetService("ReplicatedStorage").RemoteEvents.BladeCombatRemote:FireServer(true, Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
- wait()
- end
- end)
- local Toggles1 = {
- Loop = false
- }
- Invisible1:Cheat("Toggle", "LoopTp Agni's minions", function(t)
- Toggles1.Loop = t
- end)
- spawn(function()
- while true do wait(0.001)
- if Toggles1.Loop == true then
- for i,v in pairs(game:GetService("Workspace").Live["Agni's Minions"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, -4 , 0)
- wait(.2)
- end
- end
- end
- end)
- Invisible1:Cheat("Button", "Magnet Farm", function()
- game:GetService('RunService').Stepped:Connect(function()
- setsimulationradius(1e308, 1/0)
- end)
- for _,part in pairs(game:GetService("Workspace").Live:GetDescendants()) do
- 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
- local ForceInstance = Instance.new("BodyPosition")
- for i,c in pairs(part:GetChildren()) do
- if c:IsA("BodyPosition") or c:IsA("BodyGyro") then
- c:Destroy()
- end
- end
- ForceInstance.Parent = part
- ForceInstance.MaxForce = Vector3.new(math.huge, math.huge, math.huge
- )ForceInstance.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0, 4, 0)
- end
- end
- end)
- Invisible1:Cheat("Button", "Unfreeze enemies", function()
- for _,part in pairs(game:GetService("Workspace").Live:GetDescendants()) do
- 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
- local ForceInstance = Instance.new("BodyPosition")
- for i,c in pairs(part:GetChildren()) do
- if c:IsA("BodyPosition") or c:IsA("BodyGyro") then
- c:Destroy()
- end
- end
- end
- end
- end)
- Invisible1:Cheat("Button", "GetBanditQuest", function()
- local userdata_1 = game:GetService("ReplicatedStorage").Quests["Defeat 10 Bandits"];
- local Target = game:GetService("ReplicatedStorage").RemoteEvents.ChangeQuestRemote;
- Target:FireServer(userdata_1);
- end)
- local Toggles1 = {
- Loop = false
- }
- Invisible1:Cheat("Toggle", "LoopTp Bandits", function(t)
- Toggles1.Loop = t
- end)
- spawn(function()
- while true do wait(0.001)
- if Toggles1.Loop == true then
- for i,v in pairs(game:GetService("Workspace").Live.Bandits:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, -4 , 0)
- wait(.2)
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement