0% found this document useful (0 votes)
53 views1 page

Main Lua

The document outlines a configuration script for a game that includes settings for performance, attack cooldowns, and farming strategies. It specifies actions to take, such as obtaining various items and skills, as well as server hopping options. Additionally, it includes a command to load an external script from a URL.

Uploaded by

nhokonhi
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)
53 views1 page

Main Lua

The document outlines a configuration script for a game that includes settings for performance, attack cooldowns, and farming strategies. It specifies actions to take, such as obtaining various items and skills, as well as server hopping options. Additionally, it includes a command to load an external script from a URL.

Uploaded by

nhokonhi
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

repeat wait() until game:IsLoaded() and game.Players.

LocalPlayer
getgenv().BANANACATBF = {
["Performance"] = {
["Black Screen"] = false,
["Lock FPS"] = 60,
},
["Fast Attack Duration/Cooldown"] = {2, 1},
["Raid if Maxed Blox Fruit"] = true,
["Farm boss drops while not maxed"] = false,
["Farm Blox Fruit Mastery if maxed"] = true,
["Farm method after maxed"] = "Raid Boss Farm - Cake Prince Farm", --"Mob Farm
- Level Path","Raid Boss Farm - Cake Prince Farm","Mob Aura - Haunted Castle","Mob
Aura - Sea of Treats 4"
["Extra time Farm until unlock skills"] = true,
["Hop Server"] = {
["Type"] = {
["[Main] Server Hop"] = false,
["[Farm] Server Hop if Player nearby"] = false,
["[Sea 3 Quest] Server Hop for 1M+ Blox Fruit"] = true,
},
["Delay"] = 0,
},
["Do Action"] = {
["Get Godhuman"] = true,
["Get Rengoku"] = false,
["Get True Triple Katana"] = false,
["Get Hallow Scythe"] = false,
["Get Cursed Dual Katana"] = true,
["Get Soul Guitar"] = true,
["Awake Current Blox Fruit"] = true,
["Get Mirror Fractal"] = true,
},
["Buy Haki"] = {
["Enhancement"] = false,
["Skyjump"] = true,
["Flash Step"] = true,
["Observation"] = true,
["Legendary Enhancement"] = false,
},
["Auto Race"] = "None",
["Blox Fruit Sniper"] = {},
["Main Blox Fruit"] = {},
["Eat Sniper Blox Fruits"] = true,
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/obiiyeuem/vthangsitink/
main/BananaCat-kaitun.lua"))()

You might also like