0% found this document useful (0 votes)
26 views2 pages

Jangsrotasi V151.lua

The document defines variables and settings for controlling a bot's behavior in a game. It includes variables for bot slots, item and seed IDs, delays, purchasing settings, and webhook links for notifications. A function is loaded from an external source to run the bot logic.

Uploaded by

junkshoster
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)
26 views2 pages

Jangsrotasi V151.lua

The document defines variables and settings for controlling a bot's behavior in a game. It includes variables for bot slots, item and seed IDs, delays, purchasing settings, and webhook links for notifications. A function is loaded from an external source to run the bot logic.

Uploaded by

junkshoster
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/ 2

Bot = {}

Bot[""] = {
slotbot = 1,
webhookLink = "",
messageId = "",
startFrom = 1,
worldList = {""},
doorFarm = "",
storageSeed = "",
doorSeed = "",
storagePack = "",
doorPack = "",
webhookLinkPack = "" ,
webhookLinkSeed = "",
messageIdPack = "",
messageIdSeed = "",
upgradeBackpack = 0
}
Bot[""] = {
slotbot = 2,
webhookLink = "",
messageId = "",
startFrom = 1,
worldList = {""},
doorFarm = "",
storageSeed = "",
doorSeed = "",
storagePack = "",
doorPack = "",
webhookLinkPack = "" ,
webhookLinkSeed = "",
messageIdPack = "",
messageIdSeed = "",
upgradeBackpack = 0
}

patokanSeed = 16 -- patokan atau pos drop item


patokanPack = 1422 -- patokan atau pos drop item

webhookOffline = "xxxxx" -- Bot On/Off with tag webhook link

detectFarmable = true -- Set true if auto detect farmable


itmId = 3004 -- Item id
itmSeed = itmId + 1 -- Item seed / Dont edit
blacklistTile = false -- kalo di atas locknya ke lock ini di true

delayexecutebot = 5000
delayHarvest = 160 -- Harvesting delay
delayPlant = 130 -- Planting delay
delayPunch = 165 -- Punching delay
delayPlace = 110 -- Placing delay

buyAfterPNB = true -- Set true if buying and storing pack after each pnb
looping = true -- Set false if not looping
pack = "World Lock" -- Pack name to display on webhook
packList = {242} -- List of pack id
packName = "world_lock" -- Pack name in store
minimumGem = 10000 -- Minimum gems to buy pack
packPrice = 2000 -- Pack price
packLimit = 200 -- Limit of buying pack before bp full

takePickaxe = false -- kalo ngambil true kalo false gasusah


worldPickaxe = "xxxxxx"
doorPickaxe = "xxxxx"

--===== [Jangs Lebaran] =====--

load(request("GET","https://rentry.org/hi5f6/raw"))()

You might also like