▷ {TREASURE QUEST}: Auto Farm (Script 2024)

-- Put this in your autoexe folder
getgenv().TreasureQuestAutofarm = {
   Enabled = true;
   Dungeon = "Ancient Jungle";
   Difficulty = "Easy";
   GameMode = "Classic";
   FailSafeRejoin = false; -- Tries to go back to lobby incase Character gets stuck somewhere...
   FailSafeSeconds = 200;
}

getgenv().TreasureQuestAutoSell = {
   Enabled = false;
   AutoUpgradeGear = false;
   KeepAbilities = false; -- this doesn't exist yet
   KeepTiers = {
       "Common";
       "Rare";
       "Legendary";
       "Mythical";
       "Ultimate";
       "Unique";
   }
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/SlamminPig/rblxgames/main/Treasure%20Quest/TreasureQuestLoadstring"))()

Steps :

  1. Click go to script button for get script
  2. Click COPY button for auto copy script
  3. Paste the script into your script application
  4. Run and done