Advertisement
Peerapat_PKY

Fisch.Xenon

Dec 18th, 2024
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.67 KB | None | 0 0
  1. getgenv().Configuration = {
  2.     Enabled = true,
  3.     ZoneFish = {
  4.         ['Zone'] = 'The Depths', -- // สามารถเลือกได้ตาม [Fish Zone] ด้านบน
  5.         ['Event Zone Fishing'] = false, -- // เปิด / ปิด ตกปลาในโซนอีเว้น
  6.         ['Select Event Zones'] = {'Megalodon Default','Megalodon Ancient'}, -- // สามารถเลือกได้ตาม [Event Zone] ด้านบน
  7.     },
  8.     CollectMeteor = false,  
  9.     EquipRod = 'Auto', -- // สามารถเลือกได้ตาม [Rods] ด้านบน แนะนําตั่งเป็น Auto นี้แหละดีแล้ว
  10.     Rods = {
  11.         ['Trident Rod'] = true,
  12.         ['Aurora Rod'] = true,
  13.         ['Kings Rod'] = true,
  14.         ['Sunken Rod'] = true,
  15.         ['Mythical Rod'] = true,
  16.         ['Rod Of The Depths'] = true,
  17.         ['Destiny Rod'] = true,
  18.     },
  19.     AutoSell = {
  20.         ['Enabled'] = true,
  21.         ['Sell every'] = 200, -- seconds
  22.         ['Mythical'] = true,
  23.         ['Legendary'] = true,
  24.         ['Enchant Rellcs'] = true,
  25.         ['Exotic'] = true,
  26.         ['Event Fish'] = true,
  27.         ['Limited Fish'] = true,
  28.     },
  29. }
  30. getgenv().key = '1a9a8b51-c3ee-4c5c-bb21-36f4ee05a56c'
  31. loadstring(game:HttpGet('https://raw.githubusercontent.com/Xenon-Trash/Loader/main/Loader.lua'))()
  32.  
  33.  
  34. repeat task.wait() until game:IsLoaded()
  35. getgenv().Hermanos_Settings = {
  36.     ['key'] = 'bafd2512-771b-4091-b5fe-069e746eaf1f',
  37.     ['PC'] = 'DDC-1',
  38. }
  39. task.spawn(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/hermanos-dev/hermanos-script/main/fisch-main.lua'))() end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement