Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. _G.Lobby = {
  2. ["Difficulty"] = "Easy",
  3. ["PartyOnly"] = true,
  4. ["Hardcore"] = true,
  5. ["Location"] = "Ancient Tomb"
  6. }
  7.  
  8. _G.AutoSell = {
  9. Enabled = false,
  10. Weapons = {
  11. Sell = true,
  12. RaritiesToSell = {
  13. ["Common"] = true,
  14. ["Rare"] = true,
  15. ["Unique"] = true,
  16. ["Epic"] = false
  17. }
  18. },
  19. Armors = {
  20. Sell = true,
  21. RaritiesToSell = {
  22. ["Common"] = true,
  23. ["Rare"] = true,
  24. ["Unique"] = true,
  25. ["Epic"] = false
  26. }
  27. },
  28. Abilities = {
  29. Sell = true,
  30. RaritiesToSell = {
  31. ["Common"] = true,
  32. ["Rare"] = true,
  33. ["Unique"] = false,
  34. ["Epic"] = false
  35. }
  36. },
  37. Cosmetics = {
  38. Sell = true,
  39. RaritiesToSell = {
  40. ["Common"] = true,
  41. ["Rare"] = true,
  42. ["Unique"] = true,
  43. ["Epic"] = false
  44. }
  45. }
  46. }
  47.  
  48. _G.AutoGivePoint = {
  49. ["Enabled"] = false,
  50. ["Point to Give"] = "Magic"
  51. }
  52.  
  53. _G.BugFixer = {
  54. ["Enabled"] = true,
  55. ["Leave After"] = 300
  56. }
  57.  
  58. loadstring(game:HttpGet("https://www.project-odysseus.com/Rumble-Quest/", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement