Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. _G.Key = "219466663" -- Put your WL Key Here
  2. _G.TimeToWait = 1
  3. _G.DupeSlot = "e" --Case sensitive either 'e' or 'q'
  4. _G.ResetTime = 360 --Time before it kills you and rejoins(if you get stuck)
  5. _G.InstaRejoin = true -- put to false if you experience issues
  6. _G.WaveDefence = { ["Enabled"] = false,
  7. ["Dungeon"] = {
  8. ["Name"] = "The Underworld",
  9. ["Difficulty"] = "Nightmare",
  10.  
  11. },
  12. }
  13. _G.AutoSell = {
  14. ["Enabled"] = true,
  15. ["Rarity"] = { --Raritys to NOT sell
  16. "Legendary",
  17. "Epic",
  18. },
  19. ["Items"] = { --Item names you DO NOT want to sell CREDIT TO Tsu for item name
  20. ["Dual Phoenix Daggers"] = {"Legendary"},
  21. ["Battle Shout"] = {"Uncommon"},
  22. ["Thunderous Blast"] = {"Uncommon"},
  23. ["Phoenix Greatstaff"] = {"Legendary"},
  24. ["Beastmaster Spell Scythe"] = {"Legendary"},
  25. ["Beastmaster War Scythe"] = {"Legendary"},
  26. ["Soulstealer Greatsword"] = {"Legendary"},
  27. ["Staff of the Gods"] = {"Legendary"},
  28. ["Crystalized Greatsword"] = {"Legendary"},
  29. ["Enchanted Demonic Greataxe"] = {"Epic", "Rare"},
  30. ["Demon Lord's Greatstaff"] = {"Epic", "Rare"},
  31. ["Glorious Warrior Helmet"] = {"Epic", "Rare"},
  32. ["Glorious Warrior Armor"] = {"Epic", "Rare"},
  33. ["Glorious Guardian Helmet"] = {"Epic", "Rare"},
  34. ["Glorious Guardian Armor"] = {"Epic", "Rare"},
  35. ["Glorious Mage Hood"] = {"Epic", "Rare"},
  36. ["Glorious Mage Armor"] = {"Epic", "Rare"},
  37. },
  38. }
  39. _G.CustomD = { ["Enabled"] = false,
  40. ["Dungeon"] = {
  41. ["Name"] = "King's Castle",
  42. ["Difficulty"] = "Nightmare",
  43.  
  44. },
  45. }
  46. --[[
  47. IronBrew:tm: obfuscation; Version 2.6.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement