Jayki25177

Block miner simulator script

Dec 18th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. while true do
  2. wait (0.1)
  3. local args = {
  4. [1] = "Open1",
  5. [2] = "Golden Grass Egg"
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("[email protected]").knit.Services.EggService.RF.RequestToOpen:InvokeServer(unpack(args))
  9. end
  10.  
  11. Just a simple egg hatcher for free
  12. (Not OP)
Advertisement
Add Comment
Please, Sign In to add comment