Untitled Combat Arena (UCA) Script | AUTOFARM MONEY

Png-53.png

Created by KylnDantas

Features:

spawn(function() -- made by: KylnDantas#6271
       getgenv().autoclicker = true -- change to false to stop
                               while getgenv().autoclicker == true do
                                   task.wait()
                               game:GetService("ReplicatedStorage").Events.InputKey:FireServer("LMB")
                               end
                           end)

   spawn(function()
       getgenv().skills = true -- change to false to stop
while getgenv().skills == true do
local keys = {
   'E','R','Z','C' -- change to your skills keys
}
local cooldown = 0
local keyrelease_delay = 0
do
   local s = game:GetService('VirtualInputManager')
   local wait = task.wait

   
       for _, key in ipairs(keys) do
           s:SendKeyEvent(true, key, false, nil)
           wait(keyrelease_delay)
           s:SendKeyEvent(false, key, false, nil)
       end
       wait(cooldown)
   end
end
end)
   
   getgenv().autofarm = true -- change to false to stop
   

    coroutine.wrap(function()
       while task.wait() do
           if getgenv().autofarm == true then
               pcall(function()
                   for i,v in pairs(game.Workspace.Entities:GetChildren()) do
                       if v:IsA("Model") and v.Name == "Regen Dummy" then -- if you want another dummy, change the name
                           if v.Humanoid.Health > 0 and game.Players.LocalPlayer.Character.Humanoid.Health > 0 then
                               repeat
                                   task.wait()
                                   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,-3,0) * CFrame.Angles(math.rad(-5),0,0)
                               until v.Humanoid.Health <= 0 or getgenv().autofarm == false
                           end
                       end
                   end
               end)
           end
       end
    end)()


game:GetService("RunService").RenderStepped:Connect(function()
   if autofarm == true then
       game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
   end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service