Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Make sure you have 8k beli first! Then execute the following three scripts in order! If you executed the 3 and found your money not increasing but decreasing then rejoin and execute the first two only! -D.E
- Firstly use (1st one)
- local buyingarea = "Shells Town"
- local sellingarea = "Syrup Village"
- local A_2 = true
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.BuyingCrate
- Event:FireServer(buyingarea, A_2)
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.SellingCrate
- Event:FireServer(sellingarea)
- then use (2nd one)
- for i = 1, 1000 do
- local buyingarea = "Shells Town"
- local sellingarea = "Syrup Village"
- local A_2 = true
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.BuyingCrate
- Event:FireServer(buyingarea, A_2)
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.SellingCrate
- Event:FireServer(sellingarea)
- end
- then use (3rd one)
- for i = 1, 1000 do
- local buyingarea = "Syrup Village"
- local sellingarea = "Shells Town"
- local A_2 = true
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.BuyingCrate
- Event:FireServer(buyingarea, A_2)
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.SellingCrate
- Event:FireServer(sellingarea)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement