Advertisement
TETOSCRIPTTH

AUTO KAITUN SCRIPT BLOX FRUIT

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