Advertisement
pa1nx9

Auto hatch, auto craft all for y

Oct 6th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. _G.Hatch = true
  2. while _G.Hatch == true do wait()
  3. game:GetService("ReplicatedStorage").Remotes.Events.PurchaseEgg:FireServer("Dragon Ball Egg",1) --Change Dragon Ball Egg to whatever egg you wanna auto hatch
  4. wait(1)
  5. game:GetService("ReplicatedStorage").Remotes.Events.CraftAll:FireServer()
  6. wait(1)
  7. game:GetService("ReplicatedStorage").Remotes.Events.UnequipAll:FireServer()
  8. wait(1)
  9. game:GetService("ReplicatedStorage").Remotes.Events.EquipBest:FireServer()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement