- _G.AutoSell = true -- Self explanatory
- _G.AutoEquipAndUpgrade = true -- Only upgrades items if you have more than 2000 gold
- _G.OnlySellBelowMyLevel = true -- Only sells items below your level
- _G.RaritiesToNotSell = { -- Does not sell rarities set that are set to true
- ["Common"] = true;
- ["Uncommon"] = false;
- ["Rare"] = false;
- ["Epic"] = true;
- ["Legendary"] = true;
- }
- _G.AutoJoinNextDungeon = false -- Auto joins the next dungeon after dungeon is complete and collects rewards
- _G.ChooseDungeon = false -- If true then it will join the dungeon set in _G.Dungeon
- _G.Dungeon = "Volcano Dungeon"
- --[[
- World 1: Crabby Crusade (1-2), Dire Problem (3), Scarecrow Defense (4-6), Kingslayer (7-8), Night of the Dead (9-11), Gravetower Dungeon (12-14)
- World 2: Temple of Ruin (15-17), Mama Trauma (18-21), Volcano's Shadow (22-25), Volcano Dungeon (26-29)
- World 3: Mountain Pass (30-34), Winter Cavern (35-39), Winter Dungeon (40-45)
- ]]--
- _G.Dance = false -- ok
- loadstring(game:HttpGet("https://pastebin.com/raw/T6psqHmB", true))()