Advertisement
TheInsaneScripter77

Meepcity autofarm

Jan 25th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. game.ReplicatedStorage.Connection:InvokeServer(9, 1)
  2. game:GetService("RunService").RenderStepped:Connect(function()
  3. game.ReplicatedStorage.Connection:InvokeServer(49)
  4. game.ReplicatedStorage.Connection:InvokeServer(50)
  5. game.ReplicatedStorage.Connection:InvokeServer(51)
  6. local ohNumber1 = 11
  7. local ohTable2 = {
  8. ["FishingPolePos"] = game:GetService("Workspace").TempFish.Position,
  9. ["Power"] = 1,
  10. ["Face"] = game:GetService("Workspace").TempFish.Position,
  11. ["PlayerPos"] = game:GetService("Workspace").TempFish.Position,
  12. ["FishingZonePos"] = Vector3.new(-5.29345703, -18.0412292, 43.7173767)
  13. }
  14. game:GetService("ReplicatedStorage").Connection:InvokeServer(ohNumber1, ohTable2)
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement