Kumothesiha

Kaitun Free ( Best )

Apr 17th, 2025 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. repeat task.wait() until game:IsLoaded() and game.Players.LocalPlayer
  2. getgenv().Config = {
  3. ["AutoHatchBestEgg"] = true,
  4. ["AutoHatchDailyBountyMythic"] = false, -- when turn this on, its wont do hatchbestegg and autorift and only do hatch mythic's egg
  5. ["AutoUnlockIslands"] = true,
  6. ["AutoEquipBestPets"] = true,
  7. ["AutoClaimRewards"] = true,
  8. ["AutoUpgradeMasteryAndClaim"] = true,
  9. ["AutoClaimSeason"] = true,
  10. ["SelectedEgg"] = "Infinity Egg", -- infinity egg bugged, will take a look at it deeper
  11. ["AutoHatchSelectedEgg"] = false,
  12. ["AutoRiftEggLuckHatch"] = false, --only open when u have 50m+ coins
  13. ["AutoCheckInventoryFull"] = true,
  14. ["TURNOFF3DRENDER"] = false,
  15. ["UsePotions"] = true,
  16. ["Coins"] = true,
  17. ["Lucky"] = true,
  18. ["Speed"] = true,
  19. ["SetFPS"] = 10,
  20. ["WebhookPetAndAuraEgg"] = {
  21. ["PingUserId"] = "",
  22. ["WebhookURL"] = "",
  23. ["WebhookRaritySender"] = {
  24. ["Common"] = false,
  25. ["Unique"] = false,
  26. ["Rare"] = false,
  27. ["Epic"] = false,
  28. ["Legendary"] = true,
  29. ["Mythic"] = true,
  30. ["Secret"] = true,
  31. }
  32. },
  33.  
  34. ["AutoDeleteRarityList"] = {
  35. ["Common"] = true,
  36. ["Unique"] = true,
  37. ["Rare"] = false,
  38. ["Epic"] = false,
  39. ["Legendary"] = false,
  40. ["Secret"] = false
  41. }
  42. }
  43.  
  44. loadstring(game:HttpGet("https://raw.githubusercontent.com/StrenTheBeginner/asenranhroi/refs/heads/main/Kaitun-BGSI-V3"))()
Advertisement
Add Comment
Please, Sign In to add comment