Categories > Exploiting > Roblox >

[REL] 🌠 Retail Tycoon API | Create Scripts Easily 🌠

Klem

https://klem.ca

vip

Posts: 22

Threads: 4

Joined: Jan, 2022

Reputation: 3

Posted

I made this API a couple weeks ago, and initially planned to keep it to myself but figured I would release it.

It makes creating scripts, gui's etc very simple and fast.

 

GitHub

Documentation

 

Example Usage:

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

task.spawn(
    RunService.RenderStepped:Connect(function()
        
        API.CleanStore() -- Clean the store.
        API.RestockStore() -- Restock the store.
        API.CatchRobbers() -- Catch all robbers.

    end)
)

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

 

Make sure to leave suggestions in the replies, I'll be updating this frequently.

  • 2

Posts: 190

Threads: 19

Joined: Jul, 2021

Reputation: 6

Replied

very very nice

  • 0

10 years ago

Posts: 1258

Threads: 84

Joined: Feb, 2021

Reputation: 79

Replied

Very Nice Realse. I Vouch

  • 0

https://media.discordapp.net/attachments/1013939973671624917/1027279180192292944/unknown.png
https://media.discordapp.net/attachments/1010670716062007347/1108945330847883274/image.png

Klem

https://klem.ca

vip

Posts: 22

Threads: 4

Joined: Jan, 2022

Reputation: 3

Replied

This is a bump 

  • 0

Posts: 94

Threads: 14

Joined: Nov, 2018

Reputation: 8

Replied

@Klem Although this script is not that useful in the exploiting side of things, you know... because script devs are not actually gonna use. I have to say, this is a great and nice contribution.

  • 0

GitHub: https://github.com/sound-infinity

Discord: SoundInfinity#2135

Klem

https://klem.ca

vip

Posts: 22

Threads: 4

Joined: Jan, 2022

Reputation: 3

Replied

This is a bumperoo 

  • 0

Added

This is another bump...

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )