Categories > Exploiting > Scripts >
A unlimited money script?
Posted
Does anybody have a unlimited money script for like Retail Tycoon or any tycoon simulator game?
Replied
Retail tycoon keeps money, and pretty much everything else on the server.
So no, it would be extremely rare to find one.
Cancel
Post
I know LUA and some C#
Â
and i own synapse x noob
Replied
This may work:
local remote = game["ReplicatedStorage"]["MainControl"]
local args = {
[1] = {
command = "setvalue",
value = 999999999,
instance = game:GetService("Players").LocalPlayer["realstats"]["Cash"]
}
}
remote:InvokeServer(unpack(args))
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post