Created by Killo
Features:
- Auto work online(sit on your pc and press start working and change Yourname in your name):
while wait() do
local args = {
[1] = 100000
}
game:GetService("ReplicatedStorage").PlrEvents.YourName:FireServer(unpack(args))
end
- Auto delivery crate(must be outside and have it in your hand and put ur name in []
local args = {
[1] = workspace.Offices["Small Office [YourName]"]
}
game:GetService("Players").LocalPlayer.Character.Crate.Server.Event:FireServer(unpack(args))
ENJOY!