Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.AutoCraft = true
- while _G.AutoCraft == true do
- local args = {
- [1] = "CraftItem",
- [2] = "Craft",
- [3] = "ToothNecklace"
- }
- game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
- wait(1)
- local args = {
- [1] = "CraftItem",
- [2] = "Craft",
- [3] = "TerrorJaw"
- }
- game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
- wait(1)
- local args = {
- [1] = "CraftItem",
- [2] = "Craft",
- [3] = "SharkAnchor"
- }
- game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
- end
Add Comment
Please, Sign In to add comment