Advertisement
SirPloit

Rumble Quest Script

Nov 21st, 2020
6,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. _G.Setting = {
  2. Enabled = true, -- fase = stop farming
  3. AutoSelect = true, -- AutoSelect the best dungeon
  4. Hardcore = true,
  5. PartyOnly = true,
  6. AutoLeave = true,
  7. CustomDungeon = { -- if AuroSlect = false
  8. ["Location"] = 'Caves', -- Jungle Temple/Ancient Tomb/Frozen Depths/Underworld/Caves
  9. ["Difficulty"] = 'Easy' -- Expert/Hard/Medium/Easy
  10. }
  11. }
  12.  
  13. _G.SkillPoints = {
  14. Enabled = true,
  15. ["Class"] = "Strength" -- Strength, Magic, Health
  16. }
  17.  
  18. _G.NameHider = {
  19. Enabled = true,
  20. ["Level"] = "Inf",
  21. ["Coin"] = "Inf",
  22. ["Gem"] = "Inf",
  23. ["Avatar"] = "rbxassetid://4782301932"
  24. }
  25.  
  26. --[[
  27. not finish
  28. _G.AutoSell = {
  29. Enabled = true,
  30. ["Common"] = true,
  31. ["Uncommon"] = true,
  32. ["Rare"] = false,
  33. ["Epic"] = false,
  34. ["Legendary"] = false
  35. }
  36. ]]
  37.  
  38. loadstring(game:HttpGet("https://pastebin.com/raw/uQ9LgQ8u", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement