ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1849

Treelands Infinite money

by NotAScripter - 11-22-2020 - 10:17 AM
#1
Yes, another epic thread after another.

Infinite money script:
--Combine 2 apples in one bin then run
local xd = game.Workspace.Fruits
xd.Apple.CombinedValue.Value = 10000000


Fruit to the purple crystal

--Put fruits to sell into sell bin then they'll sell as purple crystals after running this

local desiredFruit = "Purple Crystal"
for i, v in pairs(game.Workspace.Fruits:GetChildren()) do
v.Tooltip.Value = desiredFruit
v.Name = desiredFruit
v:Clone().Parent = game.Workspace.Fruits
end

Script, not mine credits go to Howl on v3rmillion
Reply

Users browsing: 2 Guest(s)