MRobbin99

top

May 31st, 2019
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. --[[-------------FOR AUTO EXECUTE, MOVE SCRIPT TO AUTO EXECUTE FOLDER----------------------------------------------
  2. replace "The Underworld" with the dungeon you want
  3. replace "Nightmare" with what difficulty you want
  4. dungeon list: "Desert Temple", "Winter Outpost", "Pirate Island", "King's Castle", "The Underworld"
  5. difficulty list: "Easy", "Medium", "Hard", "Insane", "Nightmare"
  6. ----------------------------------------------------------------------------------------------------------------
  7. if you dont use auto execute you can just ignore these variables and join the dungeon yourself and then execute script
  8. -]]
  9. _G.Key = "KEY"
  10. _G._d = "The Underworld"
  11. _G.__d = "Nightmare"
  12. _G._maxwave = 99999 -- change to what wave you want it to end on
Add Comment
Please, Sign In to add comment