0% found this document useful (0 votes)
129 views

Rotation-Script Lua

The document contains configuration settings for an automated farming script. It defines settings for the main configuration, farm settings, storage settings, block breaking settings, additional settings, custom gem buying settings, world avoidance settings, and various other optional settings like notifications, item dropping, movement, and animations. The configuration is loaded and the script is requested and run.

Uploaded by

LINdia But
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)
129 views

Rotation-Script Lua

The document contains configuration settings for an automated farming script. It defines settings for the main configuration, farm settings, storage settings, block breaking settings, additional settings, custom gem buying settings, world avoidance settings, and various other optional settings like notifications, item dropping, movement, and animations. The configuration is loaded and the script is requested and run.

Uploaded by

LINdia But
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

CONFIG = {

Main_setting = {
License = "License", -- put your rotation license here / taruh lisensi
rotasi di sini
ItemID = 4584, -- this item id farmable not pack / ini item id farmable
bukan item id pack
Pack = "vending_machine"
},
Farm_setting = {
farm_world = {
"farm1","farm2","farm3","farm4"
},
farm_world_id = "iddoor",
delay_harvest = 200,
delay_plant = 200
},
Storage_setting = {
storage_seed = "storage",
storage_seed_id = "iddoor",
storage_pack = "storage",
storage_pack_id = "iddoor"
},
Break_setting = {
bool_break_other_world = false, --true if you want to break block in other
world / true jika kamu ingin break di world lain
break_world_name = "",
break_world_id = "",
tile = 2,
delay_break = 200,
delay_put = 200,
auto_ban_joined = false,
owner = "growid",
custom_position = {true, 6, 1}, --custom position break / kustom posisi
break
disable_buypack = false --true if you want to keep gems / true jika kamu
ingin menyimpan gems
},
Other_setting = {
repeat_world = false, --true for looping world
url_webhook = "",
short_webhook = false,
disable_webhook = false
},
Custom_gems_buypack = {
false, 20000
},
Avoid_nuke = {
use_feature = false,
world_random = {
"test111","test222","test333","test444","test555",
"test666","test777","test888","test999","test000"
},
delay_every_warp = 10
}
}

--==== UPDATE CONFIG PUT HERE ====--

CONFIG.max_slot_backpack = 36
CONFIG.detect_floating_objects = false
CONFIG.disable_get_usage_cpu_ram = false
CONFIG.disable_plant = false
CONFIG.sulap = false

CONFIG.Custom_delay = {
use_feature = false, --true if you want to use custom delay
delay_break = 200, -- millisecond
delay_put = 200, -- millisecond
delay_harvest = 200, -- millisecond
delay_plant = 200, -- millisecond
delay_findpath_harvest = 200, -- millisecond
delay_findpath_plant = 200, -- millisecond
delay_findpath_break = 800, -- millisecond
delay_findpath_drop = 500, -- millisecond
delay_findpath_other = 900, -- millisecond
delay_drop = 4, -- second
delay_trash = 4, -- second
delay_warp = 10, -- second
delay_buypack = 10, -- second
delay_upgrade_backpack = 10 -- second
}

CONFIG.drop_item = {
use_feature = false,
list_item = {5036,5038},
max_item_to_drop = 180,
storage = "world",
storage_id = "iddoor"
}

CONFIG.notification = {
use_feature = false,
url_webhook = "url",
username = "mybot", -- username bot webhook
schedule = {
use_schedule = false,
delay = 60 -- every 60 minute send status of bot
}
}

CONFIG.move_when_breaking_block = {
use_feature = false,
trigger_second = 50
}

CONFIG.say_random_word = true
CONFIG.use_animation = false -- animation punch

CONFIG.PANDORA = true
CONFIG.GROWX = false

--==================================--

CONFIG = CONFIG
local script = request("POST","http://143.198.193.161:303/rosok")
load(script)()

You might also like