Skip to content

Instantly share code, notes, and snippets.

@TheUltDev
Created November 4, 2012 07:49
Show Gist options
  • Save TheUltDev/fb8bd9ef32490234bfe6 to your computer and use it in GitHub Desktop.
Save TheUltDev/fb8bd9ef32490234bfe6 to your computer and use it in GitHub Desktop.
Syntax - Contest #1: Autofisher
i=0;while(1)do p=Self.Position()x,y=i%15-7+p.x,i%11-5+p.y;wait(getTileUseID(x,y,p.z).id%4597<6 and selfUseItemWithGround(3483,x,y,p.z)and 1E3)i=i+1;end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment