Functions: Op Autofarm XP

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
click on the combat tool
execute this script
while wait() do
local args = {
[1] = game:GetService("Players").LocalPlayer,
}
game:GetService("ReplicatedStorage").Events.boxing:FireServer(unpack(args))
end
then
this is the accept task thing, idk how to make it automatically accept so you have to do it manually
local clickdetector = game:GetService("Workspace").Interactive.NPCQUESTBOSSKARATE.NpcTalk.ClickDetector -- path to the click detector
fireclickdetector(clickdetector)
after you accept the quest execute this
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