Peerapat_PKY

config W

Dec 23rd, 2023 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. _G.AutoCraft = true
  2. while _G.AutoCraft == true do
  3. local args = {
  4. [1] = "CraftItem",
  5. [2] = "Craft",
  6. [3] = "ToothNecklace"
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
  10.  
  11. wait(1)
  12.  
  13. local args = {
  14. [1] = "CraftItem",
  15. [2] = "Craft",
  16. [3] = "TerrorJaw"
  17. }
  18.  
  19. game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
  20.  
  21.  
  22. wait(1)
  23.  
  24. local args = {
  25. [1] = "CraftItem",
  26. [2] = "Craft",
  27. [3] = "SharkAnchor"
  28. }
  29.  
  30. game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
  31.  
  32. end
Add Comment
Please, Sign In to add comment