Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. _G.TimeToWait = 1 -- Increase when your game loads slow
  2. _G.HideOptions = {
  3. Level = false,
  4. XP = false,
  5. Gold = false,
  6. Damage = false -- Removes damage indicators
  7. }
  8. _G.DupeSlot = "q" -- Slots: q,e
  9. _G.SemiGod = true -- Prevents bosses from beeing triggered
  10. _G.InstaRejoin = true -- Directly rejoins when you die or when the dungeon is finished
  11. _G.AutoLeave = 600 -- Time after the script rejoins (if you get stuck)
  12. _G.Hardcore = true
  13. _G.CustomD = {
  14. Enabled = true,
  15. WaveDefense = false,
  16. Dungeon = "Orbital Outpost",
  17. Difficulty = "Insane"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement