Advertisement
Altix13

AutoFarm

Jan 28th, 2020
12,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 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 = true -- makes u invunerable to mobs and minibosses at the cost of making your farm a little slower.
  4. _G.AutoLeave = false -- 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 = "Ancient Jungle"
  8. _G.Difficulty = "Easy"
  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 = false
  14. _G.SellLegendaries = false
  15. _G.SellMythicals = false
  16. --- Auto Upgrade ---
  17. _G.AutoUpgradeWeapon = false
  18. _G.AutoUpgradeHelmet = false
  19.  
  20. loadstring(game:HttpGet("https://pastebin.com/raw/CZYz1JP3",true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement