Fighting Academy | LEVEL FARM

MADE BY Trz

FEATURE:

  • LEVEL FARM
    • click on the combat tool 
    • then execute the first script
    • this is the accept task thing
    • after you accept the quest execute the 2nd one

SCRIPT 1:

while wait() do
local args = {
    [1] = game:GetService("Players").LocalPlayer,
}

game:GetService("ReplicatedStorage").Events.boxing:FireServer(unpack(args))
end

SCRIPT 2:

while wait() do
local Mob = game:GetService("Workspace").Npcs["Karate_Boss"]
local Body = Mob.PrimaryPart
local BodyCFrame = Body.CFrame -- the CFrame of the mob's body
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = BodyCFrame - BodyCFrame.LookVector * 3
game:GetService("Workspace").Npcs["Karate_Boss"].Humanoid.Health=0
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!