Advertisement
partyparrot

rq

Jan 1st, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. _G.Settings = {
  2. Lobby = {
  3. ["Difficulty"] = "Medium", -- Difficulty for Dungeon
  4. ["PartyOnly"] = true, -- Dont change if you want to create dungeon privately
  5. ["Hardcore"] = true, --Hardcore of Dungeon
  6. ["Location"] = "Frozen Depths" -- Where to Farm
  7. },
  8. AutoSell = {
  9. ["Enabled"] = false, -- true == on , false == off , Gonna sell all items except legendaries and equippeds
  10. ["Sell Weapons"] = true, -- Auto Sell Swords
  11. ["Sell Armors"] = true, -- Auto Sell Armors
  12. ["Sell Abilities"] = true, -- Auto Sell Abilities
  13. ["Sell Cosmetics"] = true -- Auto Sell Cosmetics
  14. },
  15. AutoUpgrade = {
  16. ["Enabled"] = false, -- true == on , false == off , Gonna upgrade items which are chosen below
  17. ["Upgrade Weapon"] = true, -- Auto Upgrade Weapon
  18. ["Upgrade Armor"] = true -- Auto Upgrade Armor
  19. },
  20. AutoPoint = {
  21. ["Enabled"] = false, -- true == on , false == off , Gonna auto put points which you chose below
  22. ["Point to Put"] = "Strength" -- Point to Auto Put
  23. },
  24. BugFixer = {
  25. ["Enabled"] = true, -- true == on , false == off , Gonna get back to lobby after seconds which you set below passes, good if you want to stay 24/7 afk
  26. ["Leave Dungeon After"] = 300 -- Seonds to leave after like if you clear dungeon in 2 mins ( 120 seconds ) put it to 200
  27. },
  28. MoreSettings = {
  29. ["Wait Time"] = 5, -- Wait time before auto executing , you can test it by yourself since it states for your pc
  30. ["Fast Leave"] = true -- Gonna leave asap when dungeon ends / boss dies ( saves about 30 secs per dungeon )
  31. }
  32. }
  33.  
  34. loadstring(game:HttpGet("https://raw.githubusercontent.com/Smiley-Lab/project-odysseus/master/RumbleQuest", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement