0% found this document useful (0 votes)
74 views

ZOぞ Script GUI

The document contains code for loading a Finity GUI window that provides various cheats and invisible functions for an unknown game. The Finity window contains categories for invisible functions and cheats that allow modifying player visibility, teleporting to different locations, bypassing anti-cheat detection, and automatically killing other players. Many of the cheats warn that the anti-cheat should be disabled or enabled based on the specific cheat being used.

Uploaded by

1.1.13 phunya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views

ZOぞ Script GUI

The document contains code for loading a Finity GUI window that provides various cheats and invisible functions for an unknown game. The Finity window contains categories for invisible functions and cheats that allow modifying player visibility, teleporting to different locations, bypassing anti-cheat detection, and automatically killing other players. Many of the cheats warn that the anti-cheat should be disabled or enabled based on the specific cheat being used.

Uploaded by

1.1.13 phunya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy