Elemental Awakening Script | EASILY CONFIGURED AUTO SPIN

Png-61.png

Created by Sowd

Features:

  • EASILY CONFIGURED AUTO SPIN
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Event = ReplicatedStorage.Events.Spin

local keepLevel = false
local rarities = {
    ["Common"] = false,
    ["Uncommon"] = false,
    ["Rare"] = true,
    ["Exotic"] = true,
    ["Legendary"] = true,
    ["Heavenly"] = true
}

while true do
    local Element, Rarity = Event:InvokeServer(keepLevel)
    if rarities[Rarity] then
        local answer = messagebox("You got a " .. Rarity .. " " .. Element .. "!" .. "Keep?", "Sowd AutoSpin", 4)
        if answer == 6 then
            break
        end
    end
    task.wait()
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Â