Advertisement
HiDad910

Auto Fish Script Global Autofish

Jul 17th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2. if v:IsA("Tool") and string.find(string.lower(v.Name), "rod") then
  3. v.ChildAdded:Connect(function(child)
  4. if child.Name == "SplashPart" then
  5. for i = 1,10 do
  6. mouse1click()
  7. wait()
  8. end
  9. if _G.refish then
  10. wait(5)
  11. mouse1click()
  12. end
  13. end
  14. end)
  15. end
  16. end
  17. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  18. if v:IsA("Tool") and string.find(string.lower(v.Name), "rod") then
  19. v.ChildAdded:Connect(function(child)
  20. if child.Name == "SplashPart" then
  21. for i = 1,10 do
  22. mouse1click()
  23. wait()
  24. end
  25. if _G.refish then
  26. wait(5)
  27. mouse1click()
  28. end
  29. end
  30. end)
  31. end
  32. end
  33.  
  34. -- Fixed your script VORTEXTURE
  35. -- v3rm thread is https://v3rmillion.net/showthread.php?tid=965513&__cf_chl_jschl_tk__=cff46e871ce4434bcd900f770c5aade425883b2b-1626531019-0-AV1xBN3R-P5xj5ynl0W49-aYTZxRqD5dbtIg65SPeQME1S55LM6mtFCZyGZKHtT3awH2JgrlKcflBB2y-xW2ikCu5lsQBgGS35qZ0pKwgMZvJaQ0QE79EbUf4Kb7oDT6wRcNi_LtqgzUkfZ7_gdg0V623B8Q6KA-5rt4lEr9fH_48e-t-BNADcfiAMZDc1iys3rxzy2k6GGru-u5OkqYqdQB02RGQhMOq0IlNXgw5RoOpqs6SsaNiyHJLYgdnb9Z3HI5TRmh8OPYAVD_PUG4_rOgVmRaj1YNi2eP2hPBu7KiMHBeBpOQY2W7YeHUk1wGoT8kD97JP07mJ8HmqI5Gaied-89SaW-xKHF75PUtakro7EWmyuoCkx7i-Edx2LYteZ38QYbFD3xN26aHYz_1rvQPfaBuQvRsLzSFonEZYj38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement