itchyscrotum611

Untitled

Feb 16th, 2020
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. _G.Dungeon = {
  2. ["ManualJoinDungeon"] = false, --- true = manual join / false = auto join highest
  3.  
  4. ["Location"] = "Ancient Tomb", --- Caves/Underworld/Frozen Depths/Ancient Tomb
  5. ["Difficulty"] = "Medium", --- Easy, Medium, Hard, Expert (self explain)
  6. ["Hardcore"] = true,
  7. ["PartyOnly"] = true,
  8. }
  9.  
  10. _G.AutoUpgradeStat = {
  11. ["Enabled"] = true,
  12. ["Stat"] = "Magic" --- Strength/Magic/Health
  13. }
  14.  
  15. _G.AutoSell = {
  16. ["Enabled"] = true,
  17.  
  18. --//true = sell, false = don't sell//--
  19. ["AbilityRariry"] = {
  20. ["Common"] = true,
  21. ["Unique"] = true,
  22. ["Rare"] = true,
  23. ["Epic"] = true,
  24. },
  25. ["ItemRarity"] = {
  26. ["Common"] = true,
  27. ["Unique"] = true,
  28. ["Rare"] = true,
  29. ["Epic"] = true,
  30. },
  31. ["CosmeticRarity"] = {
  32. ["Common"] = true,
  33. ["Unique"] = true,
  34. ["Rare"] = true,
  35. ["Epic"] = false,
  36. }
  37. }
  38. loadstring(game:HttpGet(('https://pastebin.com/raw/WN0QbeQ9'),true))()
Add Comment
Please, Sign In to add comment