TRADE TOWER SCRIPT | AUTO-FARM (GET LOT OF DOLLAR)

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

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!