Advertisement
turtle1011

Untitled

Jun 25th, 2019
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. local tbl_main =
  2. {
  3. game:GetService("Players").LocalPlayer.PlayerGui.Menu.ButtomLoad.PotentialLoad.Loading.LocalScript,
  4. game:GetService("Players").LocalPlayer.PlayerGui.Menu.ButtomLoad.PotentialLoad.Loading.LocalScript.DDCorpPass
  5. }
  6.  
  7.  
  8. local pass = game:GetService("Workspace").RemoteEvents.Password:InvokeServer(unpack(tbl_main))
  9. fireclickdetector(game.workspace:FindFirstChild("FishingSpot").FishingSpot.ClickDetector)
  10.  
  11. _G.Farming = true
  12. repeat
  13. wait(1)
  14. fireclickdetector(game.workspace:FindFirstChild("FishingSpot").FishingSpot.ClickDetector)
  15. for i,v in pairs (game.Workspace:GetDescendants()) do
  16. if v.Name == "Desk" then
  17. if v.DataCost == 353 then
  18. fireclickdetector(v.Posters.Poster1.ClickDetector)
  19. end
  20. end
  21. end
  22. game.ReplicatedStorage.RemoteEvents.Fishing:FireServer(true, pass)
  23. until _G.Farming == false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement