Skip to content

AnthonyButts/RetailTycoonAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Info

This is an API for Retail Tycoon


Example Usage (Auto Farm)

Import the API & Run Serivce:

local API = loadstring(game:HttpGet('https://raw.githubusercontent.com/BigBoyKlem/RetailTycoonAPI/main/api.lua'))()
local RunService = game:GetService('RunService')
RunService.RenderStepped:Connect(function()

  API.CleanStore() -- Clean the store.
  API.RestockStore() -- Restock the store.
  API.CatchRobbers() -- Catch all robbers.

end)

Rainbow store, because why not...

while (true) do       
  for i=0,1,0.01 do
    API.ChangeStoreColor(Color3.fromHSV(i,1,1))
    task.wait()
  end
end

Need More Help?

If you need more help, you can view the documentation here.

About

An exploiting API for Retail Tycoon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages