Advertisement
Guest User

Credits Farm

a guest
Mar 28th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. _G.CreditsFarm = true
  2.  
  3. while _G.CreditsFarm == true do
  4. wait(0.1)
  5. for i,v in pairs(game.workspace:GetChildren()) do
  6. if v.Name == "Model" then
  7. if v:FindFirstChild("HitBox") then
  8. wait(0.1)
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HitBox.CFrame
  10. game:GetService("ReplicatedStorage").shopSellItem:InvokeServer("Shop", "Energy Orb", 1)
  11. game:GetService("ReplicatedStorage").shopSellItem:InvokeServer("Shop", "Solar Dewdrop", 1)
  12. game:GetService("ReplicatedStorage").shopSellItem:InvokeServer("Shop", "Quirky Orb", 1)
  13. game:GetService("ReplicatedStorage").shopSellItem:InvokeServer("Shop", "Entropy Orb", 1)
  14. game:GetService("ReplicatedStorage").shopSellItem:InvokeServer("Shop", "Honey", 1)
  15. end
  16. end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement