Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. function fish()
  2. selfx = Self.Position().x
  3. selfy = Self.Position().y
  4. selfz = Self.Position().z
  5.  
  6. for x = -7, 6, 7 do
  7. for y = -5, 5, 1 do ----------- Dont change anything except the Coordinates.
  8. Self.UseItemWithGround(3483, 213, 1615, 7) --- This is the Coordinates ID 3483 is Fishing Rod, but ex 213, 1615, 7 are the coordinates on the water spot you want to fish.
  9. wait(900, 1100)
  10. end
  11. end
  12. end
  13.  
  14. while(true) do
  15. fish()
  16. wait(900,1100)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement