0% 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.

Uploaded by

Ivan Valdis
Copyright
© © All Rights Reserved
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% 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.

Uploaded by

Ivan Valdis
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

--=== [[ Data Bot ]] ===

Setting = {
"GrowID"
}

Setting["GrowID"] = {
SlotBot = 1,
Password = "",
Farm = {
"X",
"X"
},
DoorID = "",
WebhookURL = "URL",
MessageID = "ID"
}

--=== [[ Plant Setting ]] ===


IdOfBlock = 4584
IdOfSeed = 4585
BackToFirstWorld = true

--=== [[ Save World Setting ]] ===


StorageSeed = "X"
DoorSeed = "X"

--=== [[ Delay Setting ]] ===


DelayPlant = 70
DelayJoinWorld = 7000

--=== [[ Webhook Setting ]] ===


SaveWebhookURL = "X"
SaveMessageID = "X"

--=== [[ Runner Setting ]] ===


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

You might also like