Farmvill can be a fun way to pass some time, but if your fields get to be a bit big clicking on every single field can get to be a bit tiresome. I found this autohotkey script in the depths of the internet. It simplifies the process greatly Text | copy code |? 01 02!^c::03GoSub GetFarmSq04GoSub Getfirstsq05 06i=107 08SetMouseDelay, 009 10cycle := farmy/211newx=%startx%12newy=%starty%13loop, [...]
Archive > November 2009
bash scripting … switching into directory of the script
Sometimes it is useful to switch into the directory of the script e.g. when we need to call or include further files and don’t want to go through the hassle of searching for the script in the file system. Especially when symlinks are involved everything get a bit more interesting. This little snippet switches into [...]


