getgenv().
CoinColelct = false;
function CoinTP()
spawn(function ()
while getgenv().CoinColelct == true do
TPTo(game:GetService("Workspace").[Link]) wait()
end
end)
end
function Coin()
spawn(function ()
while getgenv().CoinColelct == true do
game:GetService("ReplicatedStorage").[Link]:FireServer() wait()
end
end)
end
local library =
loadstring(game:HttpGet(('[Link]
for-libs/main/wall%20v3')))()
local w = library:CreateWindow("Destroy Furries")
local b = w:CreateFolder("Autofarm")
b:Toggle("Auto TP Coins",function(val)
getgenv().CoinColelct = val
CoinTP()
end)
b:Toggle("Auto Coins",function(val)
getgenv().CoinColelct = val
Coin()
end)
local b = w:CreateFolder("Credits")
b:Label("Made by X_LuaF#0705",{
TextSize = 21;
TextColor = [Link](255,255,255);
BgColor = [Link](69,69,69);
})
b:Button("Copy Discord Invite",function()
setclipboard("[Link]
end)
b:DestroyGui()
local b = w:CreateFolder("LocalPlayer")
local S
local J
local H
local G
b:Box("Speed","number",function(val)
S = val
end)
b:Box("Jump","number",function(val)
J = val
end)
b:Box("Hip Height","number",function(val)
H = val
end)
b:Box("Gravity","number",function(val)
G = val
end)
b:Toggle("Speed",function(bool)
getgenv().Speed = bool
Speed(S)
end)
b:Toggle("Jump",function(bool)
getgenv().Jump = bool
Jump(J)
end)
b:Toggle("Hip Height",function(bool)
getgenv().Hip = bool
Hip(H)
end)
b:Toggle("Gravity",function(bool)
getgenv().Grav = bool
Grav(G)
end)
b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)
[Link] = val
end)
b:Button("Full LocalPlayer",function()
loadstring(game:HttpGet("[Link]
end)
function TPTo(PCFrame)
local plr = [Link];
if [Link] then
[Link] = PCFrame
end
end
getgenv().Speed = false;
getgenv().Jump = false;
getgenv().Hip = false;
getgenv().Chat = false;
getgenv().Grav = false;
function Chat(Mes, Freq)
spawn(function ()
while getgenv().Chat == true do
local args = {[1] = Mes,[2] = "All"}
game:GetService("ReplicatedStorage").[Link]:
FireServer(unpack(args))
wait(Freq)
end
end)
end
function Speed(Nume)
spawn(function ()
if getgenv().Speed == true then
while getgenv().Speed == true do
game:GetService("Players").[Link]
= Nume
wait()
end
elseif getgenv().Speed == false then
game:GetService("Players").[Link] =
16
end
end)
end
function Jump(Nume)
spawn(function ()
if getgenv().Jump == true then
while getgenv().Jump == true do
game:GetService("Players").[Link]
= Nume
wait()
end
elseif getgenv().Jump == false then
game:GetService("Players").[Link] =
50
end
end)
end
function Hip(Nume)
spawn(function ()
if getgenv().Hip == true then
while getgenv().Hip == true do
game:GetService("Players").[Link] =
Nume
wait()
end
elseif getgenv().Hip == false then
game:GetService("Players").[Link] =
0.1
end
end)
end
function Grav(Nume)
spawn(function ()
if getgenv().Grav == true then
while getgenv().Grav == true do
game:GetService("Workspace").Gravity = Nume
wait()
end
elseif getgenv().Grav == false then
game:GetService("Workspace").Gravity = 196.2
end
end)
end