HansCSia320

Treasure quest cracked auto farm

Jul 28th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1. _G.Security = true -- will prevent mods and admins from join your dungeon and ban you (will kick you if they try)
  2. _G.AutoPickMeds = true -- autopicks medkits
  3. _G.SemiGodMode = false -- makes u invunerable to mobs and minibosses at the cost of making your farm a little slower.
  4. _G.AutoLeave = true -- if true this will leave after killing the boss and join another server.
  5. _G.AutoGrabChests = true -- if true this will grab chests for money.
  6. _G.AutoChooseLevel = true -- if false  configure below!
  7. _G.Map = "Candy Land"
  8. _G.Difficulty = "Medium"
  9. _G.WaitForPlayers = false -- if true will wait for the players listed below
  10. _G.PlayersToWaitFor = {} -- put the players you are waiting for down here in this format: {"Player1","Player2","Player3"}
  11. --- Auto Sell ---
  12. _G.SellCommons = true
  13. _G.SellRares = true
  14. _G.SellLegendaries = false
  15. _G.SellMythicals = false
  16. --- Auto Upgrade ---
  17. _G.AutoUpgradeWeapon = true
  18. _G.AutoUpgradeHelmet = true
  19.  
  20. loadstring(game:HttpGet("https://pastebin.com/raw/CZYz1JP3",true))()
Add Comment
Please, Sign In to add comment