What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

miner's farmhouse

cjb89

Member
Joined
Dec 21, 2014
Messages
33
Reaction score
1
possible to get a very simple bot that just auto farms the miner's farm house every hour? can anybody out there do this? I'd imagine it would be so quick I tried it myself but was getting an error because I dont know how to write code heh.
 
i just got my miners house yesterday, I would rate it the same or maybe 5-10% more efficient than outdoor mining. The bot would only have to push F once every 60 minutes. if somebody could do this I would forever be in your Debt. PLEASE.
 
I am not a programmer. I know little to nothing about coding. I made this macro it works with auto it but does not compile with archebuddy. all it does is push F once every hour and 9 seconds. can anybody help me edit the macro so it wont get an error compiling with archebuddy?

While 1
Opt('SendKeyDelay', 5); default 5. higher number = slower
Send("f")
sleep(3609000)
WEnd
 
Back
Top