Skip to content

Instantly share code, notes, and snippets.

@TheUltDev
TheUltDev / gist:fb8bd9ef32490234bfe6
Created November 4, 2012 07:49
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