Monkey Tycoon Script | GRAB BANANAS, DEPOSIT BANANAS, AUTO FARM & MORE!

Created by CrapTheKid

Features:

  • – Grab Bananas
while true do
    local ohNumber1 = 30 -- Edit number of Banaanas you want per second
    game:GetService("ReplicatedStorage").GTycoonClient.Remotes.GrabDrops:FireServer(ohNumber1)
    wait(1) -- Edit in the () how fast you want it to be
end
  • – Deposit Bananas
while true do
    game:GetService("ReplicatedStorage").GTycoonClient.Remotes.DepositDrops:FireServer()
    wait() -- Edit in the () how fast you want it to be
end
  • – Buy Droppers
while true do
    local ohNumber1 = 1 -- Edit how many droppers you wanna buy per second
    game:GetService("ReplicatedStorage").GTycoonClient.Remotes.BuyDropper:FireServer(ohNumber1)
    wait() -- Edit in the () how fast you want it to be
end
  • – Merge Droppers
while true do
    game:GetService("ReplicatedStorage").GTycoonClient.Remotes.MergeDroppers:FireServer()
    wait() -- Edit in the () how fast you want it to be
end
  • – Banana Launcher Speed
while true do
    local ohNumber1 = 1
    game:GetService("ReplicatedStorage").GTycoonClient.Remotes.BuySpeed:FireServer(ohNumber1)
    wait() -- Edit in the () how fast you want it to be
end

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS