Trade Tower Script | AUTO-FARM (GET LOT OF DOLLAR)

82e153b4979b9577ce1b862a12a18feb.png

Created by Siffori

Features:

  • AUTO-FARM (GET LOT OF DOLLAR)
  • DEV NOTES:
  • if you want to keep any itmes below 50k rap put it in the table ‘ItemsYouWant’
  • use this with infinite yield anti-afk and you can make big dollar overnight
local mt = getrawmetatable(game)
local backup = mt.__namecall
if setreadonly then setreadonly(mt, false) else make_writeable(mt, true) end

mt.__namecall = newcclosure(function(...)
    local method = getnamecallmethod()
    local args = {...}
    if method == 'FireServer' or method == 'InvokeServer' and tostring(args[1]) == 'AFK' then
        args[2] = false
        return backup(unpack(args))
    end
    return backup(...)
end)

local ItemsYouWant = {
    ['ROBLOX World Tour Hot Air Balloon'] = true,
    ['Darkseed the Fallen'] = true,
    ['Poisoned Horns of the Toxic Wasteland'] = true
}

spawn(function()
    while wait(2) do
        game.ReplicatedStorage.Events.OpenCase:InvokeServer'Starter'
    end
end)

spawn(function()
    while wait(.1) do
        game.ReplicatedStorage.Events.ClientClick:FireServer()
    end
end)

while wait(30) do
    for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Gui.Frames.Inventory.SubInventory.Holder.List:GetChildren()) do
        if v:IsA('Frame') and not ItemsYouWant[v.Name] then
            pcall(function()
                amount, garbage = string.gsub(v.Amount.Text, 'x', '')
                game.ReplicatedStorage.Events.InventoryActions:InvokeServer(
                    'QuickSell',
                    v.Name,
                    tonumber(amount)
                )
                wait()
            end)
        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