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

Roblox Game Script Configuration Guide

This document contains Lua code that sets various configuration options for an auto farming script in an online game. It defines tables for settings related to clicking fruits, farming, tools, shops, and sea content. It also contains code to sync these settings across devices by calling an external API and loading updated configuration values into the script.

Uploaded by

Perawit Srisakot
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)
17 views2 pages

Roblox Game Script Configuration Guide

This document contains Lua code that sets various configuration options for an auto farming script in an online game. It defines tables for settings related to clicking fruits, farming, tools, shops, and sea content. It also contains code to sync these settings across devices by calling an external API and loading updated configuration values into the script.

Uploaded by

Perawit Srisakot
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

repeat wait() until game:IsLoaded() --ตอ

้ งใสต
่ ลอดถา้ ใช้ synx ไอควายจ ำใสส่ มองเอาไว้
_G.KAITAN1CLICK = true
_G.Fruit1 = {
['BuyFruit'] = true, -- true / false
['SelectDevil'] = {"Human-Human: Buddha","Quake-Quake","Dark-Dark"},
['SinperFruit_mode'] = false
}
_G.Setting1 = {['WhiteScreen'] = true}

--[[ใส่ config เพิ่มเติมตรงนี้


Add more config here
|
| (config from #🥦・config)
v ]]

_G.farmer1 = {
['AutoFarm'] = true,
['Farm_Mode'] = "Level , Bone" ,
['Mastery_Farm'] = true,
['AllSwordMas_MaxLv'] = true,
["GetMaterialGodhuman"] = true,
}
_G.tool1 = {
['AutoMeleeWeapon'] = true, -- true / false
['Make_Melee'] = {"Superhuman", "Death Step","Sharkman Karate","Electric
Claw","Dargon Talon", "Godhuman"}
}
_G.Shop1 = {
['BuyEctoplasItem'] = true,
['BuyCommon'] = true,
['BuyHaki'] = true ,-- autobuy Buso haki Skyjump
['BuyKabcha'] = true, -- true / false
['BuyBisento'] = true,
['BuyTrueTripleKatana'] = true,
['BuyPole2'] = true
}
_G.sea_III = {
['AutoCDK'] = true,
['SoulGuitar'] = true,
['RainbowHaki'] = true,
['PirateRaid'] = true,
['AutoScythe'] = true,
['BuddySword'] = true,
['AutoRipIndra'] = true,
['AutoCakePrince'] = true,
['Canvander'] = true,
['Tushita'] = true,
['EliteHunt'] = true,
['Elite_mode'] = "Yama"--"Elite","Yama","Yama Hop on 2400","God Chalice"
}
if type(_G.SaveSettingSync) ~= "table" then _G.SaveSettingSync = {} end
_G.SaveSettingSync['3meleebe'] = true
local isExecuted = false
local request = syn and [Link] or http and [Link] or http_request or
fluxus and [Link] or getgenv().request or request

[Link](function()
repeat [Link]() until isExecuted == true
if type(_G.SaveSettingSync) ~= "table" then _G.SaveSettingSync = {} end
_G.SaveSettingSync['WebHookUrl'] =
"[Link]
V1L8PbbJ1q8sRRnkIWYHhxitx-qSoP93eEHxnpE"
_G.SaveSettingSync['BestSheetUrl'] = "[Link]
4969-9063-4ccbf2353514"
end);

(function()
_G.Key = 'Table-0IF9-DMYL-ISZK-AVCI'
_G.DiscordId = '585379078811680778'
local Status, Script;
repeat
[Link]()
Status, Script = pcall(request, { Url =
'[Link] });
until
Status == true and Script ~= nil

loadstring([Link])();
isExecuted = true
end)()

You might also like