Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. _G.Settings = {
  2. Dungeon = {
  3. Difficulty = "Expert"; -- Easy ; Medium ; Hard ; Expert
  4. PartyOnly = true;
  5. Hardcore = true;
  6. Location = "Ancient Tomb"; -- Caves ; Underworld ; Frozen Depths ; Ancient Tomb
  7. };
  8. Points = {
  9. Enabled = true;
  10. Upgrade = "Strength";
  11. };
  12. HideName = false;
  13. AutoSell = false; -- Keep only legendaries
  14. };
  15.  
  16.  
  17. loadstring(game:HttpGet("https://pastebin.com/raw/k1QNTYeE"))();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement