Tanjiro-Kamado

[Updated 2/6/2020] World Zero AutoFarm | AutoSell, Auto Equ

Feb 8th, 2020
5,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.75 KB | None | 0 0
  1. --[[
  2. Credits to; xMeee
  3. Official thread; https://v3rmillion.net/showthread.php?tid=923505
  4. -------------------------------------------------------------------------------
  5. Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
  6. Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
  7. ]]--
  8.  
  9. _G.AutoSell = false -- Self explanatory
  10. _G.SellRunes = false -- Sells all runes in inventory
  11. _G.AutoEquipAndUpgrade = false -- Only upgrades items if you have more than 2000 gold
  12.  
  13. _G.OnlySellBelowMyLevel = false -- Only sells items below your level
  14. _G.RaritiesToNotSell = { -- Does not sell rarities set that are to true
  15. ["Common"] = false;
  16. ["Uncommon"] = false;
  17. ["Rare"] = false;
  18. ["Epic"] = true;
  19. ["Legendary"] = true;
  20. }
  21.  
  22. _G.AutoJoinNextDungeon = true -- Auto joins the next dungeon after dungeon is complete and collects rewards
  23.  
  24. _G.ChooseDungeon = false -- If true then it will join the dungeon set in _G.Dungeon
  25. _G.Dungeon = "Crabby Crusade"
  26. --[[
  27. World 1: Crabby Crusade (1-2), Dire Problem (3), Scarecrow Defense (4-6), Kingslayer (7-8), Night of the Dead (9-11), Gravetower Dungeon (12-14)
  28. World 2: Temple of Ruin (15-17), Mama Trauma (18-21), Volcano's Shadow (22-25), Volcano Dungeon (26-29)
  29. World 3: Mountain Pass (30-34), Winter Cavern (35-39), Winter Dungeon (40-44)
  30. World 4: 4-1 (45-49), 4-2 (50-54), 4-3 (55-60)
  31. ]]--
  32.  
  33. _G.BossRaid = false -- Turn to true to do boss raids, overwrites going to other dungeons
  34. _G.BossRaidName = "Klaus Factory"
  35. --[[
  36. Holliday Village: Klaus Factory (40-45) <-- Still Works >:D
  37. ]]--
  38.  
  39. _G.Dance = false -- ok
  40. ---------------------------------------------------------------------------------
  41. loadstring(game:HttpGet("https://pastebin.com/raw/T6psqHmB", true))()
Advertisement
Add Comment
Please, Sign In to add comment