A Hero’s Destiny Script | AUTO STAT POINTS

Roblox

Created by Quantum#0005

Features:

getgenv().Enabled = true
getgenv().Health = true
getgenv().Stamina = false
getgenv().Split = false

local statPoints = game:GetService("Players").LocalPlayer.Stats.Attributes.Value

while getgenv().Enabled == true and task.wait(1) do
    spawn(
        function()
            while getgenv().Health == true and task.wait() do
                local UpgradeHealth = {[1] = "UpgradeHealth", [2] = statPoints}
                game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(UpgradeHealth))
            end
        end
    )
    spawn(
        function()
            while getgenv().Stamina == true and task.wait() do
                local UpgradeStamina = {[1] = "UpgradeStamina", [2] = statPoints}
                game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(UpgradeStamina))
            end
        end
    )
    spawn(
        function()
            if getgenv().Split == true and task.wait() then
                local SplitStamina = {[1] = "UpgradeStamina", [2] = statPoints / 2}
                game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(SplitStamina))
                task.wait(.5)
                local SplitHealth = {[1] = "UpgradeHealth", [2] = statPoints}
                game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(SplitHealth))
            end
        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