Configuration
_G.Configs = {
Allowed_Actions = {
FarmingLevel = true, --> Auto farming level
BringMob = true,
CollectChests = true, --> Collect all chests!
TierFruits = {"Uncommon", "Common", "Rare", "Epic", "Legendary"},
StoreFruits = true, --> Auto store devil fruit!
BossesAim = { "Expert Swordman [Lv. 3000]", "King Samurai [Lv. 3500]", "Dragon [Lv. 5000]",
"Ms. Mother [Lv. 7500]", "Ghost Ship", "SeaKing", "HydraSeaKing", "SeaDragon", "ThirdSeaDragon", "ThirdSeaEldritch Crab", "FuryTentacle", "Skull King", "Bushido Ape [Lv. 5000]", "Jack o lantern [Lv. 10000]" }, --> Focus on these bosses!
SpecificItemsToGet = {"DarkLeg", "Cyborg", "Buso", "Ken", "WaterStyle", "DragonClaw", "Electro"}, --> Get specific items!
Skills = {
Enabled = true,
List = {FS = true, SW = true, DF = true},
DFList = { Z = true, X = true, C = true, V = true }
},
Stats = {
Melee = { Name = "Melee", Enabled = true }, --> Enable to upgrade!
Sword = { Name = "sword", Enabled = true },
Defense = { Name = "Defense", Enabled = true },
Fruit = { Name = "DF", Enabled = false }
}, --> Upgrade order: Melee --> Sword --> Defense --> Fruit
FindSeaMonster = true, --> Auto find sea monsters!
Sea2Unlock = true, --> Auto unlock Sea 2!
Sea3Unlock = true, --> Auto unlock Sea 3!
Webhook = {
Enabled = true,
Minutes = 2,
Level = 10,
Logs = {PlayerStatus = true, Bosses = true, Console = true},
URL = ""--"https://discord.com/api/webhooks/id/token",
},
M1 = true, --> Auto M1 attack!
},
Performance = {
SetFPS = 60, --> Useful for low cpu usage, while using in long time!
WhiteScreen = false, --> Not recommended to use
},
OnlyFarm = { ["Dragon [Lv. 5000]"] = { Enabled = false, At = 5000, Keep = 100 } }, --> Focus on Dragon [Lv. 5000]!, Keep 100 orbs then spawn
Farm = CFrame.Angles(math.pi / -2, 0, 0) * CFrame.new(0, 0, 8.5),
Events={SwordChanged=nil,FightingStyleChanged=nil,EnemiesAdded=nil,EnemiesRemoved=nil,FlingPrevent=nil,WindowFocusReleased=nil,WindowFocused=nil,RaceChanged=nil,TimeElapsed=nil,LogService=nil},
Loops={BringMob=false,Attack=false,UseSkills=false,M1s=false,AttackLoop=false},
}
Last updated