Description

# Open Sourced (Not that big of a script I hoped it to be)

() It took me wayy too long to make this and I couldn't think on what else to

add to the script so please enjoy the hard work I put in this, I blame the anticheat in the game that made me spend almost half a day!

[I AM DOING SCRIPT REQUESTS - My discord is mcdaggitt, so dm me!]

Features:

> HitAssist -- Basically increases the hit range and more

> AntiPuddle -- Puddles dont attempt to damage you

> AntiFurry -- Automatically die if you become one

> Esp -- See where the little furrys are at

() I tried to make an auto escape feature but failed so I will leave the remote event to fact check if its true

-- Grab logic * Figure out a way to make it ungrab, Detects if ur grabbed.--

() The only issue is that I tried simulating the space bar but had no luck and when attempting to read the remotes logic adonis would always kick me so yeah, I couldn't find a way to make anti grab

-- Logic

_G.AutoDetectGrab = true

local Sigma = game:GetService("Players").LocalPlayer

local GrabStatus = game:GetService("ReplicatedStorage").RemoteEvents.GrabStatus

GrabStatus.OnClientEvent:Connect(function(v)

if _G.AutoDetectGrab and v then

print("Grab detected!")

end

end)

-- end of logic

Comments

1comment
Add a comment...
JoeDez
JoeDezScript Owner9mo ago(edited)

My main account is on scriptblox, I also decided to upload on this site, my account on scriptblox is mcdaggitt. If you have script requests hit up mcdaggitt on discord aswell!