Youtube_AppealsCat

Simple Hub Script - Blox Fruits Kaitun

Jan 7th, 2025 (edited)
2,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.92 KB | None | 0 0
  1. getgenv().simple_settings = {
  2.     ["MASTERY"] = { -- Settings related to leveling up weapon or skill mastery
  3.         ["ACTIVE"] = true, -- Enable or disable mastery leveling (true = enabled, false = disabled)
  4.         ["METHOD"] = "Half", -- Method for gaining mastery, "Half"[350] or "Full"[600]
  5.     },
  6.  
  7.     ["OBJECTIVE"] = { -- Goals for farming and unlocking features
  8.         ["GODHUMAN"] = true, -- Automatically unlock the "Godhuman" fighting style
  9.         ["RACE-CONFIGURE"] = {
  10.             ["RACE"] = {"Human", "Skypiea", "Fishman", "Mink"}, -- List -- "Human", "Skypiea", "Fishman", "Mink"
  11.             ["RACE-LOCK"] = true, -- Automatically change the character race if not in the list
  12.             ["RACE-V3"] = true, -- Automatically upgrade character race to V3 if possible Human, Mink, (Fishman, Ghoul, Cyborg) soon
  13.         },
  14.         ["FRAGMENT"] = 30000, -- Limit number of fragments to collect
  15.  
  16.         -- SWORD
  17.         ["CANVANDER"] = true,
  18.         ["BUDDY-SWORD"] = true,
  19.         ["CURSED-DUAL-KATANA"] = true,
  20.         ["SHARK-ANCHOR"] = true,
  21.  
  22.         --GUN
  23.         ["ACIDUM-RIFLE"] = true,
  24.         ["VENOM-BOW"] = true,
  25.         ["SOUL-GUITAR"] = true,
  26.  
  27.         -- AURA
  28.         ["COLOR-HAKI"] = {"Pure Red","Winter Sky","Snow White"}, -- Aura color to craft
  29.     },
  30.  
  31.     ["FRUITPURCHASE"] = true, -- Automatically purchase fruits based on priority list
  32.     ["PRIORITYFRUIT"] = { -- List of preferred fruits to purchase or eat in order of priority
  33.         [1] = "Dragon-Dragon",
  34.         [2] = "Dough-Dough",
  35.         [3] = "Flame-Flame",
  36.         [4] = "Rumble-Rumble",
  37.         [5] = "Human-Human: Buddha",
  38.         [6] = "Dark-Dark",
  39.     },
  40.  
  41.     ["FPSCAP"] = 30, -- Limit the frame rate to optimize performance
  42.     ["LOWTEXTURE"] = true-- Reduce graphic quality for better performance
  43. }
  44. loadstring(game:HttpGet("https://raw.githubusercontent.com/simple-hubs/contents/refs/heads/main/bloxfruit-kaitan-main.lua"))()
Add Comment
Please, Sign In to add comment