Skip to content

michael-fa/FarmBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FarmBot ⚠️ WIP

A bot for my free farm, aiming to do stuff automatic.

❗ Remember that doing bot stuff on your account will lead to an instant ban, once official game moderators have noticed. This is a research and progression thing for me personally but I am willing to hand out working versions of this if anyone is interested and offers a small donation.

Planned:

Gameplay 'functions', which normally are triggered by a player clicking or interacting with the game inside the browser, are simulated using a Webdriver and on top of that, all those actions can be scripted using the Pawn scripting language. For harvesting a single field to watering / planting all at once - everything has it's function. So imagine you have to loop 'x' through 1 to 120 and just call HarvestGarden(x) and done. But there are functions like HarvestAll, WaterAll and so on..

Notes

  • I haven't found any limitations when calling the scripting functions in like a loop without wait/sleep. I try to run the JS functons from the game itself, using INSPECT with the browser (easy af) whenever its possible.
  1. One of the six spots on each farm is called a (Farm)position.

  2. A farm, any market, picknic place and all are called Locations.

  3. Factory stands for bakeries, cheese-factory and other (food-) processing

  4. Building or animal means any animal housing.

    State of project

    • Given my available free time, it is already possible to compile scripts. I won't be putting out a final executable.
    • I am willing to give away "private versions" though. (Meaning also that I won't be publishing ALL code, leaving out future planned stuff.

Gardens/Standard fields

  • Auto harvesting
  • Auto planting
  • Auto watering
  • Auto Boost

🐑🐏🐮🐝🐟 Farms

  • Auto retrieve finished product
  • Auto feed (after template/preset)

About

A bot for your free farm, aiming to do stuff automatic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages