Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Settings = {
- ["ManualJoinDungeon"] = false, ---- true = join manually, false = auto join highest
- ["Dungeon"] = {
- ["Difficulty"] = "Expert", -- --Easy, Medium, Hard, Expert
- ["PartyOnly"] = true, -- PartyOnly mode on/off
- ["Hardcore"] = true, -- Hardcore mode on/off
- ["Location"] = "Underworld", -- Caves/Underworld
- },
- ["AutoUpgrade"] = false, ---- Self explain
- }
- _G.AutoSell = {
- ["Enabled"] = true,
- ["Rarity"] = {
- ["Common"] = true,
- ["Unique"] = true,
- ["Rare"] = true,
- ["Epic"] = true,
- }
- }
- loadstring(game:HttpGet(('https://pastebin.com/raw/E8ptHbtp'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement