Advertisement
RDMScript

Untitled

Dec 27th, 2019
1,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. _G.Settings = {
  2. ["ManualJoinDungeon"] = false, ---- true = join manually, false = auto join highest
  3. ["Dungeon"] = {
  4. ["Difficulty"] = "Expert", -- --Easy, Medium, Hard, Expert
  5. ["PartyOnly"] = true, -- PartyOnly mode on/off
  6. ["Hardcore"] = true, -- Hardcore mode on/off
  7. ["Location"] = "Underworld", -- Caves/Underworld
  8. },
  9. ["AutoUpgrade"] = false, ---- Self explain
  10. }
  11. _G.AutoSell = {
  12. ["Enabled"] = true,
  13. ["Rarity"] = {
  14. ["Common"] = true,
  15. ["Unique"] = true,
  16. ["Rare"] = true,
  17. ["Epic"] = true,
  18. }
  19. }
  20.  
  21. loadstring(game:HttpGet(('https://pastebin.com/raw/E8ptHbtp'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement