itchyscrotum611

Rumble quest jungle temple update

Mar 23rd, 2020
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. _G.Dungeon = {
  2. ["Auto"] = false, --True = On/False = Off
  3.  
  4. ["Location"] = "Jungle Temple", --Caves/Underworld/Frozen Depths/Ancient Tomb/Jungle Temple
  5. ["Difficulty"] = "Medium", --Easy/Medium/Hard/Expert
  6. ["Hardcore"] = true --True/False
  7. }
  8.  
  9. _G.AutoSell = {
  10. ["Enabled"] = true,
  11.  
  12. --True = Sell/False = Keep
  13. ["AbilityRarity"] = {
  14. ["Common"] = true,
  15. ["Unique"] = false,
  16. ["Rare"] = false,
  17. ["Epic"] = false,
  18. },
  19. ["ItemRarity"] = {
  20. ["Common"] = true,
  21. ["Unique"] = true,
  22. ["Rare"] = true,
  23. ["Epic"] = false,
  24. },
  25. ["ArmorRarity"] = {
  26. ["Common"] = true,
  27. ["Unique"] = true,
  28. ["Rare"] = true,
  29. ["Epic"] = false,
  30. },
  31. ["CosmeticRarity"] = {
  32. ["Common"] = true,
  33. ["Unique"] = true,
  34. ["Rare"] = true,
  35. ["Epic"] = false,
  36. }
  37. }
  38.  
  39. _G.AutoStats = {
  40. ["Enabled"] = true,
  41. ["Stat"] = "Magic" --Strength/Magic/Health
  42. }
  43.  
  44. loadstring(game:HttpGet(('https://pastebin.com/raw/6M7xGMQG')))()
Add Comment
Please, Sign In to add comment