Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat task.wait() until game:IsLoaded() and game.Players.LocalPlayer
- getgenv().Config = {
- ["AutoHatchBestEgg"] = true,
- ["AutoHatchDailyBountyMythic"] = false, -- when turn this on, its wont do hatchbestegg and autorift and only do hatch mythic's egg
- ["AutoUnlockIslands"] = true,
- ["AutoEquipBestPets"] = true,
- ["AutoClaimRewards"] = true,
- ["AutoUpgradeMasteryAndClaim"] = true,
- ["AutoClaimSeason"] = true,
- ["SelectedEgg"] = "Infinity Egg", -- infinity egg bugged, will take a look at it deeper
- ["AutoHatchSelectedEgg"] = false,
- ["AutoRiftEggLuckHatch"] = false, --only open when u have 50m+ coins
- ["AutoCheckInventoryFull"] = true,
- ["TURNOFF3DRENDER"] = false,
- ["UsePotions"] = true,
- ["Coins"] = true,
- ["Lucky"] = true,
- ["Speed"] = true,
- ["SetFPS"] = 10,
- ["WebhookPetAndAuraEgg"] = {
- ["PingUserId"] = "",
- ["WebhookURL"] = "",
- ["WebhookRaritySender"] = {
- ["Common"] = false,
- ["Unique"] = false,
- ["Rare"] = false,
- ["Epic"] = false,
- ["Legendary"] = true,
- ["Mythic"] = true,
- ["Secret"] = true,
- }
- },
- ["AutoDeleteRarityList"] = {
- ["Common"] = true,
- ["Unique"] = true,
- ["Rare"] = false,
- ["Epic"] = false,
- ["Legendary"] = false,
- ["Secret"] = false
- }
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/StrenTheBeginner/asenranhroi/refs/heads/main/Kaitun-BGSI-V3"))()
Advertisement
Add Comment
Please, Sign In to add comment