OogaBoogaNoob

not the dev

Apr 29th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. getgenv().TreasureQuestAutofarm = {
  2. Enabled = true;
  3. Dungeon = "Ancient Jungle";
  4. Difficulty = "Easy";
  5. GameMode = "Classic";
  6. FailSafeRejoin = false; -- Tries to go back to lobby incase Character gets stuck somewhere...
  7. FailSafeSeconds = 200;
  8. }
  9. getgenv().TreasureQuestAutoSell = {
  10. Enabled = false;
  11. AutoUpgradeGear = false;
  12. KeepAbilities = false; -- this doesn't exist yet
  13. KeepTiers = {
  14. "Common";
  15. "Rare";
  16. "Legendary";
  17. "Mythical";
  18. "Ultimate";
  19. "Unique";
  20. }
  21. }
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/SlamminPig/rblxgames/main/Treasure%20Quest/TreasureQuestLoadstring%22))()
Advertisement
Add Comment
Please, Sign In to add comment