NikHacks

fsfsfsfwsfsg

Dec 7th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. while wait() do
  2. for i,d in pairs(game:GetService("Workspace")["__THINGS"].Drops:GetChildren()) do
  3. for f = 1,5 do
  4. local oh1 = { { d.Name, "id"..f }, { false, false } }
  5. game:GetService("Workspace")["__THINGS"]["__REMOTES"]["take drop"]:FireServer(oh1)
  6. end
  7. end
  8. end
  9.  
  10. Select a new Coin to farm
  11. _G.d = true
  12. while _G.d == true and wait() do
  13. for i,d in pairs(game:GetService("Workspace")["__THINGS"].Coins:GetChildren()) do
  14. if _G.d == true then
  15. game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["select coin"]:Fire(d)
  16. repeat
  17. wait()
  18. until not _G.d or d.Settings.Health == 0 or not d
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment