local Finity = loadstring(game:HttpGet("https://pastebin.
com/raw/y4eeFHp0"))()
local FinityWindow = Finity.new(true)
FinityWindow.ChangeToggleKey(Enum.KeyCode.T)
local Invisible = FinityWindow:Category("Invisible functions")
local Invisible1 = Invisible:Sector("Invisible")
Invisible1:Cheat("Label", "Note: Execute it with the sword handled to be totally
invisible", function()
end)
Invisible1:Cheat("Button", "Put Invisible your character", function()
local A_1 = a
local Event = game:GetService("ReplicatedStorage").ShrineTeleport
Event:InvokeServer(A_1)
end)
Invisible1:Cheat("Button", "NoFaceSS", function()
for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
if v:IsA("Decal") and v.Name == 'face' then
v:Destroy()
end
end
end)
Invisible1:Cheat("Button", "PlayerHitbox", function()
for _,part in pairs(game:GetService("Players"):GetChildren()) do
if part.Name ~= game.Players.LocalPlayer.Name then
part.Character.HumanoidRootPart.Size = Vector3.new(40, 40, 40)
part.Character.HumanoidRootPart.Transparency = 0.60
part.Character.HumanoidRootPart.CanCollide = false
end
end
end)
Invisible1:Cheat("Button", "TpToAltar", function()
local A_1 = game:GetService("Workspace").Shrines.Map.ALTAR
local Event = game:GetService("ReplicatedStorage").ShrineTeleport
Event:InvokeServer(A_1)
end)
Invisible1:Cheat("Label", "Don't die or you'll be kicked", function()
end)
Invisible1:Cheat("Button", "AnticheatBypass", function()
game:GetService("Players").LocalPlayer.Character.CharacterCustomScripts.General:Des
troy()
wait()
game:GetService("Players").LocalPlayer.Character.CharacterCustomScripts.HandleScree
nShake:Destroy()
wait()
game:GetService("Players").LocalPlayer.Character.CharacterCustomScripts.General:Des
troy()
wait()
game:GetService("Players").LocalPlayer.Character.CharacterCustomScripts.FallDamage:
Destroy()
wait()
game:GetService("Players").LocalPlayer.Character.Shiftlock:Destroy()
wait()
game:GetService("Players").LocalPlayer.Character.Looking:Destroy()
wait()
game:GetService("Players").LocalPlayer.Character.CharacterCustomScripts.PackageLink
:Destroy()
wait()
game:GetService("StarterPlayer").StarterCharacterScripts.CharacterCustomScripts:Des
troy()
wait()
game:GetService("StarterPlayer").StarterCharacterScripts.Looking:Destroy()
end)
Invisible1:Cheat("Label", "Enable anticheat before use!", function()
end)
Invisible1:Cheat("Button", "ModWalkspeed", function()
while true do
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 70
wait()
end
end)
Invisible1:Cheat("Label", "Better if you not execute the autokill script when you
have the anticheat activated!", function()
end)
Invisible1:Cheat("Button", "AutoKill", function()
while true do
for i,v in pairs(game:GetService("Players"):GetChildren()) do
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame =
v.Character.HumanoidRootPart.CFrame + Vector3.new(1, 10, 1)
wait(3)
for _,part in pairs(game:GetService("Players"):GetChildren()) do
if part.Name ~= game.Players.LocalPlayer.Name then
part.Character.HumanoidRootPart.Size = Vector3.new(40, 40, 40)
part.Character.HumanoidRootPart.Transparency = 0.60
part.Character.HumanoidRootPart.CanCollide = false
end
end
end
end
end)