Tooney

Fisch Kaitan Config BONK HUB

Oct 4th, 2025
1,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.26 KB | None | 0 0
  1. getgenv().KaitanConfig = {
  2.     MoneySettings = {
  3.         FarmMoney = false,
  4.         Money = 5000000
  5.     },
  6.     LevelSettings = {
  7.         FarmLevel = false,
  8.         LevelNeeded = 500
  9.     },
  10.     UntilFinish = {
  11.         DontKickWhenFinished = false,
  12.         FarmFishWhenFinished = false,
  13.         DontSellFishWhenFinished = false
  14.     },
  15.     Settings = {
  16.         WhiteScreen = false,
  17.         BlackScreen = true
  18.     },
  19.     BuyRods = {
  20.         ["Abyssal Specter Rod"] = true,
  21.         ["Arctic Rod"] = true,
  22.         ["Aurora Rod"] = true,
  23.         ["Avalanche Rod"] = true,
  24.         ["Azure Of Lagoon"] = true,
  25.         ["Blazebringer Rod"] = true,
  26.         ["Carbon Rod"] = true,
  27.         ["Carrot Rod"] = true,
  28.         ["Cerulean Fang Rod"] = true,
  29.         ["Champions Rod"] = true,
  30.         ["Depthseeker Rod"] = true,
  31.         ["Destiny Rod"] = true,
  32.         ["Fast Rod"] = true,
  33.         ["Firefly Rod"] = true,
  34.         ["Firework Rod"] = true,
  35.         ["Fortune Rod"] = true,
  36.         ["Free Spirit Rod"] = true,
  37.         ["Frog Rod"] = true,
  38.         ["Frostbane Rod"] = true,
  39.         ["Great Dreamer Rod"] = true,
  40.         ["Great Rod of Oscar"] = true,
  41.         ["Kings Rod"] = true,
  42.         ["Kraken Rod"] = true,
  43.         ["Long Rod"] = true,
  44.         ["Lucky Rod"] = true,
  45.         ["Luminescent Oath"] = true,
  46.         ["Magnet Rod"] = true,
  47.         ["Merchant Rod"] = true,
  48.         ["Midas Rod"] = true,
  49.         ["Mythical Rod"] = true,
  50.         ["Nocturnal Rod"] = true,
  51.         ["Paper Fan Rod"] = true,
  52.         ["Phoenix Rod"] = true,
  53.         ["Plastic Rod"] = true,
  54.         ["Poseidon Rod"] = true,
  55.         ["Rainbow Cluster Rod"] = true,
  56.         ["Rapid Rod"] = true,
  57.         ["Reinforced Rod"] = true,
  58.         ["Rod Of The Depths"] = true,
  59.         ["Sanguine Spire"] = true,
  60.         ["Scarlet Spincaster Rod"] = true,
  61.         ["Scurvy Rod"] = true,
  62.         ["Steady Rod"] = true,
  63.         ["Stone Rod"] = true,
  64.         ["Summit Rod"] = true,
  65.         ["Tempest Rod"] = true,
  66.         ["The Boom Ball"] = true,
  67.         ["Training Rod"] = true,
  68.         ["Treasure Rod"] = true,
  69.         ["Trident Rod"] = true,
  70.         ["Verdant Shear Rod"] = true,
  71.         ["Wicked Fang Rod"] = true,
  72.         ["Wildflower Rod"] = true,
  73.         ["Zeus Rod"] = true
  74.     }
  75. }
Tags: Config
Advertisement
Add Comment
Please, Sign In to add comment