Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[-------------FOR AUTO EXECUTE, MOVE SCRIPT TO AUTO EXECUTE FOLDER----------------------------------------------
- replace "The Underworld" with the dungeon you want
- replace "Nightmare" with what difficulty you want
- dungeon list: "Desert Temple", "Winter Outpost", "Pirate Island", "King's Castle", "The Underworld"
- difficulty list: "Easy", "Medium", "Hard", "Insane", "Nightmare"
- ----------------------------------------------------------------------------------------------------------------
- if you dont use auto execute you can just ignore these variables and join the dungeon yourself and then execute script
- -]]
- _G.Key = "KEY"
- _G._d = "The Underworld"
- _G.__d = "Nightmare"
- _G._maxwave = 99999 -- change to what wave you want it to end on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement