www.roblox-scripter.com

Script – Treasure quest

Thank you for using our website
Your script:

To change the map, the difficulty for farming change the name of the map, the difficulty in the script itself

				
					-- https://www.roblox.com/games/2960777560/DUNGEON-Treasure-Quest
-- 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"))()
				
			

How about trying out new scripts?