This document contains configuration settings for a bot that automates farming in a game. It includes the bot's login credentials, identifiers for the farm and doors, delays for actions, and webhook URLs for notifications. It also specifies whether scripts will be loaded from a folder or direct file path.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
84 views1 page
Run Plant
This document contains configuration settings for a bot that automates farming in a game. It includes the bot's login credentials, identifiers for the farm and doors, delays for actions, and webhook URLs for notifications. It also specifies whether scripts will be loaded from a folder or direct file path.
UsescriptsFolder = "true" -- if you use script folder then make it true , if u not use the folder then make it false
--=== [[ Dont Edit Below !!! ]] ===
if UsescriptsFolder == "true" then dofile("C:\\Users\\" .. os.getenv("USERNAME") .. "\\Desktop\\scripts\\Syntax- Plant.lua") end if UsescriptsFolder == "false" then dofile("C:\\Users\\" .. os.getenv("USERNAME") .. "\\Desktop\\Syntax-Plant.lua") end